summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.linux
blob: 6dd9c6ebbb78075ce8b1d2e49b7bd52195d90e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AROPT = crs
export_dynamic = -Wl,-E
rpath = -Wl,-rpath,$(rpathdir)
allow_nonpic_in_shlib = yes
DLSUFFIX = .so

ifeq "$(findstring sparc,$(host_cpu))" "sparc"
CFLAGS_SL = -fPIC
else
CFLAGS_SL = -fpic
endif

%.so: %.o
	$(CC) -shared -o $@ $<

sqlmansect = 7