-
Notifications
You must be signed in to change notification settings - Fork 6
/
Makefile.am
49 lines (37 loc) · 1.38 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
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = tables dballe extra src
if DO_DBALLEF
SUBDIRS += fortran
endif
if DO_DBALLE_PYTHON
SUBDIRS += python
endif
if DO_DOCS
SUBDIRS += doc
endif
SUBDIRS += bench .
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA=libdballe.pc libdballef.pc
m4dir = $(datadir)/aclocal
m4_DATA = libdballe.m4 libdballef.m4
man_MANS = dbatbl.1 dbamsg.1 dbadb.1 dbaexport.1
dbadb.1: src/dbadb doc/add_templates_to_manpage
( cd src && ./`basename $<` help manpage ) | ( cd $(srcdir) && $(srcdir)/doc/add_templates_to_manpage ) > $@
dbamsg.1: src/dbamsg doc/add_templates_to_manpage
( cd src && ./`basename $<` help manpage ) | ( cd $(srcdir) && $(srcdir)/doc/add_templates_to_manpage ) > $@
dbaexport.1: src/dbaexport
COLUMNS=200 help2man --name='export data from DB-All.e' --section=1 --no-info --version-string="$(PACKAGE_VERSION)" $< > $@
%.1: src/%
( cd src && ./`basename $<` help manpage ) > $@
BUILT_SOURCES = dbaexport.1
EXTRA_DIST = README.md NEWS.md LICENSE BENCHMARKS autogen.sh \
libdballe.m4 libdballef.m4 \
libdballe.pc.in libdballef.pc.in \
$(conf_DATA) get_line_no run-check.conf.example \
run-check run-local run-bench show_code_notes \
fabfile.py \
dbaexport.1 \
rebuild-gh-pages \
fedora/SPECS/dballe.spec
CLEANFILES = dbatbl.1 dbamsg.1 dbadb.1 fabfile.pyc