awful debugging hacking
[dpkg] / dpkg-deb / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 bin_PROGRAMS = dpkg-deb$(EXEEXT)
92 subdir = dpkg-deb
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/dpkg-arch.m4 \
95 $(top_srcdir)/m4/dpkg-build.m4 \
96 $(top_srcdir)/m4/dpkg-compiler.m4 \
97 $(top_srcdir)/m4/dpkg-coverage.m4 \
98 $(top_srcdir)/m4/dpkg-funcs.m4 $(top_srcdir)/m4/dpkg-libs.m4 \
99 $(top_srcdir)/m4/dpkg-linker.m4 $(top_srcdir)/m4/dpkg-progs.m4 \
100 $(top_srcdir)/m4/dpkg-types.m4 \
101 $(top_srcdir)/m4/dpkg-unicode.m4 $(top_srcdir)/m4/gettext.m4 \
102 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
103 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
104 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
105 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
106 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
107 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
108 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110 $(ACLOCAL_M4)
111 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
112 mkinstalldirs = $(install_sh) -d
113 CONFIG_HEADER = $(top_builddir)/config.h
114 CONFIG_CLEAN_FILES =
115 CONFIG_CLEAN_VPATH_FILES =
116 am__installdirs = "$(DESTDIR)$(bindir)"
117 PROGRAMS = $(bin_PROGRAMS)
118 am_dpkg_deb_OBJECTS = build.$(OBJEXT) extract.$(OBJEXT) info.$(OBJEXT) \
119 main.$(OBJEXT)
120 dpkg_deb_OBJECTS = $(am_dpkg_deb_OBJECTS)
121 am__DEPENDENCIES_1 =
122 dpkg_deb_DEPENDENCIES = ../lib/dpkg/libdpkg.la $(am__DEPENDENCIES_1) \
123 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
124 $(am__DEPENDENCIES_1)
125 AM_V_lt = $(am__v_lt_@AM_V@)
126 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
127 am__v_lt_0 = --silent
128 am__v_lt_1 =
129 AM_V_P = $(am__v_P_@AM_V@)
130 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131 am__v_P_0 = false
132 am__v_P_1 = :
133 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135 am__v_GEN_0 = @echo " GEN " $@;
136 am__v_GEN_1 =
137 AM_V_at = $(am__v_at_@AM_V@)
138 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 am__v_at_0 = @
140 am__v_at_1 =
141 DEFAULT_INCLUDES =
142 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
143 am__depfiles_maybe = depfiles
144 am__mv = mv -f
145 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
149 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
150 $(AM_CFLAGS) $(CFLAGS)
151 AM_V_CC = $(am__v_CC_@AM_V@)
152 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
153 am__v_CC_0 = @echo " CC " $@;
154 am__v_CC_1 =
155 CCLD = $(CC)
156 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158 $(AM_LDFLAGS) $(LDFLAGS) -o $@
159 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161 am__v_CCLD_0 = @echo " CCLD " $@;
162 am__v_CCLD_1 =
163 SOURCES = $(dpkg_deb_SOURCES)
164 DIST_SOURCES = $(dpkg_deb_SOURCES)
165 am__can_run_installinfo = \
166 case $$AM_UPDATE_INFO_DIR in \
167 n|no|NO) false;; \
168 *) (install-info --version) >/dev/null 2>&1;; \
169 esac
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171 # Read a list of newline-separated strings from the standard input,
172 # and print each of them once, without duplicates. Input order is
173 # *not* preserved.
174 am__uniquify_input = $(AWK) '\
175 BEGIN { nonempty = 0; } \
176 { items[$$0] = 1; nonempty = 1; } \
177 END { if (nonempty) { for (i in items) print i; }; } \
178 '
179 # Make sure the list of sources is unique. This is necessary because,
180 # e.g., the same source file might be shared among _SOURCES variables
181 # for different programs/libraries.
182 am__define_uniq_tagged_files = \
183 list='$(am__tagged_files)'; \
184 unique=`for i in $$list; do \
185 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186 done | $(am__uniquify_input)`
187 ETAGS = etags
188 CTAGS = ctags
189 am__DIST_COMMON = $(srcdir)/Makefile.in \
190 $(top_srcdir)/build-aux/depcomp
191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192 ACLOCAL = @ACLOCAL@
193 AMTAR = @AMTAR@
194 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195 AR = @AR@
196 AUTOCONF = @AUTOCONF@
197 AUTOHEADER = @AUTOHEADER@
198 AUTOM4TE = @AUTOM4TE@
199 AUTOMAKE = @AUTOMAKE@
200 AWK = @AWK@
201 BUILD_DEVEL_DOCS = @BUILD_DEVEL_DOCS@
202 BZ2_LIBS = @BZ2_LIBS@
203 CC = @CC@
204 CCDEPMODE = @CCDEPMODE@
205 CFLAGS = @CFLAGS@
206 CPP = @CPP@
207 CPPFLAGS = @CPPFLAGS@
208 CURSES_LIBS = @CURSES_LIBS@
209 CXX = @CXX@
210 CXXCPP = @CXXCPP@
211 CXXDEPMODE = @CXXDEPMODE@
212 CXXFLAGS = @CXXFLAGS@
213 CYGPATH_W = @CYGPATH_W@
214 DEFS = @DEFS@
215 DEPDIR = @DEPDIR@
216 DLLTOOL = @DLLTOOL@
217 DOXYGEN = @DOXYGEN@
218 DSYMUTIL = @DSYMUTIL@
219 DUMPBIN = @DUMPBIN@
220 ECHO_C = @ECHO_C@
221 ECHO_N = @ECHO_N@
222 ECHO_T = @ECHO_T@
223 EGREP = @EGREP@
224 EXEEXT = @EXEEXT@
225 FGREP = @FGREP@
226 GCOV = @GCOV@
227 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
228 GMSGFMT = @GMSGFMT@
229 GMSGFMT_015 = @GMSGFMT_015@
230 GREP = @GREP@
231 HAVE_DOT = @HAVE_DOT@
232 INSTALL = @INSTALL@
233 INSTALL_DATA = @INSTALL_DATA@
234 INSTALL_PROGRAM = @INSTALL_PROGRAM@
235 INSTALL_SCRIPT = @INSTALL_SCRIPT@
236 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237 INTLLIBS = @INTLLIBS@
238 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
239 KVM_LIBS = @KVM_LIBS@
240 LCOV = @LCOV@
241 LCOV_GENHTML = @LCOV_GENHTML@
242 LD = @LD@
243 LDFLAGS = @LDFLAGS@
244 LIBICONV = @LIBICONV@
245 LIBINTL = @LIBINTL@
246 LIBOBJS = @LIBOBJS@
247 LIBS = @LIBS@
248 LIBTOOL = @LIBTOOL@
249 LIPO = @LIPO@
250 LN_S = @LN_S@
251 LTLIBICONV = @LTLIBICONV@
252 LTLIBINTL = @LTLIBINTL@
253 LTLIBOBJS = @LTLIBOBJS@
254 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
255 LZMA_LIBS = @LZMA_LIBS@
256 MAKEINFO = @MAKEINFO@
257 MANIFEST_TOOL = @MANIFEST_TOOL@
258 MD_LIBS = @MD_LIBS@
259 MKDIR_P = @MKDIR_P@
260 MSGFMT = @MSGFMT@
261 MSGFMT_015 = @MSGFMT_015@
262 MSGMERGE = @MSGMERGE@
263 NM = @NM@
264 NMEDIT = @NMEDIT@
265 OBJDUMP = @OBJDUMP@
266 OBJEXT = @OBJEXT@
267 OTOOL = @OTOOL@
268 OTOOL64 = @OTOOL64@
269 PACKAGE = @PACKAGE@
270 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271 PACKAGE_COPYRIGHT_HOLDER = @PACKAGE_COPYRIGHT_HOLDER@
272 PACKAGE_NAME = @PACKAGE_NAME@
273 PACKAGE_RELEASE_DATE = @PACKAGE_RELEASE_DATE@
274 PACKAGE_STRING = @PACKAGE_STRING@
275 PACKAGE_TARNAME = @PACKAGE_TARNAME@
276 PACKAGE_URL = @PACKAGE_URL@
277 PACKAGE_VERSION = @PACKAGE_VERSION@
278 PATCH = @PATCH@
279 PATH_SEPARATOR = @PATH_SEPARATOR@
280 PERL = @PERL@
281 PERL_COVER = @PERL_COVER@
282 PERL_COVERAGE = @PERL_COVERAGE@
283 PERL_LIBDIR = @PERL_LIBDIR@
284 PKG_CONFIG = @PKG_CONFIG@
285 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
286 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
287 PO4A = @PO4A@
288 POD2MAN = @POD2MAN@
289 POSUB = @POSUB@
290 PS_LIBS = @PS_LIBS@
291 RANLIB = @RANLIB@
292 SED = @SED@
293 SELINUX_CFLAGS = @SELINUX_CFLAGS@
294 SELINUX_LIBS = @SELINUX_LIBS@
295 SET_MAKE = @SET_MAKE@
296 SHELL = @SHELL@
297 STRIP = @STRIP@
298 TAR = @TAR@
299 USE_NLS = @USE_NLS@
300 USE_PO4A = @USE_PO4A@
301 USE_UNICODE = @USE_UNICODE@
302 VERSION = @VERSION@
303 XGETTEXT = @XGETTEXT@
304 XGETTEXT_015 = @XGETTEXT_015@
305 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
306 Z_LIBS = @Z_LIBS@
307 abs_builddir = @abs_builddir@
308 abs_srcdir = @abs_srcdir@
309 abs_top_builddir = @abs_top_builddir@
310 abs_top_srcdir = @abs_top_srcdir@
311 ac_ct_AR = @ac_ct_AR@
312 ac_ct_CC = @ac_ct_CC@
313 ac_ct_CXX = @ac_ct_CXX@
314 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315 admindir = @admindir@
316 am__include = @am__include@
317 am__leading_dot = @am__leading_dot@
318 am__quote = @am__quote@
319 am__tar = @am__tar@
320 am__untar = @am__untar@
321 bindir = @bindir@
322 build = @build@
323 build_alias = @build_alias@
324 build_cpu = @build_cpu@
325 build_os = @build_os@
326 build_vendor = @build_vendor@
327 builddir = @builddir@
328 datadir = @datadir@
329 datarootdir = @datarootdir@
330 devlibdir = @devlibdir@
331 docdir = @docdir@
332 dvidir = @dvidir@
333 exec_prefix = @exec_prefix@
334 host = @host@
335 host_alias = @host_alias@
336 host_cpu = @host_cpu@
337 host_os = @host_os@
338 host_vendor = @host_vendor@
339 htmldir = @htmldir@
340 includedir = @includedir@
341 infodir = @infodir@
342 install_sh = @install_sh@
343 libdir = @libdir@
344 libexecdir = @libexecdir@
345 localedir = $(datadir)/locale
346 localstatedir = @localstatedir@
347 logdir = @logdir@
348 mandir = @mandir@
349 mkdir_p = @mkdir_p@
350 oldincludedir = @oldincludedir@
351 pdfdir = @pdfdir@
352 pkgconfdir = @pkgconfdir@
353 prefix = @prefix@
354 program_transform_name = @program_transform_name@
355 psdir = @psdir@
356 runstatedir = @runstatedir@
357 sbindir = @sbindir@
358 sharedstatedir = @sharedstatedir@
359 srcdir = @srcdir@
360 sysconfdir = @sysconfdir@
361 target_alias = @target_alias@
362 top_build_prefix = @top_build_prefix@
363 top_builddir = @top_builddir@
364 top_srcdir = @top_srcdir@
365 AM_CPPFLAGS = \
366 -DLOCALEDIR=\"$(localedir)\" \
367 -idirafter $(top_srcdir)/lib/compat \
368 -I$(top_builddir) \
369 -I$(top_srcdir)/lib
370
371 dpkg_deb_SOURCES = \
372 dpkg-deb.h \
373 build.c \
374 extract.c \
375 info.c \
376 main.c
377
378 dpkg_deb_LDADD = \
379 ../lib/dpkg/libdpkg.la \
380 $(LIBINTL) \
381 $(Z_LIBS) \
382 $(LZMA_LIBS) \
383 $(BZ2_LIBS)
384
385 all: all-am
386
387 .SUFFIXES:
388 .SUFFIXES: .c .lo .o .obj
389 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
390 @for dep in $?; do \
391 case '$(am__configure_deps)' in \
392 *$$dep*) \
393 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
394 && { if test -f $@; then exit 0; else break; fi; }; \
395 exit 1;; \
396 esac; \
397 done; \
398 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dpkg-deb/Makefile'; \
399 $(am__cd) $(top_srcdir) && \
400 $(AUTOMAKE) --foreign dpkg-deb/Makefile
401 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
402 @case '$?' in \
403 *config.status*) \
404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
405 *) \
406 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
407 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
408 esac;
409
410 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412
413 $(top_srcdir)/configure: $(am__configure_deps)
414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
416 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417 $(am__aclocal_m4_deps):
418 install-binPROGRAMS: $(bin_PROGRAMS)
419 @$(NORMAL_INSTALL)
420 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
421 if test -n "$$list"; then \
422 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
423 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
424 fi; \
425 for p in $$list; do echo "$$p $$p"; done | \
426 sed 's/$(EXEEXT)$$//' | \
427 while read p p1; do if test -f $$p \
428 || test -f $$p1 \
429 ; then echo "$$p"; echo "$$p"; else :; fi; \
430 done | \
431 sed -e 'p;s,.*/,,;n;h' \
432 -e 's|.*|.|' \
433 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
434 sed 'N;N;N;s,\n, ,g' | \
435 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
436 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
437 if ($$2 == $$4) files[d] = files[d] " " $$1; \
438 else { print "f", $$3 "/" $$4, $$1; } } \
439 END { for (d in files) print "f", d, files[d] }' | \
440 while read type dir files; do \
441 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
442 test -z "$$files" || { \
443 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
444 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
445 } \
446 ; done
447
448 uninstall-binPROGRAMS:
449 @$(NORMAL_UNINSTALL)
450 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
451 files=`for p in $$list; do echo "$$p"; done | \
452 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
453 -e 's/$$/$(EXEEXT)/' \
454 `; \
455 test -n "$$list" || exit 0; \
456 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
457 cd "$(DESTDIR)$(bindir)" && rm -f $$files
458
459 clean-binPROGRAMS:
460 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
461 echo " rm -f" $$list; \
462 rm -f $$list || exit $$?; \
463 test -n "$(EXEEXT)" || exit 0; \
464 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
465 echo " rm -f" $$list; \
466 rm -f $$list
467
468 dpkg-deb$(EXEEXT): $(dpkg_deb_OBJECTS) $(dpkg_deb_DEPENDENCIES) $(EXTRA_dpkg_deb_DEPENDENCIES)
469 @rm -f dpkg-deb$(EXEEXT)
470 $(AM_V_CCLD)$(LINK) $(dpkg_deb_OBJECTS) $(dpkg_deb_LDADD) $(LIBS)
471
472 mostlyclean-compile:
473 -rm -f *.$(OBJEXT)
474
475 distclean-compile:
476 -rm -f *.tab.c
477
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extract.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
482
483 .c.o:
484 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
485 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
489
490 .c.obj:
491 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
492 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
496
497 .c.lo:
498 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
499 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
503
504 mostlyclean-libtool:
505 -rm -f *.lo
506
507 clean-libtool:
508 -rm -rf .libs _libs
509
510 ID: $(am__tagged_files)
511 $(am__define_uniq_tagged_files); mkid -fID $$unique
512 tags: tags-am
513 TAGS: tags
514
515 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
516 set x; \
517 here=`pwd`; \
518 $(am__define_uniq_tagged_files); \
519 shift; \
520 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
521 test -n "$$unique" || unique=$$empty_fix; \
522 if test $$# -gt 0; then \
523 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524 "$$@" $$unique; \
525 else \
526 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527 $$unique; \
528 fi; \
529 fi
530 ctags: ctags-am
531
532 CTAGS: ctags
533 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534 $(am__define_uniq_tagged_files); \
535 test -z "$(CTAGS_ARGS)$$unique" \
536 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537 $$unique
538
539 GTAGS:
540 here=`$(am__cd) $(top_builddir) && pwd` \
541 && $(am__cd) $(top_srcdir) \
542 && gtags -i $(GTAGS_ARGS) "$$here"
543 cscopelist: cscopelist-am
544
545 cscopelist-am: $(am__tagged_files)
546 list='$(am__tagged_files)'; \
547 case "$(srcdir)" in \
548 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
549 *) sdir=$(subdir)/$(srcdir) ;; \
550 esac; \
551 for i in $$list; do \
552 if test -f "$$i"; then \
553 echo "$(subdir)/$$i"; \
554 else \
555 echo "$$sdir/$$i"; \
556 fi; \
557 done >> $(top_builddir)/cscope.files
558
559 distclean-tags:
560 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561
562 distdir: $(DISTFILES)
563 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
564 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565 list='$(DISTFILES)'; \
566 dist_files=`for file in $$list; do echo $$file; done | \
567 sed -e "s|^$$srcdirstrip/||;t" \
568 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
569 case $$dist_files in \
570 */*) $(MKDIR_P) `echo "$$dist_files" | \
571 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
572 sort -u` ;; \
573 esac; \
574 for file in $$dist_files; do \
575 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
576 if test -d $$d/$$file; then \
577 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
578 if test -d "$(distdir)/$$file"; then \
579 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
580 fi; \
581 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
582 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
583 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584 fi; \
585 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
586 else \
587 test -f "$(distdir)/$$file" \
588 || cp -p $$d/$$file "$(distdir)/$$file" \
589 || exit 1; \
590 fi; \
591 done
592 check-am: all-am
593 check: check-am
594 all-am: Makefile $(PROGRAMS)
595 installdirs:
596 for dir in "$(DESTDIR)$(bindir)"; do \
597 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
598 done
599 install: install-am
600 install-exec: install-exec-am
601 install-data: install-data-am
602 uninstall: uninstall-am
603
604 install-am: all-am
605 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
606
607 installcheck: installcheck-am
608 install-strip:
609 if test -z '$(STRIP)'; then \
610 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
611 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
612 install; \
613 else \
614 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
615 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
616 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
617 fi
618 mostlyclean-generic:
619
620 clean-generic:
621
622 distclean-generic:
623 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
624 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
625
626 maintainer-clean-generic:
627 @echo "This command is intended for maintainers to use"
628 @echo "it deletes files that may require special tools to rebuild."
629 clean: clean-am
630
631 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
632
633 distclean: distclean-am
634 -rm -rf ./$(DEPDIR)
635 -rm -f Makefile
636 distclean-am: clean-am distclean-compile distclean-generic \
637 distclean-tags
638
639 dvi: dvi-am
640
641 dvi-am:
642
643 html: html-am
644
645 html-am:
646
647 info: info-am
648
649 info-am:
650
651 install-data-am:
652
653 install-dvi: install-dvi-am
654
655 install-dvi-am:
656
657 install-exec-am: install-binPROGRAMS
658
659 install-html: install-html-am
660
661 install-html-am:
662
663 install-info: install-info-am
664
665 install-info-am:
666
667 install-man:
668
669 install-pdf: install-pdf-am
670
671 install-pdf-am:
672
673 install-ps: install-ps-am
674
675 install-ps-am:
676
677 installcheck-am:
678
679 maintainer-clean: maintainer-clean-am
680 -rm -rf ./$(DEPDIR)
681 -rm -f Makefile
682 maintainer-clean-am: distclean-am maintainer-clean-generic
683
684 mostlyclean: mostlyclean-am
685
686 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
687 mostlyclean-libtool
688
689 pdf: pdf-am
690
691 pdf-am:
692
693 ps: ps-am
694
695 ps-am:
696
697 uninstall-am: uninstall-binPROGRAMS
698
699 .MAKE: install-am install-strip
700
701 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
702 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
703 ctags ctags-am distclean distclean-compile distclean-generic \
704 distclean-libtool distclean-tags distdir dvi dvi-am html \
705 html-am info info-am install install-am install-binPROGRAMS \
706 install-data install-data-am install-dvi install-dvi-am \
707 install-exec install-exec-am install-html install-html-am \
708 install-info install-info-am install-man install-pdf \
709 install-pdf-am install-ps install-ps-am install-strip \
710 installcheck installcheck-am installdirs maintainer-clean \
711 maintainer-clean-generic mostlyclean mostlyclean-compile \
712 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
713 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
714
715 .PRECIOUS: Makefile
716
717
718 # Tell versions [3.59,3.63) of GNU make to not export all variables.
719 # Otherwise a system limit (for SysV at least) may be exceeded.
720 .NOEXPORT: