File: Makefile.am

package info (click to toggle)
whitedb 0.7.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,452 kB
  • ctags: 2,681
  • sloc: ansic: 31,714; python: 790; lex: 359; java: 277; makefile: 172; yacc: 138; sh: 87; sed: 36
file content (45 lines) | stat: -rw-r--r-- 1,472 bytes parent folder | download
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
# $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 += Main Examples
if PYTHON
SUBDIRS += Python
endif

# --- optional components ----


# -------- Extras -------------------


EXTRA_DIST = Bootstrap README INSTALL MANIFEST GPLLICENCE NEWS AUTHORS \
 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 \
 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 \
 config.h \
 Parser/dbotter.y Parser/dbotter.l Parser/dbprolog.y Parser/dbprolog.l \
 Rexamples

dist-hook:
	cp $(top_distdir)/config-gcc.h $(top_distdir)/config.h