]> git.saurik.com Git - wxWidgets.git/blame - utils/makegen/templates/Makefile.in
Fixed the order of parameters to actually match the code.
[wxWidgets.git] / utils / makegen / templates / Makefile.in
CommitLineData
6809ee4b
VZ
1# Purpose: makefile for #NAME example (UNIX).
2# Created: #DATE
3
48fe8374 4top_srcdir = @top_srcdir@/..
6809ee4b
VZ
5top_builddir = ../..
6program_dir = samples/#NAME
7
8PROGRAM=#NAME
9
10OBJECTS=$(PROGRAM).o
11
12include ../../src/makeprog.env
13