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/opihi/cmd.astro/Makefile

    r12842 r12879  
    7070
    7171$(LIB)/libastrocmd.$(ARCH).a: $(srcs)
    72 $(LIB)/libastrocmd.$(ARCH).so: $(srcs)
     72$(LIB)/libastrocmd.$(ARCH).$(DLLTYPE): $(srcs)
    7373
    7474$(DESTLIB)/libastrocmd.a: $(LIB)/libastrocmd.$(ARCH).a
    75 $(DESTLIB)/libastrocmd.so: $(LIB)/libastrocmd.$(ARCH).so
     75$(DESTLIB)/libastrocmd.$(DLLTYPE): $(LIB)/libastrocmd.$(ARCH).$(DLLTYPE)
    7676
    77 libastrocmd: $(DESTLIB)/libastrocmd.a $(DESTLIB)/libastrocmd.so
     77libastrocmd: $(DESTLIB)/libastrocmd.a $(DESTLIB)/libastrocmd.$(DLLTYPE)
    7878
    7979uninstall:
    8080        rm -f $(DESTLIB)/libastrocmd.a
    81         rm -f $(DESTLIB)/libastrocmd.so
     81        rm -f $(DESTLIB)/libastrocmd.$(DLLTYPE)
    8282
Note: See TracChangeset for help on using the changeset viewer.