Changeset 15179
- Timestamp:
- 03/29/13 17:15:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Makefile
r14927 r15179 80 80 mmuon 81 81 82 LIBNOVA_PATH := `which libnovaconfig` 83 84 ifeq ($(shell basename "$(LIBNOVA_PATH)X"), libnovaconfigX) 85 SUBDIRS += nova 86 endif 87 82 88 #LIBRARIES = $(SUBDIRS:%=lib/lib%.a) 83 89 LIBRARIES := $(SUBDIRS:=.a) … … 112 118 # ROOTGLIBS must be there - why? How can I link the libraries? 113 119 $(SOLIB): $(LIBRARIES) $(OBJS) $(HEADERS) 114 @echo " Linking shared object $ (SOLIB)..."115 $(CXX) $(CXXFLAGS) $(SOFLAG) $(OBJS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o ${RNDMNAME}120 @echo " Linking shared object $@ ..." 121 $(CXX) $(CXXFLAGS) $(SOFLAG) $(OBJS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) $(LIBNOVA) -o ${RNDMNAME} 116 122 mv ${RNDMNAME} $@ 117 123 chmod go+r $@
Note:
See TracChangeset
for help on using the changeset viewer.