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.

Location:
trunk/psLib/src/collections
Files:
2 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
  • trunk/psLib/src/collections/psCollectionsErrors.h

    r1762 r1787  
    1 /** @file  psSysUtilsErrors.h
     1/** @file  psCollectionsErrors.h
    22 *
    3  *  @brief Contains the error text for the system utility functions
     3 *  @brief Contains the error text for the collections functions
    44 *
    55 *  @ingroup ErrorHandling
     
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-09 21:59:43 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-11 00:43:54 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1313 */
    1414
    15 #ifndef PS_SYSUTILS_ERRORS_H
    16 #define PS_SYSUTILS_ERRORS_H
     15#ifndef PS_COLLECTIONS_ERRORS_H
     16#define PS_COLLECTIONS_ERRORS_H
    1717
    1818/* N.B., lines between '//~Start' and '//~End' are automatic generated from
    1919 * the template following the '//~Start'.  The template is used to generate
    20  * the other lines by, for each error text in psSysUtilsErrors.dat, the following
     20 * the other lines by, for each error text in psCollectionsErrors.dat, the following
    2121 * substitutions are made:
    22  *     $1  The error text macro name (first word in the psSysUtilsErrors.dat lines)
    23  *     $2  The error text (rest of the line in psSysUtilsErrors.dat)
    24  *     $n  The order of the source line in psSysUtilsErrors.dat (comments excluded)
     22 *     $1  The error text macro name (first word in the psCollectionsErrors.dat lines)
     23 *     $2  The error text (rest of the line in psCollectionsErrors.dat)
     24 *     $n  The order of the source line in psCollecitonsErrors.dat (comments excluded)
    2525 *
    2626 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
Note: See TracChangeset for help on using the changeset viewer.