IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 9:05:07 AM (22 years ago)
Author:
desonia
Message:

added error stack to sysUtils

File:
1 edited

Legend:

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

    r1683 r1696  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-02 22:23:20 $
     5##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-07 19:05:07 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040OBJS = $(addprefix makedir/,$(SRC_OBJS))
    4141
     42HEADERS = $(SRC_OBJS:.o=.h) psType.h
     43
    4244# Define PHONY target "all" which will make all the necessary items
    4345
     
    4951psErrorCodes.c: psErrorCodes.dat
    5052        perl parseErrorCodes.pl --data=$? $@
     53
     54psSysUtilsErrors.h: psSysUtilsErrors.dat
     55        perl parseErrorCodes.pl --data=$? $@
     56
    5157
    5258# Rule to make static library
     
    6066
    6167install: $(TARGET_STATIC)
    62         install *.h $(includedir)
     68        install $(HEADERS) $(includedir)
    6369
    6470# Define PHONY target "distclean" which will cleanup the distribution
Note: See TracChangeset for help on using the changeset viewer.