IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2004, 4:32:46 AM (22 years ago)
Author:
rhl
Message:

Made all .o files in libUtils.a depend on psErrorCodes.dat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/Makefile

    r323 r384  
    44PSLIB_DIR = ../..
    55
    6 # array.o dlist.o
    7 libUtils.a : error.o hash.o logmsg.o memory.o misc.o trace.o
     6OBJS = array.o dlist.o error.o hash.o logmsg.o memory.o misc.o trace.o
     7
     8libUtils.a : $(OBJS)
    89        ar r libUtils.a $?
    910        ranlib libUtils.a
     
    1415        $(PSLIB_DIR)/bin/makeErrorCodes -c psErrorCodes.c -h $(PSLIB_DIR)/include/psErrorCodes.h \
    1516                        $(PSLIB_DIR)/src/Utils/psErrorCodes.dat
    16 error.o : psErrorCodes.c
     17$(OBJS): psErrorCodes.c
    1718#
    1819# Test code
Note: See TracChangeset for help on using the changeset viewer.