IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2005, 2:39:49 PM (21 years ago)
Author:
jhoblitt
Message:

add parseErrorCodes.pl
add probe for perl binary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/Makefile.am

    r3796 r3829  
    4040#
    4141poisErrorCodes.h : errorCodes.dat errorCodes-skl.h
    42         parseErrorCodes.pl --data=errorCodes.dat --outfile=poisErrorCodes.h \
     42        $(PERL) parseErrorCodes.pl --data=errorCodes.dat --outfile=poisErrorCodes.h \
    4343                        errorCodes-skl.h
    4444errorCodes.c : errorCodes.dat errorCodes-skl.c poisErrorCodes.h
    45         parseErrorCodes.pl --data=errorCodes.dat --outfile=errorCodes.c \
     45        $(PERL) parseErrorCodes.pl --data=errorCodes.dat --outfile=errorCodes.c \
    4646                        errorCodes-skl.c
    4747#
Note: See TracChangeset for help on using the changeset viewer.