Initialize Tizen 2.3
[external/prelink.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 SHELL = @SHELL@
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 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
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 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AR = @AR@
70 AS = @AS@
71 AWK = @AWK@
72 CC = @CC@
73 CPP = @CPP@
74 CXX = @CXX@
75 CXXCPP = @CXXCPP@
76 DEPDIR = @DEPDIR@
77 DLLTOOL = @DLLTOOL@
78 ECHO = @ECHO@
79 EGREP = @EGREP@
80 F77 = @F77@
81 GCJ = @GCJ@
82 GCJFLAGS = @GCJFLAGS@
83 GELFINCLUDE = @GELFINCLUDE@
84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85 LIBGELF = @LIBGELF@
86 LIBTOOL = @LIBTOOL@
87 LN_S = @LN_S@
88 OBJDUMP = @OBJDUMP@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 RC = @RC@
92 STRIP = @STRIP@
93 VERSION = @VERSION@
94 am__include = @am__include@
95 am__quote = @am__quote@
96 install_sh = @install_sh@
97
98 AUTOMAKE_OPTIONS = 1.4 gnu
99
100 DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -Wall -Wno-pointer-sign
101 AM_CFLAGS = -Wall -Wno-pointer-sign
102 AM_CPPFLAGS = -DSBINDIR='"@sbindir@"'
103 INCLUDES = @GELFINCLUDE@
104
105 sbin_PROGRAMS = prelink
106 bin_PROGRAMS = execstack
107
108 arch_SOURCES = arch-i386.c arch-alpha.c arch-ppc.c arch-ppc64.c \
109                arch-sparc.c arch-sparc64.c arch-x86_64.c arch-mips.c \
110                arch-s390.c arch-s390x.c arch-arm.c arch-sh.c arch-ia64.c
111
112 common_SOURCES = checksum.c data.c dso.c dwarf2.c dwarf2.h fptr.c fptr.h     \
113                  hashtab.c hashtab.h mdebug.c prelink.h stabs.c crc32.c
114
115 prelink_SOURCES = cache.c conflict.c cxx.c doit.c exec.c execle_open.c get.c \
116                   gather.c layout.c main.c prelink.c     \
117                   prelinktab.h reloc.c reloc.h space.c undo.c undoall.c      \
118                   verify.c canonicalize.c md5.c md5.h sha.c sha.h            \
119                   $(common_SOURCES) $(arch_SOURCES)
120
121 prelink_LDADD = @LIBGELF@
122 prelink_LDFLAGS = -all-static
123
124 execstack_SOURCES = execstack.c $(common_SOURCES) $(arch_SOURCES)
125
126 extra_DIST = makecrc.c
127 subdir = src
128 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
129 CONFIG_HEADER = $(top_builddir)/config.h
130 CONFIG_CLEAN_FILES =
131 bin_PROGRAMS = execstack$(EXEEXT)
132 sbin_PROGRAMS = prelink$(EXEEXT)
133 PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
134
135 am__objects_1 = checksum.$(OBJEXT) data.$(OBJEXT) dso.$(OBJEXT) \
136         dwarf2.$(OBJEXT) fptr.$(OBJEXT) hashtab.$(OBJEXT) \
137         mdebug.$(OBJEXT) stabs.$(OBJEXT) crc32.$(OBJEXT)
138 am__objects_2 = arch-i386.$(OBJEXT) arch-alpha.$(OBJEXT) \
139         arch-ppc.$(OBJEXT) arch-ppc64.$(OBJEXT) arch-sparc.$(OBJEXT) \
140         arch-sparc64.$(OBJEXT) arch-x86_64.$(OBJEXT) \
141         arch-mips.$(OBJEXT) arch-s390.$(OBJEXT) arch-s390x.$(OBJEXT) \
142         arch-arm.$(OBJEXT) arch-sh.$(OBJEXT) arch-ia64.$(OBJEXT)
143 am_execstack_OBJECTS = execstack.$(OBJEXT) $(am__objects_1) \
144         $(am__objects_2)
145 execstack_OBJECTS = $(am_execstack_OBJECTS)
146 execstack_LDADD = $(LDADD)
147 execstack_DEPENDENCIES =
148 execstack_LDFLAGS =
149 am_prelink_OBJECTS = cache.$(OBJEXT) conflict.$(OBJEXT) cxx.$(OBJEXT) \
150         doit.$(OBJEXT) exec.$(OBJEXT) execle_open.$(OBJEXT) \
151         get.$(OBJEXT) gather.$(OBJEXT) layout.$(OBJEXT) main.$(OBJEXT) \
152         prelink.$(OBJEXT) reloc.$(OBJEXT) space.$(OBJEXT) \
153         undo.$(OBJEXT) undoall.$(OBJEXT) verify.$(OBJEXT) \
154         canonicalize.$(OBJEXT) md5.$(OBJEXT) sha.$(OBJEXT) \
155         $(am__objects_1) $(am__objects_2)
156 prelink_OBJECTS = $(am_prelink_OBJECTS)
157 prelink_DEPENDENCIES =
158 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
159 CPPFLAGS = @CPPFLAGS@
160 LDFLAGS = @LDFLAGS@
161 LIBS = @LIBS@
162 depcomp = $(SHELL) $(top_srcdir)/depcomp
163 am__depfiles_maybe = depfiles
164 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/arch-alpha.Po \
165 @AMDEP_TRUE@    ./$(DEPDIR)/arch-arm.Po ./$(DEPDIR)/arch-i386.Po \
166 @AMDEP_TRUE@    ./$(DEPDIR)/arch-ia64.Po ./$(DEPDIR)/arch-mips.Po \
167 @AMDEP_TRUE@    ./$(DEPDIR)/arch-ppc.Po ./$(DEPDIR)/arch-ppc64.Po \
168 @AMDEP_TRUE@    ./$(DEPDIR)/arch-s390.Po ./$(DEPDIR)/arch-s390x.Po \
169 @AMDEP_TRUE@    ./$(DEPDIR)/arch-sh.Po ./$(DEPDIR)/arch-sparc.Po \
170 @AMDEP_TRUE@    ./$(DEPDIR)/arch-sparc64.Po \
171 @AMDEP_TRUE@    ./$(DEPDIR)/arch-x86_64.Po ./$(DEPDIR)/cache.Po \
172 @AMDEP_TRUE@    ./$(DEPDIR)/canonicalize.Po ./$(DEPDIR)/checksum.Po \
173 @AMDEP_TRUE@    ./$(DEPDIR)/conflict.Po ./$(DEPDIR)/crc32.Po \
174 @AMDEP_TRUE@    ./$(DEPDIR)/cxx.Po ./$(DEPDIR)/data.Po \
175 @AMDEP_TRUE@    ./$(DEPDIR)/doit.Po ./$(DEPDIR)/dso.Po \
176 @AMDEP_TRUE@    ./$(DEPDIR)/dwarf2.Po ./$(DEPDIR)/exec.Po \
177 @AMDEP_TRUE@    ./$(DEPDIR)/execle_open.Po ./$(DEPDIR)/execstack.Po \
178 @AMDEP_TRUE@    ./$(DEPDIR)/fptr.Po ./$(DEPDIR)/gather.Po \
179 @AMDEP_TRUE@    ./$(DEPDIR)/get.Po ./$(DEPDIR)/hashtab.Po \
180 @AMDEP_TRUE@    ./$(DEPDIR)/layout.Po ./$(DEPDIR)/main.Po \
181 @AMDEP_TRUE@    ./$(DEPDIR)/md5.Po ./$(DEPDIR)/mdebug.Po \
182 @AMDEP_TRUE@    ./$(DEPDIR)/prelink.Po ./$(DEPDIR)/reloc.Po \
183 @AMDEP_TRUE@    ./$(DEPDIR)/sha.Po ./$(DEPDIR)/space.Po \
184 @AMDEP_TRUE@    ./$(DEPDIR)/stabs.Po ./$(DEPDIR)/undo.Po \
185 @AMDEP_TRUE@    ./$(DEPDIR)/undoall.Po ./$(DEPDIR)/verify.Po
186 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
187         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
188 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
189         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
190 CCLD = $(CC)
191 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
192         $(AM_LDFLAGS) $(LDFLAGS) -o $@
193 CFLAGS = @CFLAGS@
194 DIST_SOURCES = $(execstack_SOURCES) $(prelink_SOURCES)
195 DIST_COMMON = Makefile.am Makefile.in
196 SOURCES = $(execstack_SOURCES) $(prelink_SOURCES)
197
198 all: all-am
199
200 .SUFFIXES:
201 .SUFFIXES: .c .lo .o .obj
202 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
203         cd $(top_srcdir) && \
204           $(AUTOMAKE) --gnu  src/Makefile
205 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
206         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
207 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
208 install-binPROGRAMS: $(bin_PROGRAMS)
209         @$(NORMAL_INSTALL)
210         $(mkinstalldirs) $(DESTDIR)$(bindir)
211         @list='$(bin_PROGRAMS)'; for p in $$list; do \
212           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
213           if test -f $$p \
214              || test -f $$p1 \
215           ; then \
216             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
217            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
218            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
219           else :; fi; \
220         done
221
222 uninstall-binPROGRAMS:
223         @$(NORMAL_UNINSTALL)
224         @list='$(bin_PROGRAMS)'; for p in $$list; do \
225           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
226           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
227           rm -f $(DESTDIR)$(bindir)/$$f; \
228         done
229
230 clean-binPROGRAMS:
231         @list='$(bin_PROGRAMS)'; for p in $$list; do \
232           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
233           echo " rm -f $$p $$f"; \
234           rm -f $$p $$f ; \
235         done
236 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
237 install-sbinPROGRAMS: $(sbin_PROGRAMS)
238         @$(NORMAL_INSTALL)
239         $(mkinstalldirs) $(DESTDIR)$(sbindir)
240         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
241           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
242           if test -f $$p \
243              || test -f $$p1 \
244           ; then \
245             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
246            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
247            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f; \
248           else :; fi; \
249         done
250
251 uninstall-sbinPROGRAMS:
252         @$(NORMAL_UNINSTALL)
253         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
254           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
255           echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
256           rm -f $(DESTDIR)$(sbindir)/$$f; \
257         done
258
259 clean-sbinPROGRAMS:
260         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
261           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
262           echo " rm -f $$p $$f"; \
263           rm -f $$p $$f ; \
264         done
265 execstack$(EXEEXT): $(execstack_OBJECTS) $(execstack_DEPENDENCIES) 
266         @rm -f execstack$(EXEEXT)
267         $(LINK) $(execstack_LDFLAGS) $(execstack_OBJECTS) $(execstack_LDADD) $(LIBS)
268 prelink$(EXEEXT): $(prelink_OBJECTS) $(prelink_DEPENDENCIES) 
269         @rm -f prelink$(EXEEXT)
270         $(LINK) $(prelink_LDFLAGS) $(prelink_OBJECTS) $(prelink_LDADD) $(LIBS)
271
272 mostlyclean-compile:
273         -rm -f *.$(OBJEXT) core *.core
274
275 distclean-compile:
276         -rm -f *.tab.c
277
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-alpha.Po@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-arm.Po@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-i386.Po@am__quote@
281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-ia64.Po@am__quote@
282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-mips.Po@am__quote@
283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-ppc.Po@am__quote@
284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-ppc64.Po@am__quote@
285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-s390.Po@am__quote@
286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-s390x.Po@am__quote@
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-sh.Po@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-sparc.Po@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-sparc64.Po@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-x86_64.Po@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Po@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonicalize.Po@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksum.Po@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conflict.Po@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Po@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cxx.Po@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Po@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doit.Po@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dso.Po@am__quote@
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf2.Po@am__quote@
301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exec.Po@am__quote@
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execle_open.Po@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execstack.Po@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fptr.Po@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gather.Po@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get.Po@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashtab.Po@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Po@am__quote@
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdebug.Po@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prelink.Po@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/space.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/undo.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/undoall.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify.Po@am__quote@
320
321 distclean-depend:
322         -rm -rf ./$(DEPDIR)
323
324 .c.o:
325 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
326 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
327 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
329
330 .c.obj:
331 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
333 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334         $(COMPILE) -c `cygpath -w $<`
335
336 .c.lo:
337 @AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
338 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
339 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340         $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
341 CCDEPMODE = @CCDEPMODE@
342
343 mostlyclean-libtool:
344         -rm -f *.lo
345
346 clean-libtool:
347         -rm -rf .libs _libs
348
349 distclean-libtool:
350         -rm -f libtool
351 uninstall-info-am:
352
353 ETAGS = etags
354 ETAGSFLAGS =
355
356 tags: TAGS
357
358 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
359         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
360         unique=`for i in $$list; do \
361             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362           done | \
363           $(AWK) '    { files[$$0] = 1; } \
364                END { for (i in files) print i; }'`; \
365         mkid -fID $$unique
366
367 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368                 $(TAGS_FILES) $(LISP)
369         tags=; \
370         here=`pwd`; \
371         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372         unique=`for i in $$list; do \
373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374           done | \
375           $(AWK) '    { files[$$0] = 1; } \
376                END { for (i in files) print i; }'`; \
377         test -z "$(ETAGS_ARGS)$$tags$$unique" \
378           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379              $$tags $$unique
380
381 GTAGS:
382         here=`$(am__cd) $(top_builddir) && pwd` \
383           && cd $(top_srcdir) \
384           && gtags -i $(GTAGS_ARGS) $$here
385
386 distclean-tags:
387         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
388 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
389
390 top_distdir = ..
391 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
392
393 distdir: $(DISTFILES)
394         @list='$(DISTFILES)'; for file in $$list; do \
395           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
397           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
398             dir="/$$dir"; \
399             $(mkinstalldirs) "$(distdir)$$dir"; \
400           else \
401             dir=''; \
402           fi; \
403           if test -d $$d/$$file; then \
404             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
406             fi; \
407             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
408           else \
409             test -f $(distdir)/$$file \
410             || cp -p $$d/$$file $(distdir)/$$file \
411             || exit 1; \
412           fi; \
413         done
414 check-am: all-am
415 check: check-am
416 all-am: Makefile $(PROGRAMS)
417
418 installdirs:
419         $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir)
420
421 install: install-am
422 install-exec: install-exec-am
423 install-data: install-data-am
424 uninstall: uninstall-am
425
426 install-am: all-am
427         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
429 installcheck: installcheck-am
430 install-strip:
431         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432           INSTALL_STRIP_FLAG=-s \
433           `test -z '$(STRIP)' || \
434             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435 mostlyclean-generic:
436
437 clean-generic:
438
439 distclean-generic:
440         -rm -f Makefile $(CONFIG_CLEAN_FILES)
441
442 maintainer-clean-generic:
443         @echo "This command is intended for maintainers to use"
444         @echo "it deletes files that may require special tools to rebuild."
445 clean: clean-am
446
447 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
448         clean-sbinPROGRAMS mostlyclean-am
449
450 distclean: distclean-am
451
452 distclean-am: clean-am distclean-compile distclean-depend \
453         distclean-generic distclean-libtool distclean-tags
454
455 dvi: dvi-am
456
457 dvi-am:
458
459 info: info-am
460
461 info-am:
462
463 install-data-am:
464
465 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
466
467 install-info: install-info-am
468
469 install-man:
470
471 installcheck-am:
472
473 maintainer-clean: maintainer-clean-am
474
475 maintainer-clean-am: distclean-am maintainer-clean-generic
476
477 mostlyclean: mostlyclean-am
478
479 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
480         mostlyclean-libtool
481
482 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
483         uninstall-sbinPROGRAMS
484
485 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
486         clean-generic clean-libtool clean-sbinPROGRAMS distclean \
487         distclean-compile distclean-depend distclean-generic \
488         distclean-libtool distclean-tags distdir dvi dvi-am info \
489         info-am install install-am install-binPROGRAMS install-data \
490         install-data-am install-exec install-exec-am install-info \
491         install-info-am install-man install-sbinPROGRAMS install-strip \
492         installcheck installcheck-am installdirs maintainer-clean \
493         maintainer-clean-generic mostlyclean mostlyclean-compile \
494         mostlyclean-generic mostlyclean-libtool tags uninstall \
495         uninstall-am uninstall-binPROGRAMS uninstall-info-am \
496         uninstall-sbinPROGRAMS
497
498 # Tell versions [3.59,3.63) of GNU make to not export all variables.
499 # Otherwise a system limit (for SysV at least) may be exceeded.
500 .NOEXPORT: