(file) Return to library-unix.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/library-unix.mak between version 1.3 and 1.4

version 1.3, 2001/05/14 00:39:51 version 1.4, 2001/05/20 20:33:57
Line 1 
Line 1 
 FULL_LIB=$(LIB_DIR)/lib$(LIBRARY).so FULL_LIB=$(LIB_DIR)/lib$(LIBRARY).so
  
   ifeq ($(COMPILER),xlc)
     LINK_COMMAND = /usr/ibmcxx/bin/makeC++SharedLib
     LINK_ARGUMENTS = -p 0
     LINK_OUT = -o
   endif
   
   ifeq ($(COMPILER),gnu)
     LINK_COMMAND = g++
     LINK_ARGUMENTS = -shared
     LINK_OUT = -o
   endif
   
 $(FULL_LIB): $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR) $(FULL_LIB): $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR)
         g++ -shared -o$(FULL_LIB) $(OBJECTS)          $(LINK_COMMAND) $(LINK_ARGUMENTS) $(LINK_OUT)$(FULL_LIB) $(OBJECTS) $(LIBRARIES)
         @ $(ECHO)         @ $(ECHO)
  
 clean-lib: $(ERROR) clean-lib: $(ERROR)


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2