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

    r2598 r2799  
    3131$(SDIR)/dvo2.$(ARCH).o
    3232
     33libs = \
     34$(DESTLIB)/libshell.a \
     35$(DESTLIB)/libdata.a \
     36$(DESTLIB)/libbasiccmd.a \
     37$(DESTLIB)/libastrocmd.a \
     38$(DESTLIB)/libdatacmd.a
     39
    3340all: dvo2
    3441
     
    3643        @echo done
    3744
    38 $(BIN)/dvo2.$(ARCH) : $(dvo2)
     45$(BIN)/dvo2.$(ARCH) : $(dvo2) $(libs)
    3946
    4047install: $(DESTBIN)/dvo2
Note: See TracChangeset for help on using the changeset viewer.