2 # $Id: Makefile,v 1.2 1998/04/01 02:36:32 wylie Exp $
5 # Define any symbols needed to invoke configuration changes in make.config
7 INSTANTIATE_TEMPLATES = true
10 # Include standard make configuration stuff that applies to everything
11 # in the paradyn tree.
13 !include ../../nmake.config
15 # Include the module-specific Makefile, which defines everything about
16 # the module that is common across architectures.
18 !include ../nmake.module.tmpl
20 # Now make any necessary architecture specific changes to variables:
22 #CXXFLAGS = $(CXXFLAGS)
24 # Include the "standard library template". This defines all the
25 # common targets like "clean", "install", etc.
27 !include ../../nmake.library.tmpl