Ignore:
Timestamp:
06/17/2009 05:20:18 PM (15 months ago)
Author:
dstn
Message:

add pad-file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/astrometry/util/Makefile

    r11537 r12099  
    6464PYTHON_LIBS := _sip.so _healpix.so 
    6565 
    66 PROGS := an-fitstopnm downsample-fits 
     66PROGS := an-fitstopnm downsample-fits pad-file 
    6767 
    6868all: $(ANUTILS_LIB) $(ANFILES_LIB) $(PYTHON_LIBS) $(PROGS) 
     
    123123_healpix.so: healpix.o starutil.o mathutil.o errors.o bl.o log.o 
    124124        $(CC) $(SHAREDLIBFLAGS) -o $@ $^ 
     125 
     126pad-file: pad-file.o $(ANUTILS_LIB) 
    125127 
    126128an-fitstopnm: an-fitstopnm.o $(ANUTILS_LIB) $(QFITS_LIB) 
Note: See TracChangeset for help on using the changeset viewer.