summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.openbsd
blob: 4f8e9ec2521298b71933de0716d9a4b14e34d61c (plain)
1
2
3
4
5
6
7
export_dynamic = -Wl,-E
rpath = -Wl,-R'$(rpathdir)'


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