1998-05-20 14:01:55 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
1998-10-18 22:31:48 +00:00
|
|
|
# Created: 1998
|
1998-05-20 14:01:55 +00:00
|
|
|
# Updated:
|
1998-10-18 22:31:48 +00:00
|
|
|
# Copyright: (c) 1998 Julian Smart
|
1998-05-20 14:01:55 +00:00
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
1998-10-18 22:31:48 +00:00
|
|
|
# Makefile for internat example (UNIX).
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1998-10-18 22:31:48 +00:00
|
|
|
PROGRAM=internat
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1998-10-18 22:31:48 +00:00
|
|
|
OBJECTS=$(PROGRAM).o
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1998-10-18 22:31:48 +00:00
|
|
|
include ../../src/makeprog.env
|
1998-05-20 14:01:55 +00:00
|
|
|
|