summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.svr4
blob: 7a01c5c944e4f456c770bcda0ae428d31742b1e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# MAKE_EXPORTS is required for svr4 loaders that want a file of
# symbol names to tell them what to export/import.
#MAKE_EXPORTS= true

LIBS += -lc /usr/ucblib/libucb.a
LDFLAGS += -LD-Blargedynsym

DLSUFFIX = .so
CFLAGS_SL =

%.so: %.o
	$(LD) -G -Bdynamic -o $@ $<

sqlmansect = 5