comparison src/Makefile.in @ 3574:787bb9d8f60e

[project @ 2000-02-04 10:13:23 by jwe]
author jwe
date Fri, 04 Feb 2000 10:13:26 +0000
parents 6dfdded73a7e
children 26662775f4e9
comparison
equal deleted inserted replaced
3573:6ae6f1180e62 3574:787bb9d8f60e
21 PT_FLAGS = -fexternal-templates -fno-implicit-templates 21 PT_FLAGS = -fexternal-templates -fno-implicit-templates
22 CXXFLAGS_NO_PT_FLAGS = $(filter-out $(PT_FLAGS), $(ALL_CXXFLAGS)) 22 CXXFLAGS_NO_PT_FLAGS = $(filter-out $(PT_FLAGS), $(ALL_CXXFLAGS))
23 23
24 %.df : %.cc 24 %.df : %.cc
25 @echo making $@ from $< 25 @echo making $@ from $<
26 @$(CXXCPP) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) -DMAKE_BUILTINS $< \ 26 @$(CXXCPP) $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) -DMAKE_BUILTINS $< \
27 | $(srcdir)/mkdefs > $@.t 27 | $(srcdir)/mkdefs > $@.t
28 @mv $@.t $@ 28 @mv $@.t $@
29 29
30 # How to make a .oct file from a .o file: 30 # How to make a .oct file from a .o file:
31 31