OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / Makefile.am
1 ##
2 ## This is part of CLFSja package.
3 ##
4 BOOKdir = @abs_bookdir@/final-system/common
5 CHANGE_FILES = \
6         aboutdebug.ch      \
7         acl.ch             \
8         adjusting.ch       \
9         attr.ch            \
10         autoconf.ch        \
11         automake.ch        \
12         bc.ch              \
13         bash.ch            \
14         binutils.ch        \
15         bison.ch           \
16         bzip2.ch           \
17         cloog.ch           \
18         coreutils.ch       \
19         dbus.ch            \
20         diffutils.ch       \
21         e2fsprogs.ch       \
22         expat.ch           \
23         file.ch            \
24         findutils.ch       \
25         flex.ch            \
26         gawk.ch            \
27         gcc.ch             \
28         gdbm.ch            \
29         gettext.ch         \
30         glibc.ch           \
31         gmp.ch             \
32         gperf.ch           \
33         grep.ch            \
34         groff.ch           \
35         gzip.ch            \
36         iana-etc.ch        \
37         intltool.ch        \
38         introduction.ch    \
39         iproute2.ch        \
40         iputils.ch         \
41         isl.ch             \
42         kbd.ch             \
43         kmod.ch            \
44         less.ch            \
45         libcap.ch          \
46         libpipeline.ch     \
47         libtool.ch         \
48         linux-headers.ch   \
49         m4.ch              \
50         make.ch            \
51         man-db.ch          \
52         man-pages.ch       \
53         mpc.ch             \
54         mpfr.ch            \
55         ncurses.ch         \
56         patch.ch           \
57         perl.ch            \
58         pkg-config-lite.ch \
59         pkgmgt.ch          \
60         procps-ng.ch       \
61         psmisc.ch          \
62         readline.ch        \
63         sed.ch             \
64         shadow.ch          \
65         stripping.ch       \
66         systemd.ch         \
67         tar.ch             \
68         temp-perl.ch       \
69         testsuitesagain.ch \
70         texinfo.ch         \
71         util-linux.ch      \
72         vim.ch             \
73         xml-parser.ch      \
74         xz.ch              \
75         zlib.ch
76
77 EXTRA_DIST = $(CHANGE_FILES)
78 srcdir = @srcdir@
79 srcs = $(CHANGE_FILES:.ch=.xml)
80
81 SUFFIXES = .ch .xml
82 .ch.xml:
83         $(top_builddir)/$(CTIE) -m $@ $(BOOKdir)/$@ $(srcdir)/$*.ch >/dev/null
84
85 all: ctie $(srcs)
86
87 ctie:
88         @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null
89
90 $(srcs): $(BOOKdir)/$@ $(srcdir)/$(@:.xml=.ch)