|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/make/makeshlb.unx |
source navigation diff markup identifier search freetext search file search |
1 # 2 # 3 # $Id: makeshlb.unx,v 6.1 1999/03/18 17:31:11 beloslyu Exp $ 4 # 5 # Builds shared NCBI libraries 6 # Defaults below are for Solaris; other platforms are driven from 7 # makeall.unx and makenet.unx 8 # 9 # For OSF/1 the "$<" below should be manually changed to "$?" 10 # 11 SH1 = ld -G -o 12 SH2 = `lorder *.o | tsort` $(NCBI_OTHERLIBS) 13 14 %.so: %.a 15 rm -f *.o __* 16 ar x $< 17 $(SH1) $@ $(SH2) 18 rm -f *.o __*
|
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |