1998-05-22 15:57:05 -04:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
1998-10-17 05:38:15 -04:00
|
|
|
# Created: 1998
|
1998-05-22 15:57:05 -04:00
|
|
|
# Updated:
|
1998-10-17 05:38:15 -04:00
|
|
|
# Copyright: (c) 1998 Julian Smart
|
1998-05-22 15:57:05 -04:00
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for docview example (UNIX).
|
|
|
|
|
1998-10-17 05:38:15 -04:00
|
|
|
PROGRAM=docview
|
1998-05-22 15:57:05 -04:00
|
|
|
|
1998-10-17 05:38:15 -04:00
|
|
|
OBJECTS=$(PROGRAM).o doc.o view.o
|
1998-05-22 15:57:05 -04:00
|
|
|
|
1998-10-17 05:38:15 -04:00
|
|
|
include ../../src/makeprog.env
|
1998-05-22 15:57:05 -04:00
|
|
|
|
|
|
|
|