summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.svr4
blob: 9704f1a1d647550c5cdeb3b4d71beb873f8b41ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 $@ $<