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/dvo/Makefile

    r2598 r2799  
    7777$(SDIR)/dvo.$(ARCH).o
    7878
     79libs = \
     80$(DESTLIB)/libshell.a \
     81$(DESTLIB)/libdata.a \
     82$(DESTLIB)/libbasiccmd.a \
     83$(DESTLIB)/libastrocmd.a \
     84$(DESTLIB)/libdatacmd.a
     85
    7986all: dvo
    8087
     
    8289        @echo done
    8390
    84 $(BIN)/dvo.$(ARCH) : $(dvo)
     91$(BIN)/dvo.$(ARCH) : $(dvo) $(libs)
    8592
    8693install: $(DESTBIN)/dvo
Note: See TracChangeset for help on using the changeset viewer.