Changeset 11889
- Timestamp:
- Feb 19, 2007, 12:09:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/Makefile.Common (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Makefile.Common
r11888 r11889 45 45 ar rcv $@ $^ 46 46 $(RANLIB) $@ 47 @echo "compiled library $*" 48 @echo "" 47 49 48 50 $(DESTLIB)/%.a: $(LIB)/%.$(ARCH).a … … 55 57 rm -f $@ 56 58 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 59 62 60 63 $(DESTLIB)/%.so: $(LIB)/%.$(ARCH).so
Note:
See TracChangeset
for help on using the changeset viewer.
