wxWidgets/utils/makegen/templates/Makefile.in
2000-01-31 18:31:18 +00:00

14 lines
212 B
Makefile

# Purpose: makefile for #NAME example (UNIX).
# Created: #DATE
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/#NAME
PROGRAM=#NAME
OBJECTS=$(PROGRAM).o
include ../../src/makeprog.env