summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.univel
blob: eb0d324ae64b118b6667fabd1646af2c5d0a45a2 (plain)
1
2
3
4
5
6
7
8
9
10
AROPT = crs
export_dynamic = -Wl,-Bexport
DLSUFFIX = .so
CFLAGS_SL = -K PIC

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

sqlmansect = 5