2 # Common makefile template for dyninst Tests. This file is not intended to
3 # be a useful Makefile in isolation; instead, it should be included
4 # from within an architecture-specific Makefile.
6 # $Log: make.module.tmpl,v $
7 # Revision 1.4 1997/07/08 19:15:27 buck
8 # Added support for the x86 Solaris platform and dynamically linked
9 # executables to the dyninst API library.
11 # Revision 1.3 1997/06/23 19:16:07 buck
12 # Added features to the dyninst API library, including an optional "else"
13 # in a BPatch_ifExpr; the BPatch_setMutationsActive call to temporarily
14 # disable all snippets; and the replaceFunctionCall and removeFunctionCall
15 # member functions of BPatch_thread to retarget or NOOP out a function
18 # Revision 1.1.1.2 1997/04/30 17:14:12 buck
19 # Update with latest sources from Wisconsin as of 4/30/97
21 # Revision 1.2 1997/04/29 16:58:52 buck
22 # Added features to dyninstAPI library, including the ability to delete
23 # inserted snippets and the start of type checking.
25 # Revision 1.1 1997/03/18 19:44:52 buck
26 # first commit of dyninst library. Also includes:
27 # moving templates from paradynd to dyninstAPI
28 # converting showError into a function (in showerror.C)
29 # many ifdefs for BPATCH_LIBRARY in dyinstAPI/src.
35 TARGET2 = test1.mutatee
39 SRCS += ../src/test1.C
41 APP_DIR = '"$(PARADYN_ROOT)/bin/$(PLATFORM)"'
45 #LDFLAGS += -static $(TO_CORE)/../lib/$(PLATFORM)/libdyninstAPI_RT.o
47 LIBS += -ldyninstAPI -lpdutil
50 all: $(TARGET) $(TARGET2)