]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/cdrom/yaird-0.0.5/templates/Makefile.in
Initial revision
[bacula/rescue] / rescue / linux / cdrom / yaird-0.0.5 / templates / Makefile.in
1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 # Makefile.incl -- shared defines between makefiles
19 #   Copyright (C) 2005  Erik van Konijnenburg
20 #
21 #   This program is free software; you can redistribute it and/or modify
22 #   it under the terms of the GNU General Public License as published by
23 #   the Free Software Foundation; either version 2 of the License, or
24 #   (at your option) any later version.
25 #
26 #   This program is distributed in the hope that it will be useful,
27 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
28 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 #   GNU General Public License for more details.
30 #
31 #   You should have received a copy of the GNU General Public License
32 #   along with this program; if not, write to the Free Software
33 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
34 #
35 # - auxdir contains package specific executables that may be included
36 #   in the generated image
37 # - perldir contains perl modules to be included by the main program
38 #
39 # This cannot be simply passed from the master makefile; that would
40 # be invisible to automake.
41
42 srcdir = @srcdir@
43 top_srcdir = @top_srcdir@
44 VPATH = @srcdir@
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkglibdir = $(libdir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48 top_builddir = ..
49 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50 INSTALL = @INSTALL@
51 install_sh_DATA = $(install_sh) -c -m 644
52 install_sh_PROGRAM = $(install_sh) -c
53 install_sh_SCRIPT = $(install_sh) -c
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = $(program_transform_name)
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 DIST_COMMON = $(srcdir)/../Makefile.incl $(srcdir)/Makefile.am \
63         $(srcdir)/Makefile.in
64 subdir = templates
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/configure.in
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68         $(ACLOCAL_M4)
69 mkinstalldirs = $(install_sh) -d
70 CONFIG_HEADER = $(top_builddir)/include/config.h
71 CONFIG_CLEAN_FILES =
72 SOURCES =
73 DIST_SOURCES =
74 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75 am__vpath_adj = case $$p in \
76     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77     *) f=$$p;; \
78   esac;
79 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
80 am__installdirs = "$(DESTDIR)$(perldir)"
81 nodist_perlDATA_INSTALL = $(INSTALL_DATA)
82 DATA = $(nodist_perl_DATA)
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 ACLOCAL = @ACLOCAL@
85 AMDEP_FALSE = @AMDEP_FALSE@
86 AMDEP_TRUE = @AMDEP_TRUE@
87 AMTAR = @AMTAR@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 CC = @CC@
93 CCDEPMODE = @CCDEPMODE@
94 CFLAGS = @CFLAGS@
95 CPPFLAGS = @CPPFLAGS@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 ECHO_C = @ECHO_C@
100 ECHO_N = @ECHO_N@
101 ECHO_T = @ECHO_T@
102 EXEEXT = @EXEEXT@
103 INITRD_TEMPLATE = @INITRD_TEMPLATE@
104 INSTALL_DATA = @INSTALL_DATA@
105 INSTALL_PROGRAM = @INSTALL_PROGRAM@
106 INSTALL_SCRIPT = @INSTALL_SCRIPT@
107 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
108 LDFLAGS = @LDFLAGS@
109 LIBOBJS = @LIBOBJS@
110 LIBS = @LIBS@
111 LTLIBOBJS = @LTLIBOBJS@
112 MAKEINFO = @MAKEINFO@
113 OBJEXT = @OBJEXT@
114 PACKAGE = @PACKAGE@
115 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
116 PACKAGE_NAME = @PACKAGE_NAME@
117 PACKAGE_STRING = @PACKAGE_STRING@
118 PACKAGE_TARNAME = @PACKAGE_TARNAME@
119 PACKAGE_VERSION = @PACKAGE_VERSION@
120 PATH_SEPARATOR = @PATH_SEPARATOR@
121 PERL = @PERL@
122 SET_MAKE = @SET_MAKE@
123 SHELL = @SHELL@
124 STRIP = @STRIP@
125 VERSION = @VERSION@
126 XMLTO = @XMLTO@
127 ac_ct_CC = @ac_ct_CC@
128 ac_ct_STRIP = @ac_ct_STRIP@
129 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
130 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
131 am__include = @am__include@
132 am__leading_dot = @am__leading_dot@
133 am__quote = @am__quote@
134 am__tar = @am__tar@
135 am__untar = @am__untar@
136 bindir = @bindir@
137 build_alias = @build_alias@
138 datadir = @datadir@
139 exec_prefix = @exec_prefix@
140 host_alias = @host_alias@
141 includedir = @includedir@
142 infodir = @infodir@
143 install_sh = @install_sh@
144 libdir = @libdir@
145 libexecdir = @libexecdir@
146 localstatedir = @localstatedir@
147 mandir = @mandir@
148 mkdir_p = @mkdir_p@
149 oldincludedir = @oldincludedir@
150 prefix = @prefix@
151 program_transform_name = @program_transform_name@
152 sbindir = @sbindir@
153 sharedstatedir = @sharedstatedir@
154 sysconfdir = @sysconfdir@
155 target_alias = @target_alias@
156 auxdir = $(pkglibdir)/exec
157 perldir = $(pkglibdir)/perl
158
159
160 # Makefile.am -- installation and packaging instructions
161 #
162 CLEANFILES = $(nodist_perl_DATA)
163 nodist_perl_DATA = \
164         Template.pm
165
166
167 # not compiled, but must go in the tarball.
168 EXTRA_DIST = \
169         Fedora.pm \
170         Debian.pm
171
172 all: all-am
173
174 .SUFFIXES:
175 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../Makefile.incl $(am__configure_deps)
176         @for dep in $?; do \
177           case '$(am__configure_deps)' in \
178             *$$dep*) \
179               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
180                 && exit 0; \
181               exit 1;; \
182           esac; \
183         done; \
184         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  templates/Makefile'; \
185         cd $(top_srcdir) && \
186           $(AUTOMAKE) --gnu  templates/Makefile
187 .PRECIOUS: Makefile
188 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
189         @case '$?' in \
190           *config.status*) \
191             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
192           *) \
193             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
194             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
195         esac;
196
197 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
198         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
199
200 $(top_srcdir)/configure:  $(am__configure_deps)
201         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
202 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
203         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
204 uninstall-info-am:
205 install-nodist_perlDATA: $(nodist_perl_DATA)
206         @$(NORMAL_INSTALL)
207         test -z "$(perldir)" || $(mkdir_p) "$(DESTDIR)$(perldir)"
208         @list='$(nodist_perl_DATA)'; for p in $$list; do \
209           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
210           f=$(am__strip_dir) \
211           echo " $(nodist_perlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perldir)/$$f'"; \
212           $(nodist_perlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perldir)/$$f"; \
213         done
214
215 uninstall-nodist_perlDATA:
216         @$(NORMAL_UNINSTALL)
217         @list='$(nodist_perl_DATA)'; for p in $$list; do \
218           f=$(am__strip_dir) \
219           echo " rm -f '$(DESTDIR)$(perldir)/$$f'"; \
220           rm -f "$(DESTDIR)$(perldir)/$$f"; \
221         done
222 tags: TAGS
223 TAGS:
224
225 ctags: CTAGS
226 CTAGS:
227
228
229 distdir: $(DISTFILES)
230         $(mkdir_p) $(distdir)/..
231         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
232         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
233         list='$(DISTFILES)'; for file in $$list; do \
234           case $$file in \
235             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
236             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
237           esac; \
238           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
239           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
240           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
241             dir="/$$dir"; \
242             $(mkdir_p) "$(distdir)$$dir"; \
243           else \
244             dir=''; \
245           fi; \
246           if test -d $$d/$$file; then \
247             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
248               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
249             fi; \
250             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
251           else \
252             test -f $(distdir)/$$file \
253             || cp -p $$d/$$file $(distdir)/$$file \
254             || exit 1; \
255           fi; \
256         done
257 check-am: all-am
258 check: check-am
259 all-am: Makefile $(DATA)
260 installdirs:
261         for dir in "$(DESTDIR)$(perldir)"; do \
262           test -z "$$dir" || $(mkdir_p) "$$dir"; \
263         done
264 install: install-am
265 install-exec: install-exec-am
266 install-data: install-data-am
267 uninstall: uninstall-am
268
269 install-am: all-am
270         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
271
272 installcheck: installcheck-am
273 install-strip:
274         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
275           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
276           `test -z '$(STRIP)' || \
277             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
278 mostlyclean-generic:
279
280 clean-generic:
281         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
282
283 distclean-generic:
284         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
285
286 maintainer-clean-generic:
287         @echo "This command is intended for maintainers to use"
288         @echo "it deletes files that may require special tools to rebuild."
289 clean: clean-am
290
291 clean-am: clean-generic mostlyclean-am
292
293 distclean: distclean-am
294         -rm -f Makefile
295 distclean-am: clean-am distclean-generic
296
297 dvi: dvi-am
298
299 dvi-am:
300
301 html: html-am
302
303 info: info-am
304
305 info-am:
306
307 install-data-am: install-nodist_perlDATA
308
309 install-exec-am:
310
311 install-info: install-info-am
312
313 install-man:
314
315 installcheck-am:
316
317 maintainer-clean: maintainer-clean-am
318         -rm -f Makefile
319 maintainer-clean-am: distclean-am maintainer-clean-generic
320
321 mostlyclean: mostlyclean-am
322
323 mostlyclean-am: mostlyclean-generic
324
325 pdf: pdf-am
326
327 pdf-am:
328
329 ps: ps-am
330
331 ps-am:
332
333 uninstall-am: uninstall-info-am uninstall-nodist_perlDATA
334
335 .PHONY: all all-am check check-am clean clean-generic distclean \
336         distclean-generic distdir dvi dvi-am html html-am info info-am \
337         install install-am install-data install-data-am install-exec \
338         install-exec-am install-info install-info-am install-man \
339         install-nodist_perlDATA install-strip installcheck \
340         installcheck-am installdirs maintainer-clean \
341         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
342         pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
343         uninstall-nodist_perlDATA
344
345
346 Template.pm: $(INITRD_TEMPLATE).pm
347         cp $< $@
348 # Tell versions [3.59,3.63) of GNU make to not export all variables.
349 # Otherwise a system limit (for SysV at least) may be exceeded.
350 .NOEXPORT: