Ignore:
Timestamp:
05/10/04 05:11:35 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r4026 r4030  
    101101# This is a special workaround to create the shared object (bundle, plugin)
    102102# for root and the dynlib (to be linked with the executable) on Mac OSX
    103 ifdef DYFLAG
     103ifneq ($DYFLAG,'')
    104104$(DYLIB): $(LIBRARIES) $(OBJS) $(HEADERS)
    105105        @echo " Linking $(DYLIB) ..."
     
    113113        @echo " Linking $@ ..."
    114114        $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@
    115 endif       
     115endif
    116116
    117117dox: $(SOLIB)
Note: See TracChangeset for help on using the changeset viewer.