1999-05-31 10:54:04 -04:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
1999-08-14 05:41:49 -04:00
|
|
|
# Makefile for text example (UNIX).
|
1999-05-31 10:54:04 -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/text
|
1999-08-13 15:39:15 -04:00
|
|
|
|
1999-08-14 05:41:49 -04:00
|
|
|
|
1999-08-22 12:12:48 -04:00
|
|
|
PROGRAM=text
|
1999-05-31 10:54:04 -04:00
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|