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