### Variables: ###
-CHECKLST_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
+CHECKLST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
-I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \
- -I$(srcdir)/../../samples $(CXXFLAGS)
+ -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS)
CHECKLST_OBJECTS = \
+ $(__checklst_os2_lib_res) \
checklst_checklst.o \
$(__checklst___win32rc)
+DESTDIR =
LIBDIRNAME = $(top_builddir)lib
WX_VERSION = 2.5.1
@COND_PLATFORM_OS2_1@__checklst___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___checklst___os2_emxbindcmd)
@COND_PLATFORM_WIN32_1@__checklst___win32rc = checklst_checklst_rc.o
@COND_PLATFORM_MACOSX_1@__checklst_bundle___depname = checklst_bundle
+@COND_PLATFORM_OS2_1@__checklst_os2_lib_res = \
+@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
### Targets: ###
ln -f checklst$(EXEEXT) checklst.app/Contents/MacOS/checklst
- ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc checklst.app/Contents/Resources/checklst.rsrc
- ln -f $(top_srcdir)/src/mac/wxmac.icns checklst.app/Contents/Resources/wxmac.icns
+ ln -sf $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc checklst.app/Contents/Resources/checklst.rsrc
+ ln -sf $(top_srcdir)/src/mac/wxmac.icns checklst.app/Contents/Resources/wxmac.icns
@COND_PLATFORM_MACOSX_1@checklst_bundle: checklst.app/Contents/PkgInfo