14 # this dir relative to top dir
17 DEBUG=-DDEBUG_STRICT @DEBUG@
23 # these are the objects that are changed by the .configure process
26 # it's ``be kind to gmake week''
27 #EXTPROS = $(SRCS:S,.c,.extpro,)
36 $(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) -I. -I$(basedir) -I$(srcdir) $(DINCLUDE) $(CFLAGS) $<
39 $(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) -I. -I$(basedir) -I$(srcdir) $(DINCLUDE) $(CFLAGS) $<
40 #-------------------------------------------------------------------------
44 Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
46 && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
50 @$(RMF) core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3
56 if test $(srcdir) = .; then $(MAKE) realclean; fi
57 @(cd $(srcdir); $(RMF) Makefile)