1999-11-08 10:06:41 -05:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for toolbar example (UNIX).
|
|
|
|
|
2000-01-31 13:31:18 -05:00
|
|
|
top_srcdir = @top_srcdir@/..
|
1999-11-08 10:06:41 -05:00
|
|
|
top_builddir = ../..
|
|
|
|
program_dir = samples/help
|
|
|
|
|
|
|
|
PROGRAM=help
|
|
|
|
|
|
|
|
OBJECTS=demo.o
|
|
|
|
|
|
|
|
DATAFILES=doc
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|
|
|
|
|