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