forked from priitj/whitedb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
62 lines (48 loc) · 1.82 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# $Id: $
# $Source: $
#
# Top level Makefile.am of WhiteDB: calling makes in subdirs
#
#AUTOMAKE_OPTIONS = foreign
AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS = Db json
if REASONER
SUBDIRS += Parser Reasoner Printer
endif
SUBDIRS += Test Main Examples
if PYTHON
SUBDIRS += Python
endif
# --- man ---
man_MANS = Doc/whitedb.7
# --- optional components ----
# -------- Tests -------------------
TESTS = Test/common.test Test/log.test
Test/log.log: Test/common.log
# -------- Extras -------------------
EXTRA_DIST = Bootstrap README INSTALL MANIFEST GPLLICENCE NEWS AUTHORS \
Doc/whitedb.7 Doc/python.txt Doc/Manual.txt \
Doc/Install.txt Doc/Utilities.txt Doc/Tutorial.txt \
wgdb.def config-w32.h config-gcc.h Doxyfile compile.sh compile.bat \
unite.sh \
Db/dbapi.h Db/rdfapi.h Db/indexapi.h \
Examples/compile_demo.sh Examples/compile_demo.bat \
Examples/compile_query.sh Examples/compile_query.bat \
Examples/dserve.c Examples/tut1.c Examples/tut2.c Examples/tut3.c \
Examples/tut4.c Examples/tut5.c Examples/tut6.c Examples/tut7.c \
Examples/speed/README Examples/speed/speed1.c Examples/speed/speed2.c \
Examples/speed/speed3.c Examples/speed/speed4.c Examples/speed/speed5.c \
Examples/speed/speed6.c Examples/speed/speed7.c Examples/speed/speed8.c \
Examples/speed/speed10.c Examples/speed/speed11.c Examples/speed/speed12.c \
Examples/speed/speed13.c Examples/speed/speed15.c Examples/speed/speed16.c \
Python/compile.bat Python/compile.sh Python/tests.py \
Parser/dbotter.y Parser/dbotter.l Parser/dbprolog.y Parser/dbprolog.l \
Rexamples \
Test/common.test Test/log.test \
whitedb.pc.in
# this conflicts with the distcheck target, so disabled for now.
#dist-hook:
# cp $(top_distdir)/config-gcc.h $(top_distdir)/config.h
# -------- Pkg-config ---------------
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = whitedb.pc