Changeset 4033 for trunk/MagicSoft/Mars
- Timestamp:
- 05/10/04 05:29:11 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r4032 r4033 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 ifndef ($DYFLAG) 104 ifeq ($DYFLAG,) 103 ifneq ($(OSTYPE),'darwin') 105 104 $(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o) 106 @echo " Linking excutable$@ ..."105 @echo " Linking $@ ..." 107 106 $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@ 108 endif 109 endif 110 111 ifdef ($DYFLAG) 112 ifneq ($DYFLAG,) 107 else 113 108 $(DYLIB): $(LIBRARIES) $(OBJS) $(HEADERS) 114 109 @echo " Linking dylib $(DYLIB) ..." … … 118 113 @echo " Linking mac executable $@ ..." 119 114 $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(DYLIB) $@.o $(MARS_LIB) -o $@ 120 endif121 115 endif 122 116
Note:
See TracChangeset
for help on using the changeset viewer.