]> git.donarmstrong.com Git - lilypond.git/blob - debian/Makefile.in
release: 0.1.50
[lilypond.git] / debian / 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# debian/Makefile.am.wild
14
15
16 SHELL = /bin/sh
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AUTOHEADER = @AUTOHEADER@
63 BISON = @BISON@
64 CC = @CC@
65 COMPILEINFO = @COMPILEINFO@
66 CPPFLAGS = @CPPFLAGS@
67 CXX = @CXX@
68 CXXFLAGS = @CXXFLAGS@
69 DEFINES = @DEFINES@
70 DIR_DATADIR = @DIR_DATADIR@
71 EXTRA_LIBES = @EXTRA_LIBES@
72 FIND = @FIND@
73 FLEX = @FLEX@
74 ICFLAGS = @ICFLAGS@
75 ILDFLAGS = @ILDFLAGS@
76 LD = @LD@
77 LEX = @LEX@
78 LIBTOOL = @LIBTOOL@
79 LN = @LN@
80 LN_S = @LN_S@
81 MAKE = @MAKE@
82 MAKEINFO = @MAKEINFO@
83 MFDIR = @MFDIR@
84 NM = @NM@
85 PACKAGE = @PACKAGE@
86 PERL = @PERL@
87 POD2HTML = @POD2HTML@
88 POD2MAN = @POD2MAN@
89 PYTHON = @PYTHON@
90 RANLIB = @RANLIB@
91 TAR = @TAR@
92 TEXDIR = @TEXDIR@
93 TEXPREFIX = @TEXPREFIX@
94 VERSION = @VERSION@
95 YACC = @YACC@
96 ZIP = @ZIP@
97
98 EXTRA_DIST = Makefile.am.wild README.Debian TODO changelog control copyright \
99         postinst postinst.old.sh postrm preinst rules watch
100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 CONFIG_HEADER = ../lib/config.hh
102 CONFIG_CLEAN_FILES = 
103 DIST_COMMON =  Makefile.am Makefile.in TODO
104
105
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108 GZIP = --best
109 default: all
110
111 .SUFFIXES:
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps debian/Makefile
114
115 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
116         cd $(top_builddir) \
117           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119 tags: TAGS
120 TAGS:
121
122
123 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
124
125 subdir = debian
126
127 distdir: $(DISTFILES)
128         @for file in $(DISTFILES); do \
129           d=$(srcdir); \
130           test -f $(distdir)/$$file \
131           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
132           || cp -p $$d/$$file $(distdir)/$$file; \
133         done
134 info:
135 dvi:
136 check: all
137         $(MAKE)
138 installcheck:
139 install-exec: 
140         @$(NORMAL_INSTALL)
141
142 install-data: 
143         @$(NORMAL_INSTALL)
144
145 install: install-exec install-data all
146         @:
147
148 uninstall: 
149
150 all: Makefile
151
152 install-strip:
153         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
154 installdirs:
155
156
157 mostlyclean-generic:
158         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
159
160 clean-generic:
161         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163 distclean-generic:
164         -rm -f Makefile $(DISTCLEANFILES)
165         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
167
168 maintainer-clean-generic:
169         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
170         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
171 mostlyclean:  mostlyclean-generic
172
173 clean:  clean-generic mostlyclean
174
175 distclean:  distclean-generic clean
176         -rm -f config.status
177         -rm -f libtool
178
179 maintainer-clean:  maintainer-clean-generic distclean
180         @echo "This command is intended for maintainers to use;"
181         @echo "it deletes files that may require special tools to rebuild."
182
183 .PHONY: default tags distdir info dvi installcheck install-exec \
184 install-data install uninstall all installdirs mostlyclean-generic \
185 distclean-generic clean-generic maintainer-clean-generic clean \
186 mostlyclean distclean maintainer-clean
187
188
189 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
190         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
191
192 # Tell versions [3.59,3.63) of GNU make to not export all variables.
193 # Otherwise a system limit (for SysV at least) may be exceeded.
194 .NOEXPORT: