1999-08-14 07:14:39 -04:00
|
|
|
#
|
|
|
|
# File: Makefile.in
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for html about example (UNIX).
|
|
|
|
|
2000-01-31 13:31:18 -05:00
|
|
|
top_srcdir = @top_srcdir@/..
|
1999-08-14 07:14:39 -04:00
|
|
|
top_builddir = ../../..
|
1999-08-21 15:14:58 -04:00
|
|
|
program_dir = samples/html/help
|
1999-08-14 07:14:39 -04:00
|
|
|
|
|
|
|
VPATH = :$(top_srcdir)/samples/html/help
|
|
|
|
|
1999-08-21 15:14:58 -04:00
|
|
|
DATADIRS = helpfiles
|
|
|
|
DATAFILES = helpfiles/Index.hhk helpfiles/book1.htm helpfiles/book2.htm \
|
1999-10-14 09:09:01 -04:00
|
|
|
helpfiles/contents.hhc helpfiles/main.htm helpfiles/page2-b.htm helpfiles/testing.hhp \
|
|
|
|
helpfiles/another.hhc helpfiles/another.hhp helpfiles/another.htm
|
1999-08-21 15:14:58 -04:00
|
|
|
|
1999-08-14 07:14:39 -04:00
|
|
|
PROGRAM=help
|
|
|
|
|
2001-07-22 10:19:42 -04:00
|
|
|
OBJECTS =$(PROGRAM).o
|
|
|
|
DEPFILES=$(PROGRAM).d
|
1999-08-14 07:14:39 -04:00
|
|
|
|
|
|
|
include ../../../src/makeprog.env
|
|
|
|
|
2002-01-25 06:31:21 -05:00
|
|
|
@IF_GNU_MAKE@-include $(DEPFILES)
|