IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 9:22:06 AM (19 years ago)
Author:
eugene
Message:

changing .so to .$(DLLTYPE)

File:
1 edited

Legend:

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

    r12842 r12879  
    2323latex:    $(LIBTEX)
    2424objects:  $(AOBJS)
    25 install:  $(DESTINC)/autocode.h $(DESTLIB)/libautocode.a $(DESTLIB)/libautocode.so
    26 autocode: $(INC)/autocode.h $(LIB)/libautocode.$(ARCH).a $(LIB)/libautocode.$(ARCH).so
     25install:  $(DESTINC)/autocode.h $(DESTLIB)/libautocode.a $(DESTLIB)/libautocode.$(DLLTYPE)
     26autocode: $(INC)/autocode.h $(LIB)/libautocode.$(ARCH).a $(LIB)/libautocode.$(ARCH).$(DLLTYPE)
    2727
    2828# this library is not normally installed: the objects in the
     
    4040
    4141$(LIB)/libautocode.$(ARCH).a: $(AOBJS)
    42 $(LIB)/libautocode.$(ARCH).so: $(AOBJS)
     42$(LIB)/libautocode.$(ARCH).$(DLLTYPE): $(AOBJS)
    4343
    4444$(DESTLIB)/libautocode.a:  $(LIB)/libautocode.$(ARCH).a
    45 $(DESTLIB)/libautocode.so: $(LIB)/libautocode.$(ARCH).so
     45$(DESTLIB)/libautocode.$(DLLTYPE): $(LIB)/libautocode.$(ARCH).$(DLLTYPE)
    4646
    4747$(AOBJS): $(INC)/autocode.h
     
    7373.PRECIOUS: $(SRC)/%.c
    7474.PRECIOUS: $(LIB)/%.$(ARCH).a
    75 .PRECIOUS: $(LIB)/%.$(ARCH).so
     75.PRECIOUS: $(LIB)/%.$(ARCH).$(DLLTYPE)
Note: See TracChangeset for help on using the changeset viewer.