Changeset 384 for trunk/archive/pslib/src/Utils/Makefile
- Timestamp:
- Apr 2, 2004, 4:32:46 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/src/Utils/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Utils/Makefile
r323 r384 4 4 PSLIB_DIR = ../.. 5 5 6 # array.o dlist.o 7 libUtils.a : error.o hash.o logmsg.o memory.o misc.o trace.o 6 OBJS = array.o dlist.o error.o hash.o logmsg.o memory.o misc.o trace.o 7 8 libUtils.a : $(OBJS) 8 9 ar r libUtils.a $? 9 10 ranlib libUtils.a … … 14 15 $(PSLIB_DIR)/bin/makeErrorCodes -c psErrorCodes.c -h $(PSLIB_DIR)/include/psErrorCodes.h \ 15 16 $(PSLIB_DIR)/src/Utils/psErrorCodes.dat 16 error.o: psErrorCodes.c17 $(OBJS): psErrorCodes.c 17 18 # 18 19 # Test code
Note:
See TracChangeset
for help on using the changeset viewer.
