2000-03-01 15:11:17 -05:00
|
|
|
#
|
|
|
|
# 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/isosurf
|
|
|
|
|
|
|
|
DATAFILES = isosurf.dat.gz
|
|
|
|
|
|
|
|
PROGRAM=isosurf
|
|
|
|
|
2001-07-21 02:51:11 -04:00
|
|
|
LIBRARIES=$(top_builddir)/lib/@WX_TARGET_LIBRARY_GL@ $(OPENGLLIBS)
|
2000-03-01 15:11:17 -05:00
|
|
|
|
2001-07-22 10:19:42 -04:00
|
|
|
OBJECTS =$(PROGRAM).o
|
|
|
|
DEPFILES=$(PROGRAM).d
|
2000-03-01 15:11:17 -05:00
|
|
|
|
|
|
|
include ../../../src/makeprog.env
|
|
|
|
|
2001-07-22 10:19:42 -04:00
|
|
|
-include $(DEPFILES)
|