]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/cdrom/yaird-0.0.5/exec/Makefile.in
8ae7cb2df086f8acad655463a10117fed046d048
[bacula/rescue] / rescue / linux / cdrom / yaird-0.0.5 / exec / 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.am -- compiling executables to be included in generated image
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 #
36 # The interesting part here is integration with klibc: it's absent.
37 # The hope is that by specifying -I and -l flags to configure, an external
38 # klibc build can be used.  This is untested.
39 #
40
41
42 # Makefile.incl -- shared defines between makefiles
43 #   Copyright (C) 2005  Erik van Konijnenburg
44 #
45 #   This program is free software; you can redistribute it and/or modify
46 #   it under the terms of the GNU General Public License as published by
47 #   the Free Software Foundation; either version 2 of the License, or
48 #   (at your option) any later version.
49 #
50 #   This program is distributed in the hope that it will be useful,
51 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
52 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53 #   GNU General Public License for more details.
54 #
55 #   You should have received a copy of the GNU General Public License
56 #   along with this program; if not, write to the Free Software
57 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
58 #
59 # - auxdir contains package specific executables that may be included
60 #   in the generated image
61 # - perldir contains perl modules to be included by the main program
62 #
63 # This cannot be simply passed from the master makefile; that would
64 # be invisible to automake.
65
66 SOURCES = $(findlibs_SOURCES) $(run_init_SOURCES)
67
68 srcdir = @srcdir@
69 top_srcdir = @top_srcdir@
70 VPATH = @srcdir@
71 pkgdatadir = $(datadir)/@PACKAGE@
72 pkglibdir = $(libdir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 top_builddir = ..
75 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76 INSTALL = @INSTALL@
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 aux_PROGRAMS = run_init$(EXEEXT) findlibs$(EXEEXT)
89 DIST_COMMON = $(srcdir)/../Makefile.incl $(srcdir)/Makefile.am \
90         $(srcdir)/Makefile.in
91 subdir = exec
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.in
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/include/config.h
98 CONFIG_CLEAN_FILES =
99 am__installdirs = "$(DESTDIR)$(auxdir)"
100 auxPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
101 PROGRAMS = $(aux_PROGRAMS)
102 am_findlibs_OBJECTS = findlibs.$(OBJEXT)
103 findlibs_OBJECTS = $(am_findlibs_OBJECTS)
104 findlibs_LDADD = $(LDADD)
105 am_run_init_OBJECTS = run_init.$(OBJEXT)
106 run_init_OBJECTS = $(am_run_init_OBJECTS)
107 run_init_LDADD = $(LDADD)
108 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
109 depcomp = $(SHELL) $(top_srcdir)/depcomp
110 am__depfiles_maybe = depfiles
111 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 CCLD = $(CC)
114 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
115 SOURCES = $(findlibs_SOURCES) $(run_init_SOURCES)
116 DIST_SOURCES = $(findlibs_SOURCES) $(run_init_SOURCES)
117 ETAGS = etags
118 CTAGS = ctags
119 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120 ACLOCAL = @ACLOCAL@
121 AMDEP_FALSE = @AMDEP_FALSE@
122 AMDEP_TRUE = @AMDEP_TRUE@
123 AMTAR = @AMTAR@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPPFLAGS = @CPPFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 ECHO_C = @ECHO_C@
136 ECHO_N = @ECHO_N@
137 ECHO_T = @ECHO_T@
138 EXEEXT = @EXEEXT@
139 INITRD_TEMPLATE = @INITRD_TEMPLATE@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 LDFLAGS = @LDFLAGS@
145 LIBOBJS = @LIBOBJS@
146 LIBS = @LIBS@
147 LTLIBOBJS = @LTLIBOBJS@
148 MAKEINFO = @MAKEINFO@
149 OBJEXT = @OBJEXT@
150 PACKAGE = @PACKAGE@
151 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152 PACKAGE_NAME = @PACKAGE_NAME@
153 PACKAGE_STRING = @PACKAGE_STRING@
154 PACKAGE_TARNAME = @PACKAGE_TARNAME@
155 PACKAGE_VERSION = @PACKAGE_VERSION@
156 PATH_SEPARATOR = @PATH_SEPARATOR@
157 PERL = @PERL@
158 SET_MAKE = @SET_MAKE@
159 SHELL = @SHELL@
160 STRIP = @STRIP@
161 VERSION = @VERSION@
162 XMLTO = @XMLTO@
163 ac_ct_CC = @ac_ct_CC@
164 ac_ct_STRIP = @ac_ct_STRIP@
165 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
166 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
167 am__include = @am__include@
168 am__leading_dot = @am__leading_dot@
169 am__quote = @am__quote@
170 am__tar = @am__tar@
171 am__untar = @am__untar@
172 bindir = @bindir@
173 build_alias = @build_alias@
174 datadir = @datadir@
175 exec_prefix = @exec_prefix@
176 host_alias = @host_alias@
177 includedir = @includedir@
178 infodir = @infodir@
179 install_sh = @install_sh@
180 libdir = @libdir@
181 libexecdir = @libexecdir@
182 localstatedir = @localstatedir@
183 mandir = @mandir@
184 mkdir_p = @mkdir_p@
185 oldincludedir = @oldincludedir@
186 prefix = @prefix@
187 program_transform_name = @program_transform_name@
188 sbindir = @sbindir@
189 sharedstatedir = @sharedstatedir@
190 sysconfdir = @sysconfdir@
191 target_alias = @target_alias@
192 auxdir = $(pkglibdir)/exec
193 perldir = $(pkglibdir)/perl
194 run_init_SOURCES = run_init.c
195 findlibs_SOURCES = findlibs.c
196 all: all-am
197
198 .SUFFIXES:
199 .SUFFIXES: .c .o .obj
200 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../Makefile.incl $(am__configure_deps)
201         @for dep in $?; do \
202           case '$(am__configure_deps)' in \
203             *$$dep*) \
204               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
205                 && exit 0; \
206               exit 1;; \
207           esac; \
208         done; \
209         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  exec/Makefile'; \
210         cd $(top_srcdir) && \
211           $(AUTOMAKE) --gnu  exec/Makefile
212 .PRECIOUS: Makefile
213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214         @case '$?' in \
215           *config.status*) \
216             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
217           *) \
218             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
219             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
220         esac;
221
222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
225 $(top_srcdir)/configure:  $(am__configure_deps)
226         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
228         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229 install-auxPROGRAMS: $(aux_PROGRAMS)
230         @$(NORMAL_INSTALL)
231         test -z "$(auxdir)" || $(mkdir_p) "$(DESTDIR)$(auxdir)"
232         @list='$(aux_PROGRAMS)'; for p in $$list; do \
233           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
234           if test -f $$p \
235           ; then \
236             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
237            echo " $(INSTALL_PROGRAM_ENV) $(auxPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(auxdir)/$$f'"; \
238            $(INSTALL_PROGRAM_ENV) $(auxPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(auxdir)/$$f" || exit 1; \
239           else :; fi; \
240         done
241
242 uninstall-auxPROGRAMS:
243         @$(NORMAL_UNINSTALL)
244         @list='$(aux_PROGRAMS)'; for p in $$list; do \
245           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
246           echo " rm -f '$(DESTDIR)$(auxdir)/$$f'"; \
247           rm -f "$(DESTDIR)$(auxdir)/$$f"; \
248         done
249
250 clean-auxPROGRAMS:
251         -test -z "$(aux_PROGRAMS)" || rm -f $(aux_PROGRAMS)
252 findlibs$(EXEEXT): $(findlibs_OBJECTS) $(findlibs_DEPENDENCIES) 
253         @rm -f findlibs$(EXEEXT)
254         $(LINK) $(findlibs_LDFLAGS) $(findlibs_OBJECTS) $(findlibs_LDADD) $(LIBS)
255 run_init$(EXEEXT): $(run_init_OBJECTS) $(run_init_DEPENDENCIES) 
256         @rm -f run_init$(EXEEXT)
257         $(LINK) $(run_init_LDFLAGS) $(run_init_OBJECTS) $(run_init_LDADD) $(LIBS)
258
259 mostlyclean-compile:
260         -rm -f *.$(OBJEXT)
261
262 distclean-compile:
263         -rm -f *.tab.c
264
265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findlibs.Po@am__quote@
266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_init.Po@am__quote@
267
268 .c.o:
269 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
270 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
271 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
272 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
274
275 .c.obj:
276 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
277 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
278 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
279 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
281 uninstall-info-am:
282
283 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
284         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
285         unique=`for i in $$list; do \
286             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287           done | \
288           $(AWK) '    { files[$$0] = 1; } \
289                END { for (i in files) print i; }'`; \
290         mkid -fID $$unique
291 tags: TAGS
292
293 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
294                 $(TAGS_FILES) $(LISP)
295         tags=; \
296         here=`pwd`; \
297         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
298         unique=`for i in $$list; do \
299             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300           done | \
301           $(AWK) '    { files[$$0] = 1; } \
302                END { for (i in files) print i; }'`; \
303         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
304           test -n "$$unique" || unique=$$empty_fix; \
305           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306             $$tags $$unique; \
307         fi
308 ctags: CTAGS
309 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310                 $(TAGS_FILES) $(LISP)
311         tags=; \
312         here=`pwd`; \
313         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
314         unique=`for i in $$list; do \
315             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316           done | \
317           $(AWK) '    { files[$$0] = 1; } \
318                END { for (i in files) print i; }'`; \
319         test -z "$(CTAGS_ARGS)$$tags$$unique" \
320           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
321              $$tags $$unique
322
323 GTAGS:
324         here=`$(am__cd) $(top_builddir) && pwd` \
325           && cd $(top_srcdir) \
326           && gtags -i $(GTAGS_ARGS) $$here
327
328 distclean-tags:
329         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
330
331 distdir: $(DISTFILES)
332         $(mkdir_p) $(distdir)/..
333         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
334         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
335         list='$(DISTFILES)'; for file in $$list; do \
336           case $$file in \
337             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
338             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
339           esac; \
340           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
342           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
343             dir="/$$dir"; \
344             $(mkdir_p) "$(distdir)$$dir"; \
345           else \
346             dir=''; \
347           fi; \
348           if test -d $$d/$$file; then \
349             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
350               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
351             fi; \
352             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
353           else \
354             test -f $(distdir)/$$file \
355             || cp -p $$d/$$file $(distdir)/$$file \
356             || exit 1; \
357           fi; \
358         done
359 check-am: all-am
360 check: check-am
361 all-am: Makefile $(PROGRAMS)
362 installdirs:
363         for dir in "$(DESTDIR)$(auxdir)"; do \
364           test -z "$$dir" || $(mkdir_p) "$$dir"; \
365         done
366 install: install-am
367 install-exec: install-exec-am
368 install-data: install-data-am
369 uninstall: uninstall-am
370
371 install-am: all-am
372         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373
374 installcheck: installcheck-am
375 install-strip:
376         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
378           `test -z '$(STRIP)' || \
379             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
380 mostlyclean-generic:
381
382 clean-generic:
383
384 distclean-generic:
385         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
386
387 maintainer-clean-generic:
388         @echo "This command is intended for maintainers to use"
389         @echo "it deletes files that may require special tools to rebuild."
390 clean: clean-am
391
392 clean-am: clean-auxPROGRAMS clean-generic mostlyclean-am
393
394 distclean: distclean-am
395         -rm -rf ./$(DEPDIR)
396         -rm -f Makefile
397 distclean-am: clean-am distclean-compile distclean-generic \
398         distclean-tags
399
400 dvi: dvi-am
401
402 dvi-am:
403
404 html: html-am
405
406 info: info-am
407
408 info-am:
409
410 install-data-am: install-auxPROGRAMS
411
412 install-exec-am:
413
414 install-info: install-info-am
415
416 install-man:
417
418 installcheck-am:
419
420 maintainer-clean: maintainer-clean-am
421         -rm -rf ./$(DEPDIR)
422         -rm -f Makefile
423 maintainer-clean-am: distclean-am maintainer-clean-generic
424
425 mostlyclean: mostlyclean-am
426
427 mostlyclean-am: mostlyclean-compile mostlyclean-generic
428
429 pdf: pdf-am
430
431 pdf-am:
432
433 ps: ps-am
434
435 ps-am:
436
437 uninstall-am: uninstall-auxPROGRAMS uninstall-info-am
438
439 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-auxPROGRAMS \
440         clean-generic ctags distclean distclean-compile \
441         distclean-generic distclean-tags distdir dvi dvi-am html \
442         html-am info info-am install install-am install-auxPROGRAMS \
443         install-data install-data-am install-exec install-exec-am \
444         install-info install-info-am install-man install-strip \
445         installcheck installcheck-am installdirs maintainer-clean \
446         maintainer-clean-generic mostlyclean mostlyclean-compile \
447         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
448         uninstall-am uninstall-auxPROGRAMS uninstall-info-am
449
450 # Tell versions [3.59,3.63) of GNU make to not export all variables.
451 # Otherwise a system limit (for SysV at least) may be exceeded.
452 .NOEXPORT: