home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2240.zip
/
wxWindows-2.4.0
/
samples
/
opengl
/
penguin
/
Makefile.in
< prev
next >
Wrap
Makefile
|
2002-01-25
|
544b
|
28 lines
#
# File: Makefile.in
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for html about example (UNIX).
top_srcdir = @top_srcdir@/..
top_builddir = ../../..
program_dir = samples/opengl/penguin
DATAFILES = penguin.lwo
PROGRAM=penguin
LIBRARIES=$(top_builddir)/lib/@WX_TARGET_LIBRARY_GL@ $(OPENGLLIBS)
OBJECTS =$(PROGRAM).o lw.o trackball.o
DEPFILES=$(PROGRAM).d lw.d trackball.d
include ../../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)