37 lines
726 B
Makefile
37 lines
726 B
Makefile
INCLUDES = \
|
|
-I$(srcdir)/../
|
|
|
|
noinst_LTLIBRARIES = libbongolog4c_sd.la
|
|
|
|
libbongolog4c_sd_la_SOURCES = \
|
|
error.h \
|
|
defs.h \
|
|
stack.h \
|
|
stack.c \
|
|
list.h \
|
|
list.c \
|
|
malloc.h \
|
|
malloc.c \
|
|
domnode.h \
|
|
domnode-xml.h \
|
|
domnode-xml.c \
|
|
domnode-xml-parser.h \
|
|
domnode-xml-parser.c \
|
|
domnode-xml-scanner.h \
|
|
domnode-xml-scanner.c \
|
|
domnode.c \
|
|
factory.h \
|
|
factory.c \
|
|
hash.h \
|
|
hash.c \
|
|
sd_xplatform.h \
|
|
sprintf.h \
|
|
sprintf.c \
|
|
test.h \
|
|
test.c
|
|
libbongolog4c_sd_la_LDFLAGS =
|
|
|
|
EXTRA_libbongolog4c_sd_la_SOURCES = \
|
|
sprintf.osf.c
|
|
|