]> git.saurik.com Git - wxWidgets.git/blame - utils/makegen/Makefile.in
switch back to non appearance fonts until problems are solved
[wxWidgets.git] / utils / makegen / Makefile.in
CommitLineData
6809ee4b
VZ
1# Purpose: makefile for makegen example (UNIX).
2# Created: 2000-01-03
3
48fe8374 4top_srcdir = @top_srcdir@/..
6809ee4b
VZ
5top_builddir = ../..
6program_dir = utils/makegen
7
8PROGRAM=makegen
9
37b8e679
VS
10DATADIRS = templates
11DATAFILES = templates/Makefile.in templates/makefile.b32 \
12 templates/makefile.bcc templates/makefile.dos \
13 templates/makefile.g95 templates/makefile.sc \
14 templates/makefile.sl templates/makefile.twn \
15 templates/makefile.unx templates/makefile.vc \
16 templates/makefile.wat
17
6809ee4b 18OBJECTS=$(PROGRAM).o
1197380c 19DEPFILES=$(PROGRAM).d
6809ee4b
VZ
20
21include ../../src/makeprog.env
22
1197380c 23-include $(DEPFILES)
37b8e679 24