IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2005, 4:32:31 PM (21 years ago)
Author:
desonia
Message:

changed the name of parseErrorCodes.pl to psParseErrorCodes and made it
installable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/Makefile.am

    r3684 r3938  
    1313libpslibdataManip_la_SOURCES = psUnaryOp.c psBinaryOp.c psStats.c \
    1414                psFunctions.c psMatrix.c psVectorFFT.c psMinimize.c psRandom.c
    15            
     15
    1616BUILT_SOURCES = psDataManipErrors.h
    1717EXTRA_DIST = psDataManipErrors.dat psDataManipErrors.h dataManip.i
    1818
    1919psDataManipErrors.h: psDataManipErrors.dat
    20         perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@
     20        $(top_srcdir)/src/psParseErrorCodes --data=$? $@
    2121
    2222pslibincludedir = $(includedir)
     
    3131        psMinimize.h \
    3232        psRandom.h
    33  
     33
Note: See TracChangeset for help on using the changeset viewer.