1999-08-14 05:41:49 -04:00
|
|
|
#
|
|
|
|
# File: Makefile.in
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for html about example (UNIX).
|
|
|
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
top_builddir = ../../..
|
1999-08-14 07:14:39 -04:00
|
|
|
program_dir = samples/html/about
|
1999-08-14 05:41:49 -04:00
|
|
|
|
1999-08-14 07:14:39 -04:00
|
|
|
DATADIRS = data
|
|
|
|
DATAFILES = data/about.htm data/logo.png
|
1999-08-14 05:41:49 -04:00
|
|
|
|
|
|
|
PROGRAM=about
|
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../../src/makeprog.env
|
|
|
|
|