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.2 1997/04/29 16:58:52 buck
8 # Added features to dyninstAPI library, including the ability to delete
9 # inserted snippets and the start of type checking.
11 # Revision 1.1 1997/03/18 19:44:52 buck
12 # first commit of dyninst library. Also includes:
13 # moving templates from paradynd to dyninstAPI
14 # converting showError into a function (in showerror.C)
15 # many ifdefs for BPATCH_LIBRARY in dyinstAPI/src.
21 TARGET2 = test1.mutatee
25 SRCS += ../src/test1.C
27 APP_DIR = '"$(PARADYN_ROOT)/bin/$(PLATFORM)"'
29 CXXFLAGS += -I../../h -DTEST_APP_DIR=$(APP_DIR)
30 CFLAGS += -I../../h -DTEST_APP_DIR=$(APP_DIR)
31 #LDFLAGS += -static $(TO_CORE)/../lib/$(PLATFORM)/libdyninstAPI_RT.o
33 LIBS += -ldyninstAPI -lpdutil
36 all: $(TARGET) $(TARGET2)