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

File: [Pegasus] / pegasus / mak / library-unix.mak (download)
Revision: 1.1, Sun Jan 14 19:50:21 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Initial revision

FULL_LIB=$(LIB_DIR)/lib$(LIBRARY).so

$(FULL_LIB): $(LIB_DIR)/target $(OBJ_DIR)/target $(OBJECTS) $(LIBRARIES) $(ERROR)
	g++ -shared -o$(FULL_LIB) $(OBJECTS)

FILES_TO_CLEAN = $(OBJECTS) $(FULL_LIB)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2