2 # $Id: Makefile,v 1.7 1998/07/23 16:14:21 wylie Exp $
5 # Define any symbols needed to invoke configuration changes in make.config
7 #USES_SHM_SAMPLING = true
9 # Include standard make configuration stuff that applies to everything
10 # in the paradyn tree.
12 include ../../nmake.config
14 # Now make any necessary architecture specific changes to variables:
17 LDFLAGS = -DLL -debug -debugtype:coff -PDB:NONE -base:0x60000000
19 SRCS = $(SRCS) ../src/RTwinnt.c
23 # Include the module-specific Makefile, which defines everything about
24 # the module that is common across architectures.
26 include ../nmake.module.tmpl
28 # Include the "standard library template". This defines all the
29 # common targets like "clean", "install", etc.
31 include ../../nmake.library.tmpl
37 # Override target to force ld to happen
40 # $(LD) $(LDFLAGS) -EXPORT:DYNINSTinit -ENTRY:_DllMainCRTStartup@12 -out:$(TARGET) $(OBJS) $(LIBS) wsock32.lib winmm.lib
45 $(LD) $(LDFLAGS) -EXPORT:DYNINSTinit -ENTRY:_DllMainCRTStartup@12 \
46 -out:$(TARGET) $(VOUCHER).obj $(OBJS) $(LIBS)
49 #$(TARGET2): $(OBJS) RTpvmPiggy.o RTcriticalPath.o
51 # $(LD) $(LDFLAGS) -o $(TARGET2) $(OBJS) RTpvmPiggy.o RTcriticalPath.o $(LIBS)