summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.osf
blob: 23156edc9d84e19f23ae045042c12ca79fe7f851 (plain)
1
2
3
4
5
6
7
8
AROPT = crs
DLSUFFIX = .so
CFLAGS_SL =

%.so: %.o
	$(LD) -shared -expect_unresolved '*' -o $@ $<

LDFLAGS += -rpath $(libdir)