blob: e2b386ac127cb012c13fdb3aed3163624ed84581 (
plain)
1
2
3
4
5
6
7
8
|
# src/makefiles/Makefile.solaris
rpath = -Wl,-rpath,'$(rpathdir)'
# Rule for building a shared library from a single .o file
%.so: %.o
$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@
sqlmansect = 5sql
|