IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2004, 2:43:54 PM (22 years ago)
Author:
desonia
Message:

added errorcodes files.

File:
1 edited

Legend:

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

    r1764 r1787  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.30 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-09-09 22:21:00 $
     5##  $Revision: 1.31 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-09-11 00:43:54 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747all: $(TARGET_STATIC)
    4848
     49psCollectionsErrors.h: psCollectionsErrors.dat
     50        perl ../parseErrorCodes.pl --data=$? $@
     51
    4952# Rule to make static library
    5053
     
    5861install: $(TARGET_STATIC)
    5962        install $(HEADERS) $(includedir)
    60 
    61 psCollectionsErrors.h: psCollectionsErrors.dat
    62         perl ../parseErrorCodes.pl --data=$? $@
    6363
    6464# Define PHONY target "distclean" which will cleanup the distribution
Note: See TracChangeset for help on using the changeset viewer.