Files
wxWidgets/utils/makegen/Makefile.in
Vadim Zeitlin 48fe83743a makefiles changes (@top_srcdir@ adjusted)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-31 18:31:18 +00:00

23 lines
575 B
Makefile

# Purpose: makefile for makegen example (UNIX).
# Created: 2000-01-03
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = utils/makegen
PROGRAM=makegen
DATADIRS = templates
DATAFILES = templates/Makefile.in templates/makefile.b32 \
templates/makefile.bcc templates/makefile.dos \
templates/makefile.g95 templates/makefile.sc \
templates/makefile.sl templates/makefile.twn \
templates/makefile.unx templates/makefile.vc \
templates/makefile.wat
OBJECTS=$(PROGRAM).o
include ../../src/makeprog.env