IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2004, 12:23:20 PM (22 years ago)
Author:
desonia
Message:

added psErrorCodes.[ch] and required script to insert the information from
psErrorCodes.dat into them as needed.

Location:
trunk/psLib/src/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils

    • Property svn:ignore
      •  

        old new  
        11*.i
         2psErrorCodes.h
  • trunk/psLib/src/sysUtils/Makefile

    r1420 r1683  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.18 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-08-09 20:28:54 $
     5##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-02 22:23:20 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3535           psLogMsg.o    \
    3636           psAbort.o     \
    37            psString.o   
     37           psString.o    \
     38           psErrorCodes.o
    3839
    3940OBJS = $(addprefix makedir/,$(SRC_OBJS))
     
    4243
    4344all: $(TARGET_STATIC)
     45
     46psErrorCodes.h: psErrorCodes.dat
     47        perl parseErrorCodes.pl --data=$? $@
     48
     49psErrorCodes.c: psErrorCodes.dat
     50        perl parseErrorCodes.pl --data=$? $@
    4451
    4552# Rule to make static library
Note: See TracChangeset for help on using the changeset viewer.