]>
Commit | Line | Data |
---|---|---|
d7463f75 JS |
1 | # |
2 | # File: Makefile.in | |
3 | # Author: Julian Smart | |
4 | # Created: 2003 | |
5 | # Updated: | |
6 | # Copyright: (c) 2003 Julian Smart | |
7 | # | |
8 | # "%W% %G%" | |
9 | # | |
10 | # Makefile for wxWindows Configuration Tool (Unix) | |
11 | ||
12 | top_srcdir = @top_srcdir@/.. | |
13 | top_builddir = ../../.. | |
14 | program_dir = utils/configtool/src | |
15 | ||
16 | PROGRAM=wxconfigtool | |
17 | ||
18 | OBJECTS = wxconfigtool.o appsettings.o configitem.o configitemselector.o configtooldoc.o \ | |
19 | configtoolview.o configtree.o custompropertydialog.o htmlparser.o mainframe.o \ | |
20 | propeditor.o property.o settingsdialog.o utils.o | |
21 | ||
22 | DEPFILES=wxconfigtool.d appsettings.d configitem.d configitemselector.d configtooldoc.d \ | |
23 | configtoolview.d configtree.d custompropertydialog.d htmlparser.d mainframe.d \ | |
24 | propeditor.d property.d settingsdialog.o utils.d | |
25 | ||
26 | include ../../../src/makeprog.env | |
27 | ||
28 | -include $(DEPFILES) |