]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/Makefile.in
release: 0.1.51
[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 # Automatically generated from ./Documentation/Makefile.am.wild by autowild
14 # Do not edit
15 # Generated automatically by wild-perl 0.1
16 # Documentation/Makefile.am.wild
17
18
19 SHELL = /bin/sh
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 prefix = @prefix@
25 exec_prefix = @exec_prefix@
26
27 bindir = @bindir@
28 sbindir = @sbindir@
29 libexecdir = @libexecdir@
30 datadir = @datadir@
31 sysconfdir = @sysconfdir@
32 sharedstatedir = @sharedstatedir@
33 localstatedir = @localstatedir@
34 libdir = @libdir@
35 infodir = @infodir@
36 mandir = @mandir@
37 includedir = @includedir@
38 oldincludedir = /usr/include
39
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43
44 top_builddir = ..
45
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
50
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
56
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_alias = @host_alias@
64 host_triplet = @host@
65 AUTOGENERATE = @AUTOGENERATE@
66 BISON = @BISON@
67 CC = @CC@
68 COMPILEINFO = @COMPILEINFO@
69 CPPFLAGS = @CPPFLAGS@
70 CXX = @CXX@
71 CXXFLAGS = @CXXFLAGS@
72 DEFINES = @DEFINES@
73 DIR_DATADIR = @DIR_DATADIR@
74 EXTRA_LIBES = @EXTRA_LIBES@
75 FIND = @FIND@
76 FLEX = @FLEX@
77 ICFLAGS = @ICFLAGS@
78 ILDFLAGS = @ILDFLAGS@
79 LD = @LD@
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 TAR = @TAR@
95 TEXDIR = @TEXDIR@
96 TEXPREFIX = @TEXPREFIX@
97 VERSION = @VERSION@
98 YACC = @YACC@
99 ZIP = @ZIP@
100 absolute_builddir = @absolute_builddir@
101
102 DOCFILES = introduction.doc mudela-course.doc mudela-man.doc
103 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
104 OUTPODFILES = $(PODFILES)
105 TEXTFILES = $(OUTPODFILES:.pod=.txt)
106 GROFFFILES = $(OUTPODFILES:.pod=.1)
107 HTMLFILES = $(OUTPODFILES:.pod=.html)
108 DVIFILES = $(DOCFILES:.doc=.dvi)
109
110 XPMS = lelie_icon.xpm lelie_logo.xpm lelieblond.xpm
111 giffiles = $(XPMS:.xpm=.gif)
112
113 EXTRA_DIST = Makefile.am.wild Rules.make $(XPMS) $(DOCFILES) $(PODFILES) vocabulary-data vocabulary-forms.el 
114
115 MAN1FILES = lilypond convert-mudela mi2mu mudela-book ly2dvi
116 MAN1GROFF = $(addsuffix .1,$(MAN1FILES))
117
118 outdir = .
119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
120 CONFIG_HEADER = ../lib/config.hh
121 CONFIG_CLEAN_FILES = 
122 DIST_COMMON =  Makefile.am Makefile.in
123
124
125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
127 GZIP = --best
128 default: all
129
130 .SUFFIXES:
131 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
132         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Documentation/Makefile
133
134 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
135         cd $(top_builddir) \
136           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
137
138 tags: TAGS
139 TAGS:
140
141
142 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
143
144 subdir = Documentation
145
146 distdir: $(DISTFILES)
147         @for file in $(DISTFILES); do \
148           d=$(srcdir); \
149           test -f $(distdir)/$$file \
150           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
151           || cp -p $$d/$$file $(distdir)/$$file; \
152         done
153 info:
154 dvi:
155 check: all
156         $(MAKE)
157 installcheck:
158 install-exec: 
159         @$(NORMAL_INSTALL)
160
161 install-data: 
162         @$(NORMAL_INSTALL)
163         $(MAKE) install-data-hook
164
165 install: install-exec install-data all
166         @:
167
168 uninstall: 
169
170 all: Makefile
171
172 install-strip:
173         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
174 installdirs:
175
176
177 mostlyclean-generic:
178         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
179
180 clean-generic:
181         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
182
183 distclean-generic:
184         -rm -f Makefile $(DISTCLEANFILES)
185         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
186         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
187
188 maintainer-clean-generic:
189         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
190         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
191 mostlyclean:  mostlyclean-generic
192
193 clean:  clean-generic mostlyclean
194
195 distclean:  distclean-generic clean
196         -rm -f config.status
197         -rm -f libtool
198
199 maintainer-clean:  maintainer-clean-generic distclean
200         @echo "This command is intended for maintainers to use;"
201         @echo "it deletes files that may require special tools to rebuild."
202
203 .PHONY: default tags distdir info dvi installcheck install-exec \
204 install-data install uninstall all installdirs mostlyclean-generic \
205 distclean-generic clean-generic maintainer-clean-generic clean \
206 mostlyclean distclean maintainer-clean
207
208
209 default: all $(TEXTFILES)
210
211 %.1: %.pod
212         $(POD2MAN) --section=1 $*.pod > $@
213
214 install-data-hook: $(MAN1GROFF)
215         $(INSTALL) -d $(mandir)/man1
216         $(INSTALL) -m 644 $(MAN1GROFF) $(mandir)/man1
217
218 uninstall-hook:
219         (cd  $(mandir)/man1/; rm -f $(MAN1GROFF))
220
221 html: $(HTMLFILES)
222
223 clean-hook:
224         rm $(TEXTFILES) $(MAN1GROFF)
225
226 include $(top_srcdir)/Documentation/Rules.make
227 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
228         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
229
230 # Tell versions [3.59,3.63) of GNU make to not export all variables.
231 # Otherwise a system limit (for SysV at least) may be exceeded.
232 .NOEXPORT: