2 # $Id: Makefile,v 1.2 1998/03/02 00:25:02 wylie Exp $
5 # Define any symbols needed to invoke configuration changes in make.config
9 # Include standard make configuration stuff that applies to everything
10 # in the paradyn tree.
13 #USES_SHM_SAMPLING = true
15 include ../../nmake.config
17 # Now make any necessary architecture specific changes to variables:
20 LDFLAGS = -DLL -debug -debugtype:coff
22 SRCS = $(SRCS) ../src/RTwinnt.c
26 # Include the module-specific Makefile, which defines everything about
27 # the module that is common across architectures.
29 include ../nmake.module.tmpl
31 # Include the "standard library template". This defines all the
32 # common targets like "clean", "install", etc.
34 include ../../nmake.library.tmpl
40 # Override target to force ld to happen
43 # $(LD) $(LDFLAGS) -EXPORT:DYNINSTinit -ENTRY:_DllMainCRTStartup@12 -out:$(TARGET) $(OBJS) $(LIBS) wsock32.lib winmm.lib
48 $(LD) $(LDFLAGS) -EXPORT:DYNINSTinit -ENTRY:_DllMainCRTStartup@12 \
49 -out:$(TARGET) $(VERSION).obj $(OBJS) $(LIBS)
52 #$(TARGET2): $(OBJS) RTpvmPiggy.o RTcriticalPath.o
54 # $(LD) $(LDFLAGS) -o $(TARGET2) $(OBJS) RTpvmPiggy.o RTcriticalPath.o $(LIBS)