Changeset 4033 for trunk


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r4032 r4033  
    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 ifndef ($DYFLAG)
    104 ifeq  ($DYFLAG,)
     103ifneq ($(OSTYPE),'darwin')
    105104$(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o)
    106         @echo " Linking excutable $@ ..."
     105        @echo " Linking $@ ..."
    107106        $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@
    108 endif
    109 endif
    110 
    111 ifdef ($DYFLAG)
    112 ifneq ($DYFLAG,)
     107else
    113108$(DYLIB): $(LIBRARIES) $(OBJS) $(HEADERS)
    114109        @echo " Linking dylib $(DYLIB) ..."
     
    118113        @echo " Linking mac executable $@ ..."
    119114        $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(DYLIB) $@.o $(MARS_LIB) -o $@
    120 endif
    121115endif
    122116
Note: See TracChangeset for help on using the changeset viewer.