IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 5:10:34 PM (20 years ago)
Author:
eugene
Message:

all sorts of error handling fixes

File:
1 edited

Legend:

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

    r7573 r9574  
    3131psastroMosaicHeaders.c      \
    3232psastroMosaicRescaleChips.c \
    33 psastroWCS.c       
     33psastroWCS.c                \
     34psastroErrorCodes.c
    3435
    3536include_HEADERS = \
     
    4445
    4546### Error codes.
    46 #BUILT_SOURCES = psastroErrorCodes.h psastroErrorCodes.c
    47 #CLEANFILES = psastroErrorCodes.h psastroErrorCodes.c
     47BUILT_SOURCES = psastroErrorCodes.h psastroErrorCodes.c
     48CLEANFILES = psastroErrorCodes.h psastroErrorCodes.c
    4849
    49 #psastroErrorCodes.h : psastroErrorCodes.dat psastroErrorCodes.h.in
    50 #       $(ERRORCODES) --data=psastroErrorCodes.dat --outdir=. psastroErrorCodes.h
     50psastroErrorCodes.h : psastroErrorCodes.dat psastroErrorCodes.h.in
     51        $(ERRORCODES) --data=psastroErrorCodes.dat --outdir=. psastroErrorCodes.h
    5152
    52 #psastroErrorCodes.c : psastroErrorCodes.dat psastroErrorCodes.c.in psastroErrorCodes.h
    53 #       $(ERRORCODES) --data=psastroEerrorCodes.dat --outdir=. psastroErrorCodes.c
     53psastroErrorCodes.c : psastroErrorCodes.dat psastroErrorCodes.c.in psastroErrorCodes.h
     54        $(ERRORCODES) --data=psastroErrorCodes.dat --outdir=. psastroErrorCodes.c
Note: See TracChangeset for help on using the changeset viewer.