Changeset 437 for trunk/psLib/src/collections/Makefile
- Timestamp:
- Apr 16, 2004, 10:32:28 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r433 r437 3 3 endif 4 4 5 TARGET = libps DataManip.a5 TARGET = libpsCollections.a 6 6 7 7 all: $(TARGET) … … 10 10 11 11 SRC_OBJS = \ 12 psArray.o 12 psArray.o \ 13 psBitMask.o \ 14 psSort.o \ 13 15 14 libps DataManip.a: $(SRC_OBJS)15 $(AR) -r libps DataManip.a $(SRC_OBJS)16 libpsCollections.a: $(SRC_OBJS) 17 $(AR) -r libpsCollections.a $(SRC_OBJS) 16 18 17 19 install: $(TARGET)
Note:
See TracChangeset
for help on using the changeset viewer.
