IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 437


Ignore:
Timestamp:
Apr 16, 2004, 10:32:28 AM (22 years ago)
Author:
harman
Message:

Added filed from dataManip dir

Location:
trunk/psLib/src/collections
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/Makefile

    r433 r437  
    33endif
    44
    5 TARGET = libpsDataManip.a
     5TARGET = libpsCollections.a
    66
    77all: $(TARGET)
     
    1010
    1111SRC_OBJS = \
    12     psArray.o
     12    psArray.o \
     13    psBitMask.o \
     14    psSort.o \
    1315
    14 libpsDataManip.a: $(SRC_OBJS)
    15         $(AR) -r libpsDataManip.a $(SRC_OBJS)
     16libpsCollections.a: $(SRC_OBJS)
     17        $(AR) -r libpsCollections.a $(SRC_OBJS)
    1618
    1719install: $(TARGET)
Note: See TracChangeset for help on using the changeset viewer.