2000-03-14 09:06:41 -05:00
|
|
|
# Purpose: makefile for typetest example (UNIX).
|
|
|
|
# Created: 2000-03-14
|
1998-10-18 18:31:48 -04:00
|
|
|
|
2000-01-31 13:31:18 -05:00
|
|
|
top_srcdir = @top_srcdir@/..
|
1999-08-13 15:39:15 -04:00
|
|
|
top_builddir = ../..
|
1999-08-14 07:14:39 -04:00
|
|
|
program_dir = samples/typetest
|
1999-08-14 05:41:49 -04:00
|
|
|
|
1998-10-18 18:31:48 -04:00
|
|
|
PROGRAM=typetest
|
|
|
|
|
2001-07-22 11:05:53 -04:00
|
|
|
OBJECTS =$(PROGRAM).o
|
|
|
|
DEPFILES=$(PROGRAM).d
|
1998-10-18 18:31:48 -04:00
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|
2001-07-22 11:05:53 -04:00
|
|
|
-include $(DEPFILES)
|