IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 7:34:25 AM (22 years ago)
Author:
eugene
Message:

added library dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/mana/Makefile

    r2598 r2799  
    2828$(SDIR)/mana.$(ARCH).o
    2929
     30libs = \
     31$(DESTLIB)/libshell.a \
     32$(DESTLIB)/libdata.a \
     33$(DESTLIB)/libbasiccmd.a \
     34$(DESTLIB)/libastrocmd.a \
     35$(DESTLIB)/libdatacmd.a
     36
    3037all: mana
    3138
     
    3340        @echo done
    3441
    35 $(BIN)/mana.$(ARCH) : $(mana)
     42$(BIN)/mana.$(ARCH) : $(mana) $(libs)
    3643
    3744install: $(DESTBIN)/mana
Note: See TracChangeset for help on using the changeset viewer.