### Variables: ###
+DESTDIR =
LIBDIRNAME = $(top_builddir)lib
-STCTEST_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
+STCTEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
-I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \
- -I$(srcdir)/../../../samples -I$(srcdir)/../../include $(CXXFLAGS)
+ -I$(srcdir)/../../../samples -I$(srcdir)/../../include $(CPPFLAGS) \
+ $(CXXFLAGS)
STCTEST_OBJECTS = \
$(__stctest___win32rc) \
- stctest_stctest.o
+ $(__stctest_os2_lib_res) \
+ stctest_stctest.o \
+ stctest_edit.o \
+ stctest_prefs.o
WX_VERSION = 2.5.1
### Conditionally set variables: ###
@COND_PLATFORM_OS2_1@__stctest___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___stctest___os2_emxbindcmd)
@COND_PLATFORM_WIN32_1@__stctest___win32rc = stctest_sample_rc.o
@COND_PLATFORM_MACOSX_1@__stctest_bundle___depname = stctest_bundle
+@COND_PLATFORM_OS2_1@__stctest_os2_lib_res = \
+@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
### Targets: ###
ln -f stctest$(EXEEXT) stctest.app/Contents/MacOS/stctest
- ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc stctest.app/Contents/Resources/stctest.rsrc
- ln -f $(top_srcdir)/src/mac/wxmac.icns stctest.app/Contents/Resources/wxmac.icns
+ ln -sf $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc stctest.app/Contents/Resources/stctest.rsrc
+ ln -sf $(top_srcdir)/src/mac/wxmac.icns stctest.app/Contents/Resources/wxmac.icns
@COND_PLATFORM_MACOSX_1@stctest_bundle: stctest.app/Contents/PkgInfo
+stctest_edit.o: $(srcdir)/edit.cpp
+ $(CXXC) -c -o $@ $(STCTEST_CXXFLAGS) $<
+
+stctest_prefs.o: $(srcdir)/prefs.cpp
+ $(CXXC) -c -o $@ $(STCTEST_CXXFLAGS) $<
+
stctest_sample_rc.o: $(srcdir)/../../../samples/sample.rc
$(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) --include-dir $(top_srcdir)/include --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../../samples