## ## This is part of CLFSja package. ## SUBDIRS=common \ mips mips64 mips64-64 \ ppc ppc64 ppc64-64 \ sparc sparc64 sparc64-64 \ x86 x86_64 x86_64-64 BOOKdir = @abs_bookdir@/final-preps CHANGE_FILES = \ mips-chapter.ch \ mips64-64-chapter.ch \ mips64-chapter.ch \ ppc-chapter.ch \ ppc64-64-chapter.ch \ ppc64-chapter.ch \ sparc-chapter.ch \ sparc64-64-chapter.ch \ sparc64-chapter.ch \ x86-chapter.ch \ x86_64-64-chapter.ch \ x86_64-chapter.ch EXTRA_DIST = $(CHANGE_FILES) srcdir = @srcdir@ srcs = $(CHANGE_FILES:.ch=.xml) SUFFIXES = .ch .xml .ch.xml: $(top_builddir)/$(CTIE) -m $@ $(BOOKdir)/$@ $(srcdir)/$*.ch >/dev/null all: ctie $(srcs) ctie: @$(MAKE) -C $(top_builddir)/$@ $@ >/dev/null $(srcs): $(BOOKdir)/$@ $(srcdir)/$(@:.xml=.ch)