1 AUTOMAKE_OPTIONS = 1.3 no-dependencies
5 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
7 noinst_PROGRAMS = wxpoem
9 wxpoem_SOURCES = wxpoem.cpp
11 # create a link to the file needed to run the sample
13 @if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi