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.11 2000/03/15 22:14:29 tikir Exp $
11 #BUILD_MARK should be (re-)defined in core/make.config.local rather than here!
13 TARGET = libdyninstAPI.lib
15 DEFINES = -DBPATCH_LIBRARY -DBPATCH_SET_MUTATIONS_ACTIVE -DBPATCH_LIBRARY_F
16 CFLAGS = $(CFLAGS) $(DEFINES)
17 CXXFLAGS = $(CXXFLAGS) $(DEFINES)
19 IFLAGS = $(IFLAGS) -I../h
21 SRCS = $(SRCS) BPatch.C \
31 BPatch_collections.C \
47 OBJS = $(OBJS) BPatch.obj \
51 BPatch_templates.obj \
57 BPatch_collections.obj \
76 $(CXX) $(CXXFLAGS) -c $<