1999-08-18 18:06:10 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
1999-10-25 14:24:46 +00:00
|
|
|
# Makefile for wiztest example (UNIX).
|
1999-08-18 18:06:10 +00:00
|
|
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
top_builddir = ../..
|
|
|
|
program_dir = samples/wizard
|
|
|
|
|
|
|
|
PROGRAM=wizard
|
|
|
|
|
|
|
|
OBJECTS=wiztest.o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|