3 # Revision 1.1 1997/05/23 23:02:09 mjrg
8 # Define any symbols needed to invoke configuration changes in make.config
\r
10 #USES_LIBERTY = true
\r
13 # Include standard make configuration stuff that applies to everything
\r
14 # in the paradyn tree.
\r
16 include ../../nmake.config
\r
18 # Now make any necessary architecture specific changes to variables:
\r
20 SRCS = ../src/pdwinnt.C \
\r
21 ../src/init-winnt.C \
\r
22 ../src/inst-winnt.C \
\r
26 OBJS = pdwinnt.obj \
\r
33 CXXFLAGS = $(CXXFLAGS) -DNO_MDL_PRINT
\r
35 #SYSLIBS = -lelf -lsocket -lnsl
\r
38 # Include the module-specific Makefile, which defines everything about
\r
39 # the module that is common across architectures.
\r
41 include ../nmake.module.tmpl
\r
43 # Include the "standard program template". This defines all the
\r
44 # common targets like "clean", "install", etc.
\r
46 include ../../nmake.program.tmpl
\r