IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 3:59:20 PM (20 years ago)
Author:
eugene
Message:

improved lib/include flags, enable shared objects

File:
1 edited

Legend:

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

    r10298 r10305  
    1818default: install
    1919
    20 install: $(DESTLIB)/libdvo.a $(DESTLIB)/libdvo.so
     20install: $(DESTLIB)/libdvo.a
    2121
    22 libdvo: $(LIB)/libdvo.$(ARCH).a $(LIB)/libdvo.$(ARCH).so
     22libdvo: $(LIB)/libdvo.$(ARCH).a
    2323
    2424INCS = $(DESTINC)/dvo.h $(DESTINC)/autocode.h
     
    118118
    119119tabletest: install
    120         gcc -L$(LLIB) -I$(LINC) -o tabletest $(SRC)/tabletest.c -ldvo -lFITS -lohana -lm
     120        gcc -L$(LIBDIR) -I$(INCDIR) -o tabletest $(SRC)/tabletest.c -ldvo -lFITS -lohana -lm
    121121
    122122clean:
Note: See TracChangeset for help on using the changeset viewer.