summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.netbsd
blob: 15695fb65c730c80e70de0cdd49e3ccc939894f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AROPT = cr

export_dynamic = -Wl,-E
rpath = -Wl,-R'$(rpathdir)'

DLSUFFIX = .so

CFLAGS_SL = -fPIC -DPIC


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