git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 lines
531 B
Makefile
23 lines
531 B
Makefile
#
|
|
# File: makefile.unx
|
|
# Author: Vadim Zeitlin
|
|
# Created: 1998
|
|
# Updated:
|
|
|
|
top_srcdir = @top_srcdir@/..
|
|
top_builddir = ../../..
|
|
program_dir = utils/HelpGen/src
|
|
|
|
PROGRAM=HelpGen
|
|
|
|
OBJECTS = HelpGen.o cjparser.o docripper.o ifcontext.o markup.o \
|
|
scriptbinder.o sourcepainter.o srcparser.o \
|
|
wx_extra_imps.o
|
|
DEPFILES= HelpGen.d cjparser.d docripper.d ifcontext.d markup.d \
|
|
scriptbinder.d sourcepainter.d srcparser.d \
|
|
wx_extra_imps.d
|
|
|
|
include ../../../src/makeprog.env
|
|
|
|
-include $(DEPFILES)
|