3 # Revision 1.1 1997/05/23 23:00:00 mjrg
8 # Define any symbols needed to invoke configuration changes in make.config
12 # Include standard make configuration stuff that applies to everything
13 # in the paradyn tree.
15 include ../../nmake.config
17 # Now make any necessary architecture specific changes to variables:
18 # kluge for bison.simple and alloca
19 CXXFLAGS = $(CXXFLAGS)
22 # Include the module-specific Makefile, which defines everything about
23 # the module that is common across architectures.
25 include ../nmake.module.tmpl
27 # Include the "standard program template". This defines all the
28 # common targets like "clean", "install", etc.
30 include ../../nmake.program.tmpl