IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2007, 9:59:02 AM (19 years ago)
Author:
eugene
Message:

various fixes to support Mac OS X

File:
1 edited

Legend:

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

    r11880 r12840  
    1919TFLAGS        = $(FULL_CFLAGS) $(FULL_LDFLAGS) -ltap_ohana
    2020
    21 install: $(DESTLIB)/libohana.a $(DESTLIB)/libohana.so
    22 libohana: $(LIB)/libohana.$(ARCH).a $(LIB)/libohana.$(ARCH).so
     21install: $(DESTLIB)/libohana.a $(DESTLIB)/libohana.$(DLLTYPE)
     22libohana: $(LIB)/libohana.$(ARCH).a $(LIB)/libohana.$(ARCH).$(DLLTYPE)
    2323testcode: install $(TEST)
    2424test:
     
    5050
    5151$(LIB)/libohana.$(ARCH).a: $(OBJS)
    52 $(LIB)/libohana.$(ARCH).so: $(OBJS)
     52$(LIB)/libohana.$(ARCH).$(DLLTYPE): $(OBJS)
    5353
    5454$(DESTLIB)/libohana.a:  $(LIB)/libohana.$(ARCH).a
    55 $(DESTLIB)/libohana.so: $(LIB)/libohana.$(ARCH).so
     55$(DESTLIB)/libohana.$(DLLTYPE): $(LIB)/libohana.$(ARCH).$(DLLTYPE)
    5656
    5757$(TESTDIR)/%.$(ARCH) : $(TESTDIR)/%.c
Note: See TracChangeset for help on using the changeset viewer.