]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/Makefile.in
partial: 0.1.57.jcn
[lilypond.git] / Documentation / Makefile.in
1 # Makefile.in generated automatically by automake 1.2f from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # Generated automatically by wild-perl 0.1
14 # Documentation/Makefile.am.wild
15
16
17 SHELL = /bin/sh
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41
42 top_builddir = ..
43
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
48
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 host_alias = @host_alias@
62 host_triplet = @host@
63 AGE = @AGE@
64 AUTOGENERATE = @AUTOGENERATE@
65 BISON = @BISON@
66 CC = @CC@
67 COMPILEINFO = @COMPILEINFO@
68 CPPFLAGS = @CPPFLAGS@
69 CURRENT = @CURRENT@
70 CXX = @CXX@
71 CXXFLAGS = @CXXFLAGS@
72 DIR_DATADIR = @DIR_DATADIR@
73 EXTRA_LIBES = @EXTRA_LIBES@
74 FIND = @FIND@
75 FLEX = @FLEX@
76 ICFLAGS = @ICFLAGS@
77 ILDFLAGS = @ILDFLAGS@
78 LD = @LD@
79 LDFLAGS = @LDFLAGS@
80 LEX = @LEX@
81 LIBTOOL = @LIBTOOL@
82 LN = @LN@
83 LN_S = @LN_S@
84 MAKE = @MAKE@
85 MAKEINFO = @MAKEINFO@
86 MFDIR = @MFDIR@
87 NM = @NM@
88 PACKAGE = @PACKAGE@
89 PERL = @PERL@
90 POD2HTML = @POD2HTML@
91 POD2MAN = @POD2MAN@
92 PYTHON = @PYTHON@
93 RANLIB = @RANLIB@
94 REVISION = @REVISION@
95 TAR = @TAR@
96 TEXDIR = @TEXDIR@
97 TEXPREFIX = @TEXPREFIX@
98 VERSION = @VERSION@
99 YACC = @YACC@
100 ZIP = @ZIP@
101 absolute_builddir = @absolute_builddir@
102
103 DOCFILES = introduction.doc mudela-man.doc
104 PODFILES = AUTHORS.pod CodingStyle.pod INSTALL.pod MANIFESTO.pod PATCHES.pod convert-mudela.pod faq.pod gnu-music.pod index.pod internals.pod language.pod lilypond.pod links.pod literature.pod ly2dvi.pod mi2mu.pod mudela-book.pod mutopia.pod other-packages.pod
105 OUTPODFILES = $(PODFILES)
106 TEXTFILES = $(OUTPODFILES:.pod=.txt)
107 GROFFFILES = $(OUTPODFILES:.pod=.1)
108 HTMLFILES = $(OUTPODFILES:.pod=.html)
109 DVIFILES = $(DOCFILES:.doc=.dvi)
110
111 XPMS = lelie_icon.xpm lelie_logo.xpm lelieblond.xpm
112 giffiles = $(XPMS:.xpm=.gif)
113
114 EXTRA_DIST = Makefile.am.wild Rules.make $(XPMS) $(DOCFILES) $(PODFILES) vocabulary-data vocabulary-forms.el fonts.tex
115
116 MAN1FILES = lilypond convert-mudela mi2mu mudela-book ly2dvi
117 MAN1GROFF = $(addsuffix .1,$(MAN1FILES))
118
119 outdir = .
120 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
121 CONFIG_HEADER = ../flower/config.hh
122 CONFIG_CLEAN_FILES = 
123 DIST_COMMON =  Makefile.am Makefile.in
124
125
126 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127
128 GZIP = --best
129 default: all
130
131 .SUFFIXES:
132 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
133         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Documentation/Makefile
134
135 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
136         cd $(top_builddir) \
137           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
138
139 tags: TAGS
140 TAGS:
141
142
143 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
144
145 subdir = Documentation
146
147 distdir: $(DISTFILES)
148         @for file in $(DISTFILES); do \
149           d=$(srcdir); \
150           test -f $(distdir)/$$file \
151           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
152           || cp -p $$d/$$file $(distdir)/$$file; \
153         done
154 info:
155 dvi:
156 check: all
157         $(MAKE)
158 installcheck:
159 install-exec: 
160         @$(NORMAL_INSTALL)
161
162 install-data: 
163         @$(NORMAL_INSTALL)
164         $(MAKE) install-data-hook
165
166 install: install-exec install-data all
167         @:
168
169 uninstall: 
170
171 all: Makefile
172
173 install-strip:
174         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
175 installdirs:
176
177
178 mostlyclean-generic:
179         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
180
181 clean-generic:
182         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
183
184 distclean-generic:
185         -rm -f Makefile $(DISTCLEANFILES)
186         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
187         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
188
189 maintainer-clean-generic:
190         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
191         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
192 mostlyclean:  mostlyclean-generic
193
194 clean:  clean-generic mostlyclean clean-local
195
196 distclean:  distclean-generic clean
197         -rm -f config.status
198         -rm -f libtool
199
200 maintainer-clean:  maintainer-clean-generic distclean
201         @echo "This command is intended for maintainers to use;"
202         @echo "it deletes files that may require special tools to rebuild."
203
204 .PHONY: default tags distdir info dvi installcheck install-exec \
205 install-data install uninstall all installdirs mostlyclean-generic \
206 distclean-generic clean-generic maintainer-clean-generic clean \
207 mostlyclean distclean maintainer-clean
208
209
210 default: all $(TEXTFILES)
211
212 %.1: %.pod
213         $(POD2MAN) --section=1 $*.pod > $@
214
215 install-data-hook: $(MAN1GROFF)
216         $(INSTALL) -d $(mandir)/man1
217         $(INSTALL) -m 644 $(MAN1GROFF) $(mandir)/man1
218
219 uninstall-hook:
220         (cd  $(mandir)/man1/; rm -f $(MAN1GROFF))
221
222 html: $(HTMLFILES)
223
224 clean-local:
225         -rm $(TEXTFILES) $(MAN1GROFF)
226
227 include $(top_srcdir)/Documentation/Rules.make
228 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
229         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
230
231 # Tell versions [3.59,3.63) of GNU make to not export all variables.
232 # Otherwise a system limit (for SysV at least) may be exceeded.
233 .NOEXPORT: