summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.osf
blob: 31822fd79d339f724fbf17b72a1d1ea1e6986150 (plain)
1
2
3
4
5
6
7
8
9
10
AROPT = crs
DLSUFFIX = .so
CFLAGS_SL =
rpath = -rpath '$(rpathdir)'

# Rule for building a shared library from a single .o file
%.so: %.o
	$(LD) -shared -expect_unresolved '*' -o $@ $<

sqlmansect = 5