IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11889


Ignore:
Timestamp:
Feb 19, 2007, 12:09:21 PM (19 years ago)
Author:
eugene
Message:

comment lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile.Common

    r11888 r11889  
    4545        ar rcv $@ $^
    4646        $(RANLIB) $@
     47        @echo "compiled library $*"
     48        @echo ""
    4749
    4850$(DESTLIB)/%.a: $(LIB)/%.$(ARCH).a
     
    5557        rm -f $@
    5658        gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc
    57         # the line below is needed for Solaris?
    58         # gcc -shared -o $@ $^ -lc
     59
     60# shared objects have a different compilation on solaris:
     61# gcc -shared -o $@ $^ -lc
    5962
    6063$(DESTLIB)/%.so: $(LIB)/%.$(ARCH).so
Note: See TracChangeset for help on using the changeset viewer.