summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 8e51600aed4139b1b03092b31b1be0de66c446d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUBDIRS = lib libprog . po tests/libgnu tests/libprog

LTV_CURRENT = 0
LTV_REVISION = 0
LTV_AGE = 0

DLL_VERSION = $$(expr $(LTV_CURRENT) - $(LTV_AGE))

bin_PROGRAMS =
lib_LTLIBRARIES =
noinst_LTLIBRARIES =
include_HEADERS =
check_PROGRAMS =
DISTCLEANFILES =
EXTRA_DIST = m4/gnulib-cache.m4 m4prog/gnulib-cache.m4
ACLOCAL_AMFLAGS = -I m4 -I m4prog
TESTS =

include %D%/include/Makefile.am
include %D%/src/Makefile.am
include %D%/icons/Makefile.am
include %D%/desktop/Makefile.am
include %D%/tests/Makefile.am