projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
removing (finally) autogenerated files
[wxWidgets.git]
/
samples
/
wxpoem
/
Makefile.am
1
SUFFIXES = .cpp
2
3
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
4
5
noinst_PROGRAMS = wxpoem
6
7
wxpoem_SOURCES = wxpoem.cpp
8
9
# create a link to the file needed to run the sample
10
all-local:
11
@if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi