blob: 44a6f1c34ad96740807a9fd1c69838ad24f499d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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 =
# Rule for building a shared library from a single .o file
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<
sqlmansect = 5
|