88ac883a0d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 lines
257 B
Makefile
12 lines
257 B
Makefile
SUFFIXES = .cpp
|
|
|
|
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
|
|
noinst_PROGRAMS = wxpoem
|
|
|
|
wxpoem_SOURCES = wxpoem.cpp
|
|
|
|
# create a link to the file needed to run the sample
|
|
all-local:
|
|
@if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi
|