IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2021, 2:40:08 PM (5 years ago)
Author:
eugene
Message:

add fits output to mpcorb_predict (moment)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/tools/Makefile

    r41684 r41710  
    7676$(DESTLIB)/libsla.a:
    7777        echo "missing SLALIB libsla.a: install in $(DESTLIB)"
     78        @exit 2
    7879
    7980$(DESTINC)/slalib.h:
    8081        echo "missing SLALIB slalib.h: install in $(DESTINC)"
     82        @exit 2
    8183
    82 mpcorb_predict: $(DESTBIN)/mpcorb_predict $(DESTLIB)/libsla.a $(DESTINC)/slalib.h
     84mpcorb_predict: $(DESTLIB)/libsla.a $(DESTINC)/slalib.h $(DESTBIN)/mpcorb_predict
     85
     86mpcorb: mpcorb_predict
    8387
    8488%.clean:
Note: See TracChangeset for help on using the changeset viewer.