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

1 mike  1.1 FULL_LIB=$(LIB_DIR)/lib$(LIBRARY).so
2           
3           $(FULL_LIB): $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR)
4           	g++ -shared -o$(FULL_LIB) $(OBJECTS)
5           
6           FILES_TO_CLEAN = $(OBJECTS) $(FULL_LIB)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2