1998-10-26 18:32:07 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for notebook 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/notebook
|
1999-08-14 09:41:49 +00:00
|
|
|
|
1998-10-26 18:32:07 +00:00
|
|
|
PROGRAM=test
|
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|