- Timestamp:
- 05/10/04 05:11:35 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r4026 r4030 101 101 # This is a special workaround to create the shared object (bundle, plugin) 102 102 # for root and the dynlib (to be linked with the executable) on Mac OSX 103 if def DYFLAG103 ifneq ($DYFLAG,'') 104 104 $(DYLIB): $(LIBRARIES) $(OBJS) $(HEADERS) 105 105 @echo " Linking $(DYLIB) ..." … … 113 113 @echo " Linking $@ ..." 114 114 $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@ 115 endif 115 endif 116 116 117 117 dox: $(SOLIB)
Note:
See TracChangeset
for help on using the changeset viewer.