(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.1.1.1 and 1.3

version 1.1.1.1, 2001/01/14 19:50:21 version 1.3, 2001/05/14 00:39:51
Line 2 
Line 2 
  
 $(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)         g++ -shared -o$(FULL_LIB) $(OBJECTS)
           @ $(ECHO)
   
   clean-lib: $(ERROR)
           rm -f $(FULL_LIB)
  
 FILES_TO_CLEAN = $(OBJECTS) $(FULL_LIB) FILES_TO_CLEAN = $(OBJECTS) $(FULL_LIB)


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2