OSDN Git Service

clfs-3.0.0-systemd.
[clfsja/cross-lfs-ja.git] / src / final-system / multilib / Makefile.am
1 ##
2 ## This is part of CLFSja package.
3 ##
4 BOOKdir = @abs_bookdir@/final-system/multilib
5 CHANGE_FILES = \
6         aboutdebug.ch        \
7         acl.ch               \
8         acl-64bit.ch         \
9         acl-n32.ch           \
10         adjusting.ch         \
11         attr.ch              \
12         attr-64bit.ch        \
13         attr-n32.ch          \
14         autoconf.ch          \
15         automake.ch          \
16         bash.ch              \
17         bc.ch                \
18         binutils.ch          \
19         bison.ch             \
20         bison-64bit.ch       \
21         bison-n32.ch         \
22         bzip2.ch             \
23         bzip2-64bit.ch       \
24         bzip2-n32.ch         \
25         cloog.ch             \
26         cloog-64bit.ch       \
27         cloog-n32.ch         \
28         coreutils.ch         \
29         dbus.ch              \
30         dbus-n32.ch          \
31         dbus-64bit.ch        \
32         diffutils.ch         \
33         e2fsprogs.ch         \
34         e2fsprogs-64bit.ch   \
35         e2fsprogs-n32.ch     \
36         expat.ch             \
37         expat-64bit.ch       \
38         expat-n32.ch         \
39         file.ch              \
40         file-64bit.ch        \
41         file-n32.ch          \
42         findutils.ch         \
43         flex.ch              \
44         flex-64bit.ch        \
45         flex-n32.ch          \
46         gawk.ch              \
47         gcc.ch               \
48         gdbm.ch              \
49         gdbm-64bit.ch        \
50         gdbm-n32.ch          \
51         gettext.ch           \
52         gettext-64bit.ch     \
53         gettext-n32.ch       \
54         glibc.ch             \
55         glibc-64bit.ch       \
56         gmp.ch               \
57         gmp-64bit.ch         \
58         gmp-n32.ch           \
59         gperf.ch             \
60         grep.ch              \
61         groff.ch             \
62         gzip.ch              \
63         iproute2.ch          \
64         iputils.ch           \
65         isl.ch               \
66         isl-64bit.ch         \
67         isl-n32.ch           \
68         kbd.ch               \
69         kmod.ch              \
70         kmod-64bit.ch        \
71         kmod-n32.ch          \
72         less.ch              \
73         libcap.ch            \
74         libcap-64bit.ch      \
75         libcap-n32.ch        \
76         libpipeline.ch       \
77         libpipeline-64bit.ch \
78         libpipeline-n32.ch   \
79         libtool.ch           \
80         libtool-64bit.ch     \
81         libtool-n32.ch       \
82         m4.ch                \
83         make.ch              \
84         man-db.ch            \
85         mpc.ch               \
86         mpc-64bit.ch         \
87         mpc-n32.ch           \
88         mpfr.ch              \
89         mpfr-64bit.ch        \
90         mpfr-n32.ch          \
91         multiarch_wrapper.ch \
92         ncurses.ch           \
93         ncurses-64bit.ch     \
94         ncurses-n32.ch       \
95         patch.ch             \
96         perl.ch              \
97         perl-64bit.ch        \
98         perl-n32.ch          \
99         pkg-config-lite.ch   \
100         procps-ng.ch         \
101         procps-ng-64bit.ch   \
102         procps-ng-n32.ch     \
103         psmisc.ch            \
104         readline.ch          \
105         readline-64bit.ch    \
106         readline-n32.ch      \
107         sed.ch               \
108         shadow.ch            \
109         stripping.ch         \
110         systemd.ch           \
111         systemd-64bit.ch     \
112         systemd-n32.ch       \
113         tar.ch               \
114         temp-perl.ch         \
115         texinfo.ch           \
116         util-linux.ch        \
117         util-linux-64bit.ch  \
118         util-linux-n32.ch    \
119         vim.ch               \
120         xml-parser.ch        \
121         xml-parser-64bit.ch  \
122         xml-parser-n32.ch    \
123         xz.ch                \
124         xz-64bit.ch          \
125         xz-n32.ch            \
126         zlib.ch              \
127         zlib-64bit.ch        \
128         zlib-n32.ch
129
130 EXTRA_DIST = $(CHANGE_FILES)
131 srcdir = @srcdir@
132 srcs = $(CHANGE_FILES:.ch=.xml)
133
134 SUFFIXES = .ch .xml
135 .ch.xml:
136         $(top_builddir)/$(CTIE) -m $@ $(BOOKdir)/$@ $(srcdir)/$*.ch >/dev/null
137
138 all: ctie $(srcs)
139
140 ctie:
141         @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null
142
143 $(srcs): $(BOOKdir)/$@ $(srcdir)/$(@:.xml=.ch)