(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.2, Mon Feb 5 02:31:34 2001 UTC (23 years, 3 months ago) by mike
Branch: MAIN
CVS Tags: version_0_8, stable
Changes since 1.1: +1 -0 lines
changes for new mu depend

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

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

FILES_TO_CLEAN = $(OBJECTS) $(FULL_LIB)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2