2 # $Id: Makefile,v 1.2 1998/04/01 02:50:10 wylie Exp $
5 # Define any symbols needed to invoke configuration changes in make.config
10 # Include standard make configuration stuff that applies to everything
11 # in the paradyn tree.
13 include ../../nmake.config
15 # Now make any necessary architecture specific changes to variables:
17 SRCS = ../src/pdwinnt.C \
30 CXXFLAGS = $(CXXFLAGS) -DNO_MDL_PRINT
32 #SYSLIBS = -lelf -lsocket -lnsl
35 # Include the module-specific Makefile, which defines everything about
36 # the module that is common across architectures.
38 include ../nmake.module.tmpl
40 # Include the "standard program template". This defines all the
41 # common targets like "clean", "install", etc.
43 include ../../nmake.program.tmpl