summaryrefslogtreecommitdiff
path: root/make/makeshlb.unx
blob: e9829cae9c853ca953ddea47b70a581e691afa44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#
#	$Id: makeshlb.unx,v 6.1 1999/03/18 17:31:11 beloslyu Exp $
#
# Builds shared NCBI libraries
#  Defaults below are for Solaris; other platforms are driven from
#  makeall.unx and makenet.unx
#
# For OSF/1 the "$<" below should be manually changed to "$?"
#
SH1 = ld -G -o
SH2 = `lorder *.o | tsort` $(NCBI_OTHERLIBS)

%.so: %.a
	rm -f *.o __*
	ar x $<
	$(SH1) $@ $(SH2)
	rm -f *.o __*