2 # Common makefile template for dyninstAPI library. This file is not
3 # intended to be a useful Makefile in isolation; instead, it should be
4 # included from within an architecture-specific Makefile.
6 # $Id: nmake.module.tmpl,v 1.3 1998/03/06 21:32:12 buck Exp $
9 TARGET = libdyninstAPI.lib
11 DEFINES = -DBPATCH_LIBRARY -DBPATCH_SET_MUTATIONS_ACTIVE
12 CFLAGS = $(CFLAGS) $(DEFINES)
13 CXXFLAGS = $(CXXFLAGS) $(DEFINES)
15 IFLAGS = $(IFLAGS) -I../h
17 SRCS = $(SRCS) BPatch.C \
37 OBJS = $(OBJS) BPatch.obj \
40 BPatch_templates.obj \
60 $(CXX) $(CXXFLAGS) -c $<