DESTDIR =
LIBDIRNAME = $(top_builddir)lib
-LIFE_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
+LIFE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
-I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \
- -I$(srcdir)/../../samples $(CXXFLAGS)
+ -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS)
LIFE_OBJECTS = \
$(__life_os2_lib_res) \
life_life.o \
data:
@mkdir -p .
- @for f in samples.inc breeder.lif; do \
+ @for f in breeder.lif; do \
if test \( ! -s ./$$f \) -o \( $(srcdir)/$$f -nt ./$$f \) ; then \
cp -pRf $(srcdir)/$$f . ; \
fi; \