Changeset 2606 for trunk/Ohana/Makefile
- Timestamp:
- Dec 3, 2004, 1:08:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Makefile
r2596 r2606 43 43 nightd \ 44 44 opihi.v1 \ 45 opihi.v2 \46 45 perl \ 47 46 photdbc \ … … 51 50 uniphot 52 51 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)' 53 OTHER = \ 54 opihi.v2 \ 55 addusno \ 56 fixcat \ 57 getstar \ 58 getusno \ 59 lightcurve \ 60 markrock \ 61 markstar \ 62 mosastro.v1 \ 63 skycalc \ 64 skyprobe 59 65 60 66 OLD = mana status … … 63 69 LIBS-linux = libfits libohana libdummy 64 70 LIBS-lin64 = libfits libohana libdummy 65 LIBS-sid = libfits libohana libdummy66 71 67 72 # general build targets: … … 92 97 93 98 # standard rules: targets are foo, foo.clean, foo.install, foo.dist 94 $(PROGRAM) $(LIBS-$(ARCH)) :99 $(PROGRAM) $(LIBS-$(ARCH)) $(OTHER): 95 100 if [ -e "src/$@" ]; then (cd src/$@ && make); fi 96 101
Note:
See TracChangeset
for help on using the changeset viewer.
