2 # Common makefile template for rtinst 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: make.module.tmpl,v 1.2 2005/02/10 20:39:16 jaw Exp $
10 TARGET = libsharedMutatee.o
13 TARGET3_SO = libsharedMutatee.so.1
18 #all: $(TARGET) $(TARGET2)
19 all: $(TARGET3_SO) $(TARGET2)
21 #OBJS = $(patsubst %.C, %.o, $(filter %.C,$(notdir $(SRCS)))) \
22 # $(patsubst %.c, %.o, $(filter %.c,$(notdir $(SRCS)))) \
23 # $(patsubst %.s, %.o, $(filter %.s,$(notdir $(SRCS)))) \
24 # $(patsubst %.S, %.o, $(filter %.S,$(notdir $(SRCS)))) \
25 # $(IGEN_GEN_SRCS:%.C=%.o)
28 # override standard install rule; provide a default DEST if not already set
31 DEST = $(TO_CORE)/$(LIBRARY_DEST)