]> git.saurik.com Git - wxWidgets.git/blob - utils/makegen/templates/Makefile.in
merged 2.2 branch
[wxWidgets.git] / utils / makegen / templates / Makefile.in
1 # Purpose: makefile for #NAME example (UNIX).
2 # Created: #DATE
3
4 top_srcdir = @top_srcdir@/..
5 top_builddir = ../..
6 program_dir = samples/#NAME
7
8 PROGRAM=#NAME
9
10 OBJECTS=$(PROGRAM).o
11
12 include ../../src/makeprog.env
13