IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 435


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

Added psSort files

Location:
trunk/psLib/src/dataManip
Files:
2 added
1 edited

Legend:

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

    r434 r435  
    99include ../Makefile.Globals
    1010
    11 SRC_OBJS = \
    12     psBitMask.o \
    13     psSort.o
     11SRC_OBJS = psSort.o
     12
     13%.o: %.c
     14        @echo "    Compiling $<. "
     15        $(CC) $(CFLAGS) -I$(includedir) -c $< -o $@
    1416
    1517libpsDataManip.a: $(SRC_OBJS)
Note: See TracChangeset for help on using the changeset viewer.