]> git.saurik.com Git - wxWidgets.git/blame - utils/HelpGen/src/Makefile.in
Now adds 'include file' heading
[wxWidgets.git] / utils / HelpGen / src / Makefile.in
CommitLineData
37b8e679
VS
1#
2# File: makefile.unx
3# Author: Vadim Zeitlin
4# Created: 1998
5# Updated:
6
48fe8374 7top_srcdir = @top_srcdir@/..
37b8e679
VS
8top_builddir = ../../..
9program_dir = utils/HelpGen/src
10
11PROGRAM=HelpGen
12
13OBJECTS = HelpGen.o cjparser.o docripper.o ifcontext.o markup.o \
69a492c9 14 scriptbinder.o sourcepainter.o srcparser.o \
37b8e679 15 wx_extra_imps.o
1197380c
GD
16DEPFILES= HelpGen.d cjparser.d docripper.d ifcontext.d markup.d \
17 scriptbinder.d sourcepainter.d srcparser.d \
18 wx_extra_imps.d
37b8e679
VS
19
20include ../../../src/makeprog.env
21
1197380c 22-include $(DEPFILES)