IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2009, 11:58:24 AM (17 years ago)
Author:
Paul Price
Message:

Committing changes in progress. Attempting to make ppSub spit out not just the regular subtracted image and sources, but the inverse with sources in the inverse (for the warp-warp difference). Does not compile yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src/Makefile.am

    r23688 r23704  
    4242        ppSub.h
    4343
     44
     45### Error codes.
     46BUILT_SOURCES = ppSubErrorCodes.h ppSubErrorCodes.c
     47CLEANFILES = ppSubErrorCodes.h ppSubErrorCodes.c
     48
     49ppSubErrorCodes.h : ppSubErrorCodes.dat ppSubErrorCodes.h.in
     50        $(ERRORCODES) --data=ppSubErrorCodes.dat --outdir=. ppSubErrorCodes.h
     51
     52ppSubErrorCodes.c : ppSubErrorCodes.dat ppSubErrorCodes.c.in ppSubErrorCodes.h
     53        $(ERRORCODES) --data=ppSubErrorCodes.dat --outdir=. ppSubErrorCodes.c
     54
     55
    4456clean-local:
    4557        -rm -f TAGS
     
    4860tags:
    4961        etags `find . -name \*.[ch] -print`
    50 
Note: See TracChangeset for help on using the changeset viewer.