summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.dgux
blob: 0c34d4a3901843fd71361362b18badd173417216 (plain)
1
2
3
4
5
6
7
8
9
AROPT = crs
DLSUFFIX = .so
CFLAGS_SL = -fpic

# Rule for building a shared library from a single .o file
%.so: %.o
	$(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $<

sqlmansect = 5