1 # Makefile.in generated automatically by automake 1.2f from Makefile.am
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.
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
13 # Generated automatically by wild-perl 0.1
14 # project LilyPond -- the musical typesetter
16 # file make/Makefile.am.dist
18 # Copyright (c) 1997 by
19 # Jan Nieuwenhuizen <jan@digicash.com>
20 # Han-Wen Nienhuys <hanwen@stack.nl>
21 # ...your sort order here, or how to comment-out a comment
27 top_srcdir
= @top_srcdir@
30 exec_prefix = @
exec_prefix@
34 libexecdir
= @libexecdir@
36 sysconfdir
= @sysconfdir@
37 sharedstatedir
= @sharedstatedir@
38 localstatedir
= @localstatedir@
42 includedir = @
includedir@
43 oldincludedir = /usr
/include
45 pkgdatadir
= $(datadir)/@PACKAGE@
46 pkglibdir
= $(libdir)/@PACKAGE@
47 pkgincludedir
= $(includedir)/@PACKAGE@
54 AUTOHEADER
= @AUTOHEADER@
57 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
58 INSTALL_DATA
= @INSTALL_DATA@
59 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
60 transform
= @program_transform_name@
68 host_alias
= @host_alias@
71 AUTOGENERATE
= @AUTOGENERATE@
74 COMPILEINFO
= @COMPILEINFO@
79 DIR_DATADIR
= @DIR_DATADIR@
80 EXTRA_LIBES
= @EXTRA_LIBES@
101 REVISION
= @REVISION@
104 TEXPREFIX
= @TEXPREFIX@
108 absolute_builddir
= @absolute_builddir@
110 IN_FILES
= Configure_variables.make.in Makefile.in Toplevel.make.in lelievijver.lsm.in lilypond.lsm.in lilypond.spec.in
111 MAKE_FILES
= Files.make Include.make Initial.make Rules.make Targets.make Template.make User.make Variables.make Version.make
112 EXTRA_DIST
= Makefile.am.wild
$(IN_FILES
) $(MAKE_FILES
) lilypond.spec lilypond.lsm lelievijver.lsm
114 rpmdocs
= $(addprefix Documentation
/, $(notdir $(shell ls ..
/Documentation
/$(outdir
)/*.txt
)))\
115 BUGS TODO NEWS DEDICATION ANNOUNCE README
116 rpmmudocs
= $(addprefix Documentation
/, $(notdir $(shell ls ..
/Documentation
/*.doc
)))
117 rpmdvis
= $(rpmmudocs
:.doc
=.
dvi)
118 rpmexamples
= $(addprefix input
/, $(notdir $(shell ls ..
/input
/*.
{ly
,tex})))
120 date
= $(shell date
'+%d%b%y'|tr a-z A-Z
)
122 SED_VERSION
= sed
's!@TOPLEVEL_VERSION@!${TOPLEVEL_VERSION}!g'
123 SED_DATE
=sed
's!@DATE@!${date}!g'
124 SED_EXAMPLES
= sed
's!@EXAMPLE_LYS@!${rpmexamples} ${rpmmudocs}!g'
125 SED_DOCS
=sed
's!@TEXT_DOCS@!${rpmdocs}!g'
126 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
127 CONFIG_HEADER
= ..
/flower
/config.hh
129 DIST_COMMON
= Makefile.am Makefile.in
132 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
138 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
139 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps make
/Makefile
141 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
143 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
149 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
153 distdir
: $(DISTFILES
)
154 @for file in
$(DISTFILES
); do \
156 test -f
$(distdir
)/$$file \
157 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
158 || cp
-p
$$d/$$file $(distdir
)/$$file; \
171 install: install-exec install-data
all
179 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT
='$(INSTALL_PROGRAM)' install
184 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
187 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
190 -rm -f Makefile
$(DISTCLEANFILES
)
191 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
192 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
194 maintainer-clean-generic
:
195 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
196 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
197 mostlyclean: mostlyclean-generic
199 clean: clean-generic
mostlyclean
201 distclean: distclean-generic
clean
205 maintainer-clean
: maintainer-clean-generic
distclean
206 @echo
"This command is intended for maintainers to use;"
207 @echo
"it deletes files that may require special tools to rebuild."
209 .PHONY
: default
tags distdir
info dvi installcheck install-exec \
210 install-data
install uninstall all installdirs mostlyclean-generic \
211 distclean-generic clean-generic maintainer-clean-generic
clean \
212 mostlyclean distclean maintainer-clean
215 spec
: $(outdir
)/lilypond.spec
217 lilypond.spec
: lilypond.spec.in ..
/VERSION
218 cat
$< |
$(SED_VERSION
) |
$(SED_DOCS
) |
$(SED_EXAMPLES
) > $@
220 %.lsm
: %.lsm.in ..
/VERSION
221 cat
$< |
$(SED_VERSION
) |
$(SED_DATE
) > $@
223 $(srcdir)/Makefile.am
: $(srcdir)/Makefile.am.wild
224 $(PERL
) $(top_srcdir
)/bin
/wild-perl
< $< > $@
226 # Tell versions [3.59,3.63) of GNU make to not export all variables.
227 # Otherwise a system limit (for SysV at least) may be exceeded.