1998-10-18 22:31:48 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for splitter example (UNIX).
|
|
|
|
|
1999-08-13 19:39:15 +00:00
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
top_builddir = ../..
|
1999-08-14 11:14:39 +00:00
|
|
|
program_dir = samples/splitter
|
1999-08-14 09:41:49 +00:00
|
|
|
|
1998-10-18 22:31:48 +00:00
|
|
|
PROGRAM=test
|
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|
|
|
|
|