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

Diff for /pegasus/mak/Attic/shared-library-vxworks.mak between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2007/09/11 16:32:41 version 1.1.2.2, 2007/09/12 14:42:04
Line 33 
Line 33 
  
 LINK_FLAGS = -lstdc++ -fpic -shared -L$(VXWORKS_LIB_COMMON)/PIC LINK_FLAGS = -lstdc++ -fpic -shared -L$(VXWORKS_LIB_COMMON)/PIC
  
   DFILES = $(SOURCES:.cpp=.d)
   
 $(TARGET): $(LIB_DIR)/target $(OBJECTS) $(TARGETRARIES) $(ERROR) $(TARGET): $(LIB_DIR)/target $(OBJECTS) $(TARGETRARIES) $(ERROR)
         $(CXX) $(FLAGS) $(LINK_FLAGS) $(OBJECTS) -o $(TARGET)         $(CXX) $(FLAGS) $(LINK_FLAGS) $(OBJECTS) -o $(TARGET)
           rm -rf $(DFILES)
         @ $(ECHO)         @ $(ECHO)
  
 clean-lib: $(ERROR) clean-lib: $(ERROR)


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2