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

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


build: $(OBJ_DIR)/target $(BIN_DIR)/target $(LIB_DIR)/target $(ERROR)

$(OBJ_DIR)/target: $(ERROR)
	@ $(MKDIRHIER) $(OBJ_DIR)
	@ touch $(OBJ_DIR)/target

$(BIN_DIR)/target: $(ERROR)
	@ $(MKDIRHIER) $(BIN_DIR)
	@ touch $(BIN_DIR)/target

$(LIB_DIR)/target: $(ERROR)
	@ $(MKDIRHIER) $(LIB_DIR)
	@ touch $(LIB_DIR)/target

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2