IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43109


Ignore:
Timestamp:
Sep 22, 2026, 4:00:16 PM (37 hours ago)
Author:
eugene
Message:

moved simtest code to simtest; removed config information now included in operations directories

Location:
branches/eam_branches/ipp-pstamp-20260421
Files:
6 deleted
1 edited
20 moved

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/ippTasks/Makefile.am

    r42836 r43109  
    1616        fake.pro \
    1717        warp.pro \
    18         magic.pro \
    19         magic.cleanup.pro \
    2018        destreak.pro \
    2119        destreak.cleanup.pro \
     
    2826        replicate.pro \
    2927        rawcheck.pro \
    30         diskbalance.pro \
    3128        dist.pro \
    3229        dist.cleanup.pro \
     
    5653        fullforce.pro
    5754
    58 other_files = \
    59         ipphosts.manoa.config \
    60         ipphosts.mhpcc.config \
    61         site.manoa.pro \
    62         site.mhpcc.pro \
    63         surveys.mhpcc.config \
    64         simtest.pro \
    65         simtest.basic.config \
    66         simtest.basic.auto \
    67         simtest.nebulous.basic.auto \
    68         simtest.detverify.config \
    69         simtest.detverify.auto \
    70         simtest.flatcorr.config \
    71         simtest.flatcorr.auto \
    72         simtest.ctemask.config \
    73         simtest.ctemask.auto \
    74         simtest.stack.config \
    75         simtest.stack.auto
    76 
    7755pantasksdir = $(datadir)/pantasks
    7856ipptasksdir = $(pantasksdir)/modules
    79 ipptasks_DATA = $(task_files) $(other_files)
     57ipptasks_DATA = $(task_files)
    8058
    8159install-data-hook:
    8260        chmod 0755 $(panstasksdir) $(ipptasksdir)
    8361
    84 EXTRA_DIST = $(task_files) $(other_files)
     62EXTRA_DIST = $(task_files)
    8563
    8664ACLOCAL_AMFLAGS = -I m4
Note: See TracChangeset for help on using the changeset viewer.