2 # Title: Common make macros for the Cxx Grammar tester.
8 # These macros are shared by
9 # makefile for Unix make
10 # makefile.gmake for NT (g)make
37 # list of all compilation units
44 Y_CXX_FILES = $(Y_FILES:%.y=$(SRCDIR)/%.cxx)
45 GENERATED_INCLUDES = \
46 $(L_FILES:%.l=$(SRCDIR)/%.cxx) \
47 $(Y_FILES:%.y=$(SRCDIR)/%.cxx) \
48 $(Y_FILES:%.y=$(SRCDIR)/%.hxx)
56 # list of all other files for listing purposes
63 CPP_SOURCES = $(COMPOSITE_SOURCES)
65 INCLUDES = $(GENERATED_INCLUDES)
74 DOCUMENTATION_FILES = \
78 # List of all primary files (to be copied to a secondary environment)
81 $(DOCUMENTATION_FILES) \