# # $Id: Makefile,v 1.2 1998/04/01 02:50:10 wylie Exp $ # # Define any symbols needed to invoke configuration changes in make.config #USES_LIBERTY = true #USES_PVM = true # Include standard make configuration stuff that applies to everything # in the paradyn tree. include ../../nmake.config # Now make any necessary architecture specific changes to variables: SRCS = ../src/pdwinnt.C \ ../src/init-winnt.C \ ../src/inst-winnt.C \ ../src/inst-x86.C \ ../src/arch-x86.C OBJS = pdwinnt.obj \ init-winnt.obj \ inst-winnt.obj \ inst-x86.obj \ arch-x86.obj CXXFLAGS = $(CXXFLAGS) -DNO_MDL_PRINT #SYSLIBS = -lelf -lsocket -lnsl # Include the module-specific Makefile, which defines everything about # the module that is common across architectures. include ../nmake.module.tmpl # Include the "standard program template". This defines all the # common targets like "clean", "install", etc. include ../../nmake.program.tmpl