Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/Makefile @ 1823

Last change on this file since 1823 was 1823, checked in by bensch, 21 years ago

orxonox/branches/bensch: added option verbose-mode

File size: 25.0 KB
Line 
1# Makefile.in generated by automake 1.8.3 from Makefile.am.
2# Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  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
16
17SOURCES = $(orxonox_SOURCES)
18
19srcdir = .
20top_srcdir = .
21
22pkgdatadir = $(datadir)/orxonox
23pkglibdir = $(libdir)/orxonox
24pkgincludedir = $(includedir)/orxonox
25top_builddir = .
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27INSTALL = /bin/install -c
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39host_triplet = i686-pc-linux-gnu
40bin_PROGRAMS = orxonox$(EXEEXT)
41DIST_COMMON = README $(am__configure_deps) $(orxonox_TEXINFOS) \
42        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43        $(srcdir)/config.h.in $(srcdir)/orxonox.lsm.in \
44        $(srcdir)/orxonox.spec.in $(top_srcdir)/configure AUTHORS \
45        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
46        install-sh missing mkinstalldirs texinfo.tex
47subdir = .
48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
50        $(top_srcdir)/configure.ac
51am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52        $(ACLOCAL_M4)
53am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54 configure.lineno configure.status.lineno
55mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56CONFIG_HEADER = config.h
57CONFIG_CLEAN_FILES = orxonox.lsm orxonox.spec
58am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
59binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
60PROGRAMS = $(bin_PROGRAMS)
61am_orxonox_OBJECTS = orxonox_gui.$(OBJEXT) orxonox_gui_video.$(OBJEXT) \
62        orxonox_gui_audio.$(OBJEXT) orxonox_gui_exec.$(OBJEXT) \
63        orxonox_gui_file.$(OBJEXT)
64orxonox_OBJECTS = $(am_orxonox_OBJECTS)
65orxonox_LDADD = $(LDADD)
66DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
67depcomp = $(SHELL) $(top_srcdir)/depcomp
68am__depfiles_maybe = depfiles
69DEP_FILES = ./$(DEPDIR)/orxonox_gui.Po \
70        ./$(DEPDIR)/orxonox_gui_audio.Po \
71        ./$(DEPDIR)/orxonox_gui_exec.Po \
72        ./$(DEPDIR)/orxonox_gui_file.Po \
73        ./$(DEPDIR)/orxonox_gui_video.Po
74COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76CCLD = $(CC)
77LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
78SOURCES = $(orxonox_SOURCES)
79DIST_SOURCES = $(orxonox_SOURCES)
80INFO_DEPS = $(srcdir)/orxonox.info
81am__TEXINFO_TEX_DIR = $(srcdir)
82DVIS = orxonox.dvi
83PDFS = orxonox.pdf
84PSS = orxonox.ps
85HTMLS = orxonox.html
86TEXINFOS = orxonox.texinfo
87TEXI2DVI = texi2dvi
88TEXI2PDF = $(TEXI2DVI) --pdf --batch
89MAKEINFOHTML = $(MAKEINFO) --html
90AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
91DVIPS = dvips
92man1dir = $(mandir)/man1
93NROFF = nroff
94MANS = $(man_MANS)
95ETAGS = etags
96CTAGS = ctags
97DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98distdir = $(PACKAGE)-$(VERSION)
99top_distdir = $(distdir)
100am__remove_distdir = \
101  { test ! -d $(distdir) \
102    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
103         && rm -fr $(distdir); }; }
104DIST_ARCHIVES = $(distdir).tar.gz
105GZIP_ENV = --best
106distuninstallcheck_listfiles = find . -type f -print
107distcleancheck_listfiles = find . -type f -print
108ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/branches/bensch/missing --run aclocal-1.8
109ALLOCA = 
110AMDEP_FALSE = #
111AMDEP_TRUE = 
112AMTAR = ${SHELL} /home/bensch/svn/orxonox/branches/bensch/missing --run tar
113AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/branches/bensch/missing --run autoconf
114AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/branches/bensch/missing --run autoheader
115AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/branches/bensch/missing --run automake-1.8
116AWK = gawk
117CC = gcc
118CCDEPMODE = depmode=gcc3
119CFLAGS = -g -O2
120CPP = gcc -E
121CPPFLAGS = 
122CYGPATH_W = echo
123DEFS = -DHAVE_CONFIG_H
124DEPDIR = .deps
125ECHO_C = 
126ECHO_N = -n
127ECHO_T = 
128EGREP = grep -E
129EXEEXT = 
130INSTALL_DATA = ${INSTALL} -m 644
131INSTALL_PROGRAM = ${INSTALL}
132INSTALL_SCRIPT = ${INSTALL}
133INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
134ISODATE = 2004-04-14
135LDFLAGS = 
136LIBOBJS = 
137LIBS = 
138LTLIBOBJS = 
139MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/branches/bensch/missing --run makeinfo
140OBJEXT = o
141PACKAGE = orxonox
142PACKAGE_BUGREPORT = 
143PACKAGE_NAME = 
144PACKAGE_STRING = 
145PACKAGE_TARNAME = 
146PACKAGE_VERSION = 
147PATH_SEPARATOR = :
148SET_MAKE = 
149SHELL = /bin/sh
150STRIP = 
151VERSION = 0.0.0
152ac_ct_CC = gcc
153ac_ct_STRIP = 
154am__fastdepCC_FALSE = #
155am__fastdepCC_TRUE = 
156am__include = include
157am__leading_dot = .
158am__quote = 
159bindir = ${exec_prefix}/bin
160build = i686-pc-linux-gnu
161build_alias = 
162build_cpu = i686
163build_os = linux-gnu
164build_vendor = pc
165datadir = ${prefix}/share
166exec_prefix = ${prefix}
167host = i686-pc-linux-gnu
168host_alias = 
169host_cpu = i686
170host_os = linux-gnu
171host_vendor = pc
172includedir = ${prefix}/include
173infodir = ${prefix}/info
174install_sh = /home/bensch/svn/orxonox/branches/bensch/install-sh
175libdir = ${exec_prefix}/lib
176libexecdir = ${exec_prefix}/libexec
177localstatedir = ${prefix}/var
178mandir = ${prefix}/man
179mkdir_p = mkdir -p -- .
180oldincludedir = /usr/include
181prefix = /usr/local
182program_transform_name = s,x,x,
183sbindir = ${exec_prefix}/sbin
184sharedstatedir = ${prefix}/com
185sysconfdir = ${prefix}/etc
186target_alias = 
187AM_CFLAGS = `pkg-config --cflags gtk+-2.0`
188AM_LDFLAGS = `pkg-config --libs  gtk+-2.0`
189orxonox_SOURCES = orxonox_gui.c orxonox_gui_video.c orxonox_gui_audio.c orxonox_gui_exec.c orxonox_gui_file.c\
190        aclocal.m4
191
192
193#  uncomment the following if orxonox requires the math library
194#orxonox_LDADD=-lm
195EXTRA_DIST = orxonox.lsm.in #NAME.texinfo orxonox.spec.in
196
197#  if you write a self-test script named `chk', uncomment the
198#  following and add `chk' to the EXTRA_DIST list
199#TESTS=chk
200
201#  build and install the .info pages
202info_TEXINFOS = orxonox.texinfo
203orxonox_TEXINFOS = gpl.texinfo
204
205#  install the man pages
206man_MANS = orxonox.1
207all: config.h
208        $(MAKE) $(AM_MAKEFLAGS) all-am
209
210.SUFFIXES:
211.SUFFIXES: .c .dvi .html .info .o .obj .pdf .ps .texinfo
212am--refresh:
213        @:
214$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
215        @for dep in $?; do \
216          case '$(am__configure_deps)' in \
217            *$$dep*) \
218              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
219              cd $(srcdir) && $(AUTOMAKE) --gnu  \
220                && exit 0; \
221              exit 1;; \
222          esac; \
223        done; \
224        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
225        cd $(top_srcdir) && \
226          $(AUTOMAKE) --gnu  Makefile
227.PRECIOUS: Makefile
228Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229        @case '$?' in \
230          *config.status*) \
231            echo ' $(SHELL) ./config.status'; \
232            $(SHELL) ./config.status;; \
233          *) \
234            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
235            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
236        esac;
237
238$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239        $(SHELL) ./config.status --recheck
240
241$(top_srcdir)/configure:  $(am__configure_deps)
242        cd $(srcdir) && $(AUTOCONF)
243$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
244        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
245
246config.h: stamp-h1
247        @if test ! -f $@; then \
248          rm -f stamp-h1; \
249          $(MAKE) stamp-h1; \
250        else :; fi
251
252stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
253        @rm -f stamp-h1
254        cd $(top_builddir) && $(SHELL) ./config.status config.h
255$(srcdir)/config.h.in:  $(am__configure_deps) 
256        cd $(top_srcdir) && $(AUTOHEADER)
257        rm -f stamp-h1
258        touch $@
259
260distclean-hdr:
261        -rm -f config.h stamp-h1
262orxonox.lsm: $(top_builddir)/config.status $(srcdir)/orxonox.lsm.in
263        cd $(top_builddir) && $(SHELL) ./config.status $@
264orxonox.spec: $(top_builddir)/config.status $(srcdir)/orxonox.spec.in
265        cd $(top_builddir) && $(SHELL) ./config.status $@
266install-binPROGRAMS: $(bin_PROGRAMS)
267        @$(NORMAL_INSTALL)
268        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
269        @list='$(bin_PROGRAMS)'; for p in $$list; do \
270          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
271          if test -f $$p \
272          ; then \
273            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
274           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
275           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
276          else :; fi; \
277        done
278
279uninstall-binPROGRAMS:
280        @$(NORMAL_UNINSTALL)
281        @list='$(bin_PROGRAMS)'; for p in $$list; do \
282          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
283          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
284          rm -f "$(DESTDIR)$(bindir)/$$f"; \
285        done
286
287clean-binPROGRAMS:
288        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
289orxonox$(EXEEXT): $(orxonox_OBJECTS) $(orxonox_DEPENDENCIES) 
290        @rm -f orxonox$(EXEEXT)
291        $(LINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS)
292
293mostlyclean-compile:
294        -rm -f *.$(OBJEXT)
295
296distclean-compile:
297        -rm -f *.tab.c
298
299include ./$(DEPDIR)/orxonox_gui.Po
300include ./$(DEPDIR)/orxonox_gui_audio.Po
301include ./$(DEPDIR)/orxonox_gui_exec.Po
302include ./$(DEPDIR)/orxonox_gui_file.Po
303include ./$(DEPDIR)/orxonox_gui_video.Po
304
305.c.o:
306        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
307        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
308#       source='$<' object='$@' libtool=no \
309#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
310#       $(CCDEPMODE) $(depcomp) \
311#       $(COMPILE) -c $<
312
313.c.obj:
314        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
315        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
316#       source='$<' object='$@' libtool=no \
317#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
318#       $(CCDEPMODE) $(depcomp) \
319#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
320
321.texinfo.info:
322        restore=: && \
323        backupdir="$(am__leading_dot)am$$$$" && \
324        am__cwd=`pwd` && cd $(srcdir) && \
325        rm -rf $$backupdir && mkdir $$backupdir && \
326        for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
327          if test -f $$f; then \
328            mv $$f $$backupdir; \
329            restore=mv; \
330          fi; \
331        done; \
332        cd "$$am__cwd"; \
333        if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
334         -o $@ $<; \
335        then \
336          rc=0; \
337          cd $(srcdir); \
338        else \
339          rc=$$?; \
340          cd $(srcdir) && \
341          $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
342        fi; \
343        rm -rf $$backupdir; \
344        exit $$rc
345
346.texinfo.dvi:
347        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
348        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
349        $(TEXI2DVI) $<
350
351.texinfo.pdf:
352        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
353        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
354        $(TEXI2PDF) $<
355
356.texinfo.html:
357        $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
358         -o $@ $<
359        if test ! -d $@ && test -d $(@:.html=); then \
360          mv $(@:.html=) $@; else :; fi
361$(srcdir)/orxonox.info: orxonox.texinfo $(orxonox_TEXINFOS)
362orxonox.dvi: orxonox.texinfo $(orxonox_TEXINFOS)
363orxonox.pdf: orxonox.texinfo $(orxonox_TEXINFOS)
364orxonox.html: orxonox.texinfo $(orxonox_TEXINFOS)
365.dvi.ps:
366        $(DVIPS) -o $@ $<
367
368uninstall-info-am:
369        $(PRE_UNINSTALL)
370        @if (install-info --version && \
371             install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
372          list='$(INFO_DEPS)'; \
373          for file in $$list; do \
374            relfile=`echo "$$file" | sed 's|^.*/||'`; \
375            echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
376            install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
377          done; \
378        else :; fi
379        @$(NORMAL_UNINSTALL)
380        @list='$(INFO_DEPS)'; \
381        for file in $$list; do \
382          relfile=`echo "$$file" | sed 's|^.*/||'`; \
383          relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
384          (if cd "$(DESTDIR)$(infodir)"; then \
385             echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \
386             rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
387           else :; fi); \
388        done
389
390dist-info: $(INFO_DEPS)
391        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
392        list='$(INFO_DEPS)'; \
393        for base in $$list; do \
394          case $$base in \
395            $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
396          esac; \
397          if test -f $$base; then d=.; else d=$(srcdir); fi; \
398          for file in $$d/$$base*; do \
399            relfile=`expr "$$file" : "$$d/\(.*\)"`; \
400            test -f $(distdir)/$$relfile || \
401              cp -p $$file $(distdir)/$$relfile; \
402          done; \
403        done
404
405mostlyclean-aminfo:
406        -rm -rf orxonox.aux orxonox.cp orxonox.cps orxonox.fn orxonox.fns orxonox.ky \
407          orxonox.kys orxonox.log orxonox.pg orxonox.pgs orxonox.tmp \
408          orxonox.toc orxonox.tp orxonox.tps orxonox.vr orxonox.vrs \
409          orxonox.dvi orxonox.pdf orxonox.ps orxonox.html
410
411maintainer-clean-aminfo:
412        @list='$(INFO_DEPS)'; for i in $$list; do \
413          i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
414          echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
415          rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
416        done
417install-man1: $(man1_MANS) $(man_MANS)
418        @$(NORMAL_INSTALL)
419        test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
420        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
421        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
422        for i in $$l2; do \
423          case "$$i" in \
424            *.1*) list="$$list $$i" ;; \
425          esac; \
426        done; \
427        for i in $$list; do \
428          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
429          else file=$$i; fi; \
430          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
431          case "$$ext" in \
432            1*) ;; \
433            *) ext='1' ;; \
434          esac; \
435          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
436          inst=`echo $$inst | sed -e 's/^.*\///'`; \
437          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
438          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
439          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
440        done
441uninstall-man1:
442        @$(NORMAL_UNINSTALL)
443        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
444        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
445        for i in $$l2; do \
446          case "$$i" in \
447            *.1*) list="$$list $$i" ;; \
448          esac; \
449        done; \
450        for i in $$list; do \
451          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
452          case "$$ext" in \
453            1*) ;; \
454            *) ext='1' ;; \
455          esac; \
456          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
457          inst=`echo $$inst | sed -e 's/^.*\///'`; \
458          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
459          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
460          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
461        done
462
463ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
464        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
465        unique=`for i in $$list; do \
466            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467          done | \
468          $(AWK) '    { files[$$0] = 1; } \
469               END { for (i in files) print i; }'`; \
470        mkid -fID $$unique
471tags: TAGS
472
473TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
474                $(TAGS_FILES) $(LISP)
475        tags=; \
476        here=`pwd`; \
477        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
478        unique=`for i in $$list; do \
479            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480          done | \
481          $(AWK) '    { files[$$0] = 1; } \
482               END { for (i in files) print i; }'`; \
483        test -z "$(ETAGS_ARGS)$$tags$$unique" \
484          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485             $$tags $$unique
486ctags: CTAGS
487CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
488                $(TAGS_FILES) $(LISP)
489        tags=; \
490        here=`pwd`; \
491        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
492        unique=`for i in $$list; do \
493            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494          done | \
495          $(AWK) '    { files[$$0] = 1; } \
496               END { for (i in files) print i; }'`; \
497        test -z "$(CTAGS_ARGS)$$tags$$unique" \
498          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499             $$tags $$unique
500
501GTAGS:
502        here=`$(am__cd) $(top_builddir) && pwd` \
503          && cd $(top_srcdir) \
504          && gtags -i $(GTAGS_ARGS) $$here
505
506distclean-tags:
507        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
509distdir: $(DISTFILES)
510        $(am__remove_distdir)
511        mkdir $(distdir)
512        $(mkdir_p) $(distdir)/.
513        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
514        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
515        list='$(DISTFILES)'; for file in $$list; do \
516          case $$file in \
517            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
518            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
519          esac; \
520          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
522          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
523            dir="/$$dir"; \
524            $(mkdir_p) "$(distdir)$$dir"; \
525          else \
526            dir=''; \
527          fi; \
528          if test -d $$d/$$file; then \
529            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
531            fi; \
532            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
533          else \
534            test -f $(distdir)/$$file \
535            || cp -p $$d/$$file $(distdir)/$$file \
536            || exit 1; \
537          fi; \
538        done
539        $(MAKE) $(AM_MAKEFLAGS) \
540          top_distdir="$(top_distdir)" distdir="$(distdir)" \
541          dist-info
542        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
543          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
544          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
545          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
546        || chmod -R a+r $(distdir)
547dist-gzip: distdir
548        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
549        $(am__remove_distdir)
550
551dist-bzip2: distdir
552        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
553        $(am__remove_distdir)
554
555dist-tarZ: distdir
556        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
557        $(am__remove_distdir)
558
559dist-shar: distdir
560        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
561        $(am__remove_distdir)
562
563dist-zip: distdir
564        -rm -f $(distdir).zip
565        zip -rq $(distdir).zip $(distdir)
566        $(am__remove_distdir)
567
568dist dist-all: distdir
569        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
570        $(am__remove_distdir)
571
572# This target untars the dist file and tries a VPATH configuration.  Then
573# it guarantees that the distribution is self-contained by making another
574# tarfile.
575distcheck: dist
576        case '$(DIST_ARCHIVES)' in \
577        *.tar.gz*) \
578          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
579        *.tar.bz2*) \
580          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
581        *.tar.Z*) \
582          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
583        *.shar.gz*) \
584          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
585        *.zip*) \
586          unzip $(distdir).zip ;;\
587        esac
588        chmod -R a-w $(distdir); chmod a+w $(distdir)
589        mkdir $(distdir)/_build
590        mkdir $(distdir)/_inst
591        chmod a-w $(distdir)
592        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
593          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
594          && cd $(distdir)/_build \
595          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
596            $(DISTCHECK_CONFIGURE_FLAGS) \
597          && $(MAKE) $(AM_MAKEFLAGS) \
598          && $(MAKE) $(AM_MAKEFLAGS) dvi \
599          && $(MAKE) $(AM_MAKEFLAGS) check \
600          && $(MAKE) $(AM_MAKEFLAGS) install \
601          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
602          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
603          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
604                distuninstallcheck \
605          && chmod -R a-w "$$dc_install_base" \
606          && ({ \
607               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
608               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
609               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
610               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
611                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
612              } || { rm -rf "$$dc_destdir"; exit 1; }) \
613          && rm -rf "$$dc_destdir" \
614          && $(MAKE) $(AM_MAKEFLAGS) dist \
615          && rm -rf $(DIST_ARCHIVES) \
616          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
617        $(am__remove_distdir)
618        @(echo "$(distdir) archives ready for distribution: "; \
619          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
620          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
621distuninstallcheck:
622        @cd $(distuninstallcheck_dir) \
623        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
624           || { echo "ERROR: files left after uninstall:" ; \
625                if test -n "$(DESTDIR)"; then \
626                  echo "  (check DESTDIR support)"; \
627                fi ; \
628                $(distuninstallcheck_listfiles) ; \
629                exit 1; } >&2
630distcleancheck: distclean
631        @if test '$(srcdir)' = . ; then \
632          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
633          exit 1 ; \
634        fi
635        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
636          || { echo "ERROR: files left in build directory after distclean:" ; \
637               $(distcleancheck_listfiles) ; \
638               exit 1; } >&2
639check-am: all-am
640check: check-am
641all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) config.h
642installdirs:
643        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
644          test -z "$$dir" || $(mkdir_p) "$$dir"; \
645        done
646install: install-am
647install-exec: install-exec-am
648install-data: install-data-am
649uninstall: uninstall-am
650
651install-am: all-am
652        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
653
654installcheck: installcheck-am
655install-strip:
656        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658          `test -z '$(STRIP)' || \
659            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
660mostlyclean-generic:
661
662clean-generic:
663
664distclean-generic:
665        -rm -f $(CONFIG_CLEAN_FILES)
666
667maintainer-clean-generic:
668        @echo "This command is intended for maintainers to use"
669        @echo "it deletes files that may require special tools to rebuild."
670clean: clean-am
671
672clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
673
674distclean: distclean-am
675        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
676        -rm -rf ./$(DEPDIR)
677        -rm -f Makefile
678distclean-am: clean-am distclean-compile distclean-generic \
679        distclean-hdr distclean-tags
680
681dvi: dvi-am
682
683dvi-am: $(DVIS)
684
685html: html-am
686
687html-am: $(HTMLS)
688
689info: info-am
690
691info-am: $(INFO_DEPS)
692
693install-data-am: install-info-am install-man
694
695install-exec-am: install-binPROGRAMS
696
697install-info: install-info-am
698
699install-info-am: $(INFO_DEPS)
700        @$(NORMAL_INSTALL)
701        test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
702        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
703        list='$(INFO_DEPS)'; \
704        for file in $$list; do \
705          case $$file in \
706            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
707          esac; \
708          if test -f $$file; then d=.; else d=$(srcdir); fi; \
709          file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
710          for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
711                       $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
712            if test -f $$ifile; then \
713              relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
714              echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
715              $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
716            else : ; fi; \
717          done; \
718        done
719        @$(POST_INSTALL)
720        @if (install-info --version && \
721             install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
722          list='$(INFO_DEPS)'; \
723          for file in $$list; do \
724            relfile=`echo "$$file" | sed 's|^.*/||'`; \
725            echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
726            install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
727          done; \
728        else : ; fi
729install-man: install-man1
730
731installcheck-am:
732
733maintainer-clean: maintainer-clean-am
734        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
735        -rm -rf $(top_srcdir)/autom4te.cache
736        -rm -rf ./$(DEPDIR)
737        -rm -f Makefile
738maintainer-clean-am: distclean-am maintainer-clean-aminfo \
739        maintainer-clean-generic
740
741mostlyclean: mostlyclean-am
742
743mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
744        mostlyclean-generic
745
746pdf: pdf-am
747
748pdf-am: $(PDFS)
749
750ps: ps-am
751
752ps-am: $(PSS)
753
754uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man
755
756uninstall-man: uninstall-man1
757
758.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
759        clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
760        dist-gzip dist-info dist-shar dist-tarZ dist-zip distcheck \
761        distclean distclean-compile distclean-generic distclean-hdr \
762        distclean-tags distcleancheck distdir distuninstallcheck dvi \
763        dvi-am html html-am info info-am install install-am \
764        install-binPROGRAMS install-data install-data-am install-exec \
765        install-exec-am install-info install-info-am install-man \
766        install-man1 install-strip installcheck installcheck-am \
767        installdirs maintainer-clean maintainer-clean-aminfo \
768        maintainer-clean-generic mostlyclean mostlyclean-aminfo \
769        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
770        tags uninstall uninstall-am uninstall-binPROGRAMS \
771        uninstall-info-am uninstall-man uninstall-man1
772
773# Tell versions [3.59,3.63) of GNU make to not export all variables.
774# Otherwise a system limit (for SysV at least) may be exceeded.
775.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.