IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5788


Ignore:
Timestamp:
Dec 13, 2005, 6:11:17 PM (20 years ago)
Author:
jhoblitt
Message:

remove test and profile targets to make 'distcheck' happy

File:
1 edited

Legend:

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

    r5745 r5788  
    6868        sum.c
    6969
    70 # Test programs
    71 TESTS = test
    72 
    7370# Clean target
    7471clean-local:
     
    7875tags:
    7976        etags `find . -name \*.[ch] -print`
    80 
    81 test:   stac test_0.fits test_1.fits test_2.fits test_3.fits
    82         -$(RM) testout.fits
    83         -$(RM) testout.fits.pre
    84         -$(RM) chi2_*.fits
    85         -$(RM) test_[0-3].fits.err
    86         -$(RM) test_[0-3].fits.mask
    87         -$(RM) test_[0-3].fits.shift.*
    88         -$(RM) test_[0-3].fits.shiftrej
    89         -$(RM) test_[0-3].fits.shifterr.*
    90         -$(RM) test_[0-3].fits.grad
    91         -$(RM) test_[0-3].fits.region
    92         -$(RM) test_[0-3].fits.rejmap
    93         -$(RM) leaks.dat
    94         ./stac -v testout.fits test_0.fits test_1.fits test_2.fits test_3.fits
    95 
    96 # Run profiling.
    97 profile:        CFLAGS += -pg
    98 profile:        empty $(TARGET)
    99                 $(RM) gmon.*
    100                 for ((i = 0; i < 10; i++)) \
    101                 do \
    102                         $(MAKE) test; \
    103                         mv -f gmon.out gmon.$$i; \
    104                 done
    105                 gprof -p -q -l $(TARGET) gmon.* > profile.txt
    106 
    107 
Note: See TracChangeset for help on using the changeset viewer.