IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2606 for trunk/Ohana/Makefile


Ignore:
Timestamp:
Dec 3, 2004, 1:08:12 PM (22 years ago)
Author:
eugene
Message:

minor mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile

    r2596 r2606  
    4343nightd      \
    4444opihi.v1    \
    45 opihi.v2    \
    4645perl        \
    4746photdbc     \
     
    5150uniphot
    5251
    53 # dvo        \
    54 # need to fix up typecode,typename static vars in imregister
    55 # need to be sure the default make is correctly define for every package
    56 # drop shell1 from cvs
    57 
    58 SKIP = addusno fixcat getstar getusno lightcurve markrock markstar mosastro.v1 skycalc skyprobe
     52# any of these programs can be built with 'make (name)'
     53OTHER =     \
     54opihi.v2    \
     55addusno     \
     56fixcat      \
     57getstar     \
     58getusno     \
     59lightcurve  \
     60markrock    \
     61markstar    \
     62mosastro.v1 \
     63skycalc     \
     64skyprobe
    5965
    6066OLD = mana status
     
    6369LIBS-linux = libfits libohana libdummy
    6470LIBS-lin64 = libfits libohana libdummy
    65 LIBS-sid   = libfits libohana libdummy
    6671
    6772# general build targets:
     
    9297
    9398# standard rules: targets are foo, foo.clean, foo.install, foo.dist
    94 $(PROGRAM) $(LIBS-$(ARCH)):
     99$(PROGRAM) $(LIBS-$(ARCH)) $(OTHER):
    95100        if [ -e "src/$@" ]; then (cd src/$@ && make); fi
    96101
Note: See TracChangeset for help on using the changeset viewer.