]>
Commit | Line | Data |
---|---|---|
329e86bf RR |
1 | AUTOMAKE_OPTIONS = 1.3 no-dependencies |
2 | ||
88ac883a VZ |
3 | SUFFIXES = .cpp |
4 | ||
5 | DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) | |
6 | ||
7 | noinst_PROGRAMS = wxpoem | |
8 | ||
9 | wxpoem_SOURCES = wxpoem.cpp | |
10 | ||
11 | # create a link to the file needed to run the sample | |
12 | all-local: | |
13 | @if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi |