IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2004, 12:21:00 PM (22 years ago)
Author:
desonia
Message:

moved psErrorCodes.dat up a directory.

File:
1 edited

Legend:

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

    r1748 r1764  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-09 02:24:18 $
     5##  $Revision: 1.22 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-09 22:21:00 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626# Set CFLAGS used by the implicit rule to compile .c
    2727
    28 CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include
     28CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include -I..
    2929
    3030# Define the source objects
     
    4646all: $(TARGET_STATIC)
    4747
    48 psErrorCodes.h: psErrorCodes.dat
     48psErrorCodes.h: ../psErrorCodes.dat
    4949        perl ../parseErrorCodes.pl --data=$? $@
    5050
    51 psErrorCodes.c: psErrorCodes.dat
     51psErrorCodes.c: ../psErrorCodes.dat
    5252        perl ../parseErrorCodes.pl --data=$? $@
    5353
Note: See TracChangeset for help on using the changeset viewer.