1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 # This Makefile.in is free software; the Free Software Foundation 8 # gives unlimited permission to copy and/or distribute it, 9 # with or without modifications, as long as this notice is preserved. 10 11 # This program is distributed in the hope that it will be useful, 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14 # PARTICULAR PURPOSE. 15 16 @SET_MAKE@ 17 18 # Makefile.am -- 19 # Copyright 2009 Red Hat Inc., Durham, North Carolina. 20 # All Rights Reserved. 21 # 22 # This library is free software; you can redistribute it and/or 23 # modify it under the terms of the GNU Lesser General Public 24 # License as published by the Free Software Foundation; either 25 # version 2.1 of the License, or (at your option) any later version. 26 # 27 # This library is distributed in the hope that it will be useful, 28 # but WITHOUT ANY WARRANTY; without even the implied warranty of 29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 30 # Lesser General Public License for more details. 31 # 32 # You should have received a copy of the GNU Lesser General Public 33 # License along with this library; if not, write to the Free Software 34 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 35 # 36 # Authors: 37 # Steve Grubb <sgrubb (a] redhat.com> 38 # 39 40 41 42 VPATH = @srcdir@ 43 pkgdatadir = $(datadir)/@PACKAGE@ 44 pkgincludedir = $(includedir)/@PACKAGE@ 45 pkglibdir = $(libdir)/@PACKAGE@ 46 pkglibexecdir = $(libexecdir)/@PACKAGE@ 47 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 48 install_sh_DATA = $(install_sh) -c -m 644 49 install_sh_PROGRAM = $(install_sh) -c 50 install_sh_SCRIPT = $(install_sh) -c 51 INSTALL_HEADER = $(INSTALL_DATA) 52 transform = $(program_transform_name) 53 NORMAL_INSTALL = : 54 PRE_INSTALL = : 55 POST_INSTALL = : 56 NORMAL_UNINSTALL = : 57 PRE_UNINSTALL = : 58 POST_UNINSTALL = : 59 build_triplet = @build@ 60 host_triplet = @host@ 61 target_triplet = @target@ 62 subdir = src 63 DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \ 64 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 65 $(srcdir)/libcap-ng.pc.in 66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 67 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 68 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 69 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 70 $(top_srcdir)/configure.ac 71 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 72 $(ACLOCAL_M4) 73 mkinstalldirs = $(install_sh) -d 74 CONFIG_HEADER = $(top_builddir)/config.h 75 CONFIG_CLEAN_VPATH_FILES = 76 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 77 am__vpath_adj = case $$p in \ 78 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 79 *) f=$$p;; \ 80 esac; 81 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 82 am__install_max = 40 83 am__nobase_strip_setup = \ 84 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 85 am__nobase_strip = \ 86 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 87 am__nobase_list = $(am__nobase_strip_setup); \ 88 for p in $$list; do echo "$$p $$p"; done | \ 89 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 90 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 91 if (++n[$$2] == $(am__install_max)) \ 92 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 93 END { for (dir in files) print dir, files[dir] }' 94 am__base_list = \ 95 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 96 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 97 am__uninstall_files_from_dir = { \ 98 test -z "$$files" \ 99 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 100 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 101 $(am__cd) "$$dir" && rm -f $$files; }; \ 102 } 103 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \ 104 "$(DESTDIR)$(includedir)" 105 LTLIBRARIES = $(lib_LTLIBRARIES) 106 am_libcap_ng_la_OBJECTS = cap-ng.lo lookup_table.lo 107 libcap_ng_la_OBJECTS = $(am_libcap_ng_la_OBJECTS) 108 libcap_ng_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 109 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 110 $(libcap_ng_la_LDFLAGS) $(LDFLAGS) -o $@ 111 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 112 depcomp = $(SHELL) $(top_srcdir)/depcomp 113 am__depfiles_maybe = depfiles 114 am__mv = mv -f 115 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 116 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 117 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 118 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 119 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 120 CCLD = $(CC) 121 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 122 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 123 $(LDFLAGS) -o $@ 124 SOURCES = $(libcap_ng_la_SOURCES) 125 DIST_SOURCES = $(libcap_ng_la_SOURCES) 126 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 127 html-recursive info-recursive install-data-recursive \ 128 install-dvi-recursive install-exec-recursive \ 129 install-html-recursive install-info-recursive \ 130 install-pdf-recursive install-ps-recursive install-recursive \ 131 installcheck-recursive installdirs-recursive pdf-recursive \ 132 ps-recursive uninstall-recursive 133 DATA = $(pkgconfig_DATA) 134 HEADERS = $(include_HEADERS) $(noinst_HEADERS) 135 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 136 distclean-recursive maintainer-clean-recursive 137 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 138 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 139 distdir 140 ETAGS = etags 141 CTAGS = ctags 142 DIST_SUBDIRS = $(SUBDIRS) 143 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 144 am__relativize = \ 145 dir0=`pwd`; \ 146 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 147 sed_rest='s,^[^/]*/*,,'; \ 148 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 149 sed_butlast='s,/*[^/]*$$,,'; \ 150 while test -n "$$dir1"; do \ 151 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 152 if test "$$first" != "."; then \ 153 if test "$$first" = ".."; then \ 154 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 155 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 156 else \ 157 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 158 if test "$$first2" = "$$first"; then \ 159 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 160 else \ 161 dir2="../$$dir2"; \ 162 fi; \ 163 dir0="$$dir0"/"$$first"; \ 164 fi; \ 165 fi; \ 166 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 167 done; \ 168 reldir="$$dir2" 169 ACLOCAL = @ACLOCAL@ 170 AMTAR = @AMTAR@ 171 AR = @AR@ 172 AUTOCONF = @AUTOCONF@ 173 AUTOHEADER = @AUTOHEADER@ 174 AUTOMAKE = @AUTOMAKE@ 175 AWK = @AWK@ 176 CC = @CC@ 177 CCDEPMODE = @CCDEPMODE@ 178 CFLAGS = @CFLAGS@ 179 CPP = @CPP@ 180 CPPFLAGS = @CPPFLAGS@ 181 CYGPATH_W = @CYGPATH_W@ 182 DEBUG = @DEBUG@ 183 DEFS = @DEFS@ 184 DEPDIR = @DEPDIR@ 185 DLLTOOL = @DLLTOOL@ 186 DSYMUTIL = @DSYMUTIL@ 187 DUMPBIN = @DUMPBIN@ 188 ECHO_C = @ECHO_C@ 189 ECHO_N = @ECHO_N@ 190 ECHO_T = @ECHO_T@ 191 EGREP = @EGREP@ 192 EXEEXT = @EXEEXT@ 193 FGREP = @FGREP@ 194 GREP = @GREP@ 195 INSTALL = @INSTALL@ 196 INSTALL_DATA = @INSTALL_DATA@ 197 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 198 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 199 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 200 LD = @LD@ 201 LDFLAGS = @LDFLAGS@ 202 LIBOBJS = @LIBOBJS@ 203 LIBS = @LIBS@ 204 LIBTOOL = @LIBTOOL@ 205 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 206 LIPO = @LIPO@ 207 LN_S = @LN_S@ 208 LTLIBOBJS = @LTLIBOBJS@ 209 MAKEINFO = @MAKEINFO@ 210 MANIFEST_TOOL = @MANIFEST_TOOL@ 211 MKDIR_P = @MKDIR_P@ 212 NM = @NM@ 213 NMEDIT = @NMEDIT@ 214 OBJDUMP = @OBJDUMP@ 215 OBJEXT = @OBJEXT@ 216 OTOOL = @OTOOL@ 217 OTOOL64 = @OTOOL64@ 218 PACKAGE = @PACKAGE@ 219 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 220 PACKAGE_NAME = @PACKAGE_NAME@ 221 PACKAGE_STRING = @PACKAGE_STRING@ 222 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 223 PACKAGE_URL = @PACKAGE_URL@ 224 PACKAGE_VERSION = @PACKAGE_VERSION@ 225 PATH_SEPARATOR = @PATH_SEPARATOR@ 226 PYTHON = @PYTHON@ 227 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 228 PYTHON_PLATFORM = @PYTHON_PLATFORM@ 229 PYTHON_PREFIX = @PYTHON_PREFIX@ 230 PYTHON_VERSION = @PYTHON_VERSION@ 231 RANLIB = @RANLIB@ 232 SED = @SED@ 233 SET_MAKE = @SET_MAKE@ 234 SHELL = @SHELL@ 235 STRIP = @STRIP@ 236 VERSION = @VERSION@ 237 abs_builddir = @abs_builddir@ 238 abs_srcdir = @abs_srcdir@ 239 abs_top_builddir = @abs_top_builddir@ 240 abs_top_srcdir = @abs_top_srcdir@ 241 ac_ct_AR = @ac_ct_AR@ 242 ac_ct_CC = @ac_ct_CC@ 243 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 244 am__include = @am__include@ 245 am__leading_dot = @am__leading_dot@ 246 am__quote = @am__quote@ 247 am__tar = @am__tar@ 248 am__untar = @am__untar@ 249 bindir = @bindir@ 250 build = @build@ 251 build_alias = @build_alias@ 252 build_cpu = @build_cpu@ 253 build_os = @build_os@ 254 build_vendor = @build_vendor@ 255 builddir = @builddir@ 256 datadir = @datadir@ 257 datarootdir = @datarootdir@ 258 docdir = @docdir@ 259 dvidir = @dvidir@ 260 exec_prefix = @exec_prefix@ 261 host = @host@ 262 host_alias = @host_alias@ 263 host_cpu = @host_cpu@ 264 host_os = @host_os@ 265 host_vendor = @host_vendor@ 266 htmldir = @htmldir@ 267 includedir = @includedir@ 268 infodir = @infodir@ 269 install_sh = @install_sh@ 270 libdir = @libdir@ 271 libexecdir = @libexecdir@ 272 localedir = @localedir@ 273 localstatedir = @localstatedir@ 274 mandir = @mandir@ 275 mkdir_p = @mkdir_p@ 276 oldincludedir = @oldincludedir@ 277 pdfdir = @pdfdir@ 278 pkgpyexecdir = @pkgpyexecdir@ 279 pkgpythondir = @pkgpythondir@ 280 prefix = @prefix@ 281 program_transform_name = @program_transform_name@ 282 psdir = @psdir@ 283 pyexecdir = @pyexecdir@ 284 pythondir = @pythondir@ 285 sbindir = @sbindir@ 286 sharedstatedir = @sharedstatedir@ 287 srcdir = @srcdir@ 288 swig_found = @swig_found@ 289 sysconfdir = @sysconfdir@ 290 target = @target@ 291 target_alias = @target_alias@ 292 target_cpu = @target_cpu@ 293 target_os = @target_os@ 294 target_vendor = @target_vendor@ 295 top_build_prefix = @top_build_prefix@ 296 top_builddir = @top_builddir@ 297 top_srcdir = @top_srcdir@ 298 SUBDIRS = test 299 pkgconfigdir = $(libdir)/pkgconfig 300 pkgconfig_DATA = libcap-ng.pc 301 DISTCLEANFILES = $(pkgconfig_DATA) 302 CLEANFILES = $(BUILT_SOURCES) 303 CONFIG_CLEAN_FILES = *.loT *.rej *.orig 304 AM_CFLAGS = -fPIC -DPIC -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE 305 INCLUDES = -I. -I${top_srcdir} 306 lib_LTLIBRARIES = libcap-ng.la 307 include_HEADERS = cap-ng.h 308 noinst_HEADERS = captab.h 309 libcap_ng_la_SOURCES = cap-ng.c lookup_table.c 310 libcap_ng_la_LIBADD = 311 libcap_ng_la_DEPENDENCIES = $(libcap_ng_la_SOURCES) ../config.h 312 libcap_ng_la_LDFLAGS = -Wl,-z,relro 313 all: all-recursive 314 315 .SUFFIXES: 316 .SUFFIXES: .c .lo .o .obj 317 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 318 @for dep in $?; do \ 319 case '$(am__configure_deps)' in \ 320 *$$dep*) \ 321 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 322 && { if test -f $@; then exit 0; else break; fi; }; \ 323 exit 1;; \ 324 esac; \ 325 done; \ 326 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 327 $(am__cd) $(top_srcdir) && \ 328 $(AUTOMAKE) --gnu src/Makefile 329 .PRECIOUS: Makefile 330 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 331 @case '$?' in \ 332 *config.status*) \ 333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 334 *) \ 335 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 336 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 337 esac; 338 339 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 341 342 $(top_srcdir)/configure: $(am__configure_deps) 343 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 344 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 346 $(am__aclocal_m4_deps): 347 libcap-ng.pc: $(top_builddir)/config.status $(srcdir)/libcap-ng.pc.in 348 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 349 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 350 @$(NORMAL_INSTALL) 351 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 352 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 353 list2=; for p in $$list; do \ 354 if test -f $$p; then \ 355 list2="$$list2 $$p"; \ 356 else :; fi; \ 357 done; \ 358 test -z "$$list2" || { \ 359 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 360 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 361 } 362 363 uninstall-libLTLIBRARIES: 364 @$(NORMAL_UNINSTALL) 365 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 366 for p in $$list; do \ 367 $(am__strip_dir) \ 368 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 369 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 370 done 371 372 clean-libLTLIBRARIES: 373 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 374 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 375 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 376 test "$$dir" != "$$p" || dir=.; \ 377 echo "rm -f \"$${dir}/so_locations\""; \ 378 rm -f "$${dir}/so_locations"; \ 379 done 380 libcap-ng.la: $(libcap_ng_la_OBJECTS) $(libcap_ng_la_DEPENDENCIES) $(EXTRA_libcap_ng_la_DEPENDENCIES) 381 $(libcap_ng_la_LINK) -rpath $(libdir) $(libcap_ng_la_OBJECTS) $(libcap_ng_la_LIBADD) $(LIBS) 382 383 mostlyclean-compile: 384 -rm -f *.$(OBJEXT) 385 386 distclean-compile: 387 -rm -f *.tab.c 388 389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cap-ng.Plo@am__quote@ 390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup_table.Plo@am__quote@ 391 392 .c.o: 393 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 394 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 397 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 398 399 .c.obj: 400 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 401 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 404 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 405 406 .c.lo: 407 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 408 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 411 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 412 413 mostlyclean-libtool: 414 -rm -f *.lo 415 416 clean-libtool: 417 -rm -rf .libs _libs 418 install-pkgconfigDATA: $(pkgconfig_DATA) 419 @$(NORMAL_INSTALL) 420 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 421 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 422 for p in $$list; do \ 423 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 424 echo "$$d$$p"; \ 425 done | $(am__base_list) | \ 426 while read files; do \ 427 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 428 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 429 done 430 431 uninstall-pkgconfigDATA: 432 @$(NORMAL_UNINSTALL) 433 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 434 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 435 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 436 install-includeHEADERS: $(include_HEADERS) 437 @$(NORMAL_INSTALL) 438 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" 439 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 440 for p in $$list; do \ 441 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 442 echo "$$d$$p"; \ 443 done | $(am__base_list) | \ 444 while read files; do \ 445 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 446 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 447 done 448 449 uninstall-includeHEADERS: 450 @$(NORMAL_UNINSTALL) 451 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 452 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 453 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 454 455 # This directory's subdirectories are mostly independent; you can cd 456 # into them and run `make' without going through this Makefile. 457 # To change the values of `make' variables: instead of editing Makefiles, 458 # (1) if the variable is set in `config.status', edit `config.status' 459 # (which will cause the Makefiles to be regenerated when you run `make'); 460 # (2) otherwise, pass the desired values on the `make' command line. 461 $(RECURSIVE_TARGETS): 462 @fail= failcom='exit 1'; \ 463 for f in x $$MAKEFLAGS; do \ 464 case $$f in \ 465 *=* | --[!k]*);; \ 466 *k*) failcom='fail=yes';; \ 467 esac; \ 468 done; \ 469 dot_seen=no; \ 470 target=`echo $@ | sed s/-recursive//`; \ 471 list='$(SUBDIRS)'; for subdir in $$list; do \ 472 echo "Making $$target in $$subdir"; \ 473 if test "$$subdir" = "."; then \ 474 dot_seen=yes; \ 475 local_target="$$target-am"; \ 476 else \ 477 local_target="$$target"; \ 478 fi; \ 479 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 480 || eval $$failcom; \ 481 done; \ 482 if test "$$dot_seen" = "no"; then \ 483 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 484 fi; test -z "$$fail" 485 486 $(RECURSIVE_CLEAN_TARGETS): 487 @fail= failcom='exit 1'; \ 488 for f in x $$MAKEFLAGS; do \ 489 case $$f in \ 490 *=* | --[!k]*);; \ 491 *k*) failcom='fail=yes';; \ 492 esac; \ 493 done; \ 494 dot_seen=no; \ 495 case "$@" in \ 496 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 497 *) list='$(SUBDIRS)' ;; \ 498 esac; \ 499 rev=''; for subdir in $$list; do \ 500 if test "$$subdir" = "."; then :; else \ 501 rev="$$subdir $$rev"; \ 502 fi; \ 503 done; \ 504 rev="$$rev ."; \ 505 target=`echo $@ | sed s/-recursive//`; \ 506 for subdir in $$rev; do \ 507 echo "Making $$target in $$subdir"; \ 508 if test "$$subdir" = "."; then \ 509 local_target="$$target-am"; \ 510 else \ 511 local_target="$$target"; \ 512 fi; \ 513 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 514 || eval $$failcom; \ 515 done && test -z "$$fail" 516 tags-recursive: 517 list='$(SUBDIRS)'; for subdir in $$list; do \ 518 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 519 done 520 ctags-recursive: 521 list='$(SUBDIRS)'; for subdir in $$list; do \ 522 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 523 done 524 525 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 526 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 527 unique=`for i in $$list; do \ 528 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 529 done | \ 530 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 531 END { if (nonempty) { for (i in files) print i; }; }'`; \ 532 mkid -fID $$unique 533 tags: TAGS 534 535 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 536 $(TAGS_FILES) $(LISP) 537 set x; \ 538 here=`pwd`; \ 539 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 540 include_option=--etags-include; \ 541 empty_fix=.; \ 542 else \ 543 include_option=--include; \ 544 empty_fix=; \ 545 fi; \ 546 list='$(SUBDIRS)'; for subdir in $$list; do \ 547 if test "$$subdir" = .; then :; else \ 548 test ! -f $$subdir/TAGS || \ 549 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 550 fi; \ 551 done; \ 552 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 553 unique=`for i in $$list; do \ 554 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 555 done | \ 556 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 557 END { if (nonempty) { for (i in files) print i; }; }'`; \ 558 shift; \ 559 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 560 test -n "$$unique" || unique=$$empty_fix; \ 561 if test $$# -gt 0; then \ 562 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 563 "$$@" $$unique; \ 564 else \ 565 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 566 $$unique; \ 567 fi; \ 568 fi 569 ctags: CTAGS 570 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 571 $(TAGS_FILES) $(LISP) 572 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 573 unique=`for i in $$list; do \ 574 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 575 done | \ 576 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 577 END { if (nonempty) { for (i in files) print i; }; }'`; \ 578 test -z "$(CTAGS_ARGS)$$unique" \ 579 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 580 $$unique 581 582 GTAGS: 583 here=`$(am__cd) $(top_builddir) && pwd` \ 584 && $(am__cd) $(top_srcdir) \ 585 && gtags -i $(GTAGS_ARGS) "$$here" 586 587 distclean-tags: 588 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 589 590 distdir: $(DISTFILES) 591 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 592 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 593 list='$(DISTFILES)'; \ 594 dist_files=`for file in $$list; do echo $$file; done | \ 595 sed -e "s|^$$srcdirstrip/||;t" \ 596 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 597 case $$dist_files in \ 598 */*) $(MKDIR_P) `echo "$$dist_files" | \ 599 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 600 sort -u` ;; \ 601 esac; \ 602 for file in $$dist_files; do \ 603 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 604 if test -d $$d/$$file; then \ 605 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 606 if test -d "$(distdir)/$$file"; then \ 607 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 608 fi; \ 609 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 610 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 611 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 612 fi; \ 613 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 614 else \ 615 test -f "$(distdir)/$$file" \ 616 || cp -p $$d/$$file "$(distdir)/$$file" \ 617 || exit 1; \ 618 fi; \ 619 done 620 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 621 if test "$$subdir" = .; then :; else \ 622 test -d "$(distdir)/$$subdir" \ 623 || $(MKDIR_P) "$(distdir)/$$subdir" \ 624 || exit 1; \ 625 fi; \ 626 done 627 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 628 if test "$$subdir" = .; then :; else \ 629 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 630 $(am__relativize); \ 631 new_distdir=$$reldir; \ 632 dir1=$$subdir; dir2="$(top_distdir)"; \ 633 $(am__relativize); \ 634 new_top_distdir=$$reldir; \ 635 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 636 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 637 ($(am__cd) $$subdir && \ 638 $(MAKE) $(AM_MAKEFLAGS) \ 639 top_distdir="$$new_top_distdir" \ 640 distdir="$$new_distdir" \ 641 am__remove_distdir=: \ 642 am__skip_length_check=: \ 643 am__skip_mode_fix=: \ 644 distdir) \ 645 || exit 1; \ 646 fi; \ 647 done 648 check-am: all-am 649 check: check-recursive 650 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) 651 installdirs: installdirs-recursive 652 installdirs-am: 653 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \ 654 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 655 done 656 install: install-recursive 657 install-exec: install-exec-recursive 658 install-data: install-data-recursive 659 uninstall: uninstall-recursive 660 661 install-am: all-am 662 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 663 664 installcheck: installcheck-recursive 665 install-strip: 666 if test -z '$(STRIP)'; then \ 667 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 668 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 669 install; \ 670 else \ 671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 673 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 674 fi 675 mostlyclean-generic: 676 677 clean-generic: 678 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 679 680 distclean-generic: 681 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 682 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 683 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 684 685 maintainer-clean-generic: 686 @echo "This command is intended for maintainers to use" 687 @echo "it deletes files that may require special tools to rebuild." 688 clean: clean-recursive 689 690 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 691 mostlyclean-am 692 693 distclean: distclean-recursive 694 -rm -rf ./$(DEPDIR) 695 -rm -f Makefile 696 distclean-am: clean-am distclean-compile distclean-generic \ 697 distclean-tags 698 699 dvi: dvi-recursive 700 701 dvi-am: 702 703 html: html-recursive 704 705 html-am: 706 707 info: info-recursive 708 709 info-am: 710 711 install-data-am: install-includeHEADERS install-pkgconfigDATA 712 713 install-dvi: install-dvi-recursive 714 715 install-dvi-am: 716 717 install-exec-am: install-libLTLIBRARIES 718 719 install-html: install-html-recursive 720 721 install-html-am: 722 723 install-info: install-info-recursive 724 725 install-info-am: 726 727 install-man: 728 729 install-pdf: install-pdf-recursive 730 731 install-pdf-am: 732 733 install-ps: install-ps-recursive 734 735 install-ps-am: 736 737 installcheck-am: 738 739 maintainer-clean: maintainer-clean-recursive 740 -rm -rf ./$(DEPDIR) 741 -rm -f Makefile 742 maintainer-clean-am: distclean-am maintainer-clean-generic 743 744 mostlyclean: mostlyclean-recursive 745 746 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 747 mostlyclean-libtool 748 749 pdf: pdf-recursive 750 751 pdf-am: 752 753 ps: ps-recursive 754 755 ps-am: 756 757 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \ 758 uninstall-pkgconfigDATA 759 760 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 761 install-am install-strip tags-recursive 762 763 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 764 all all-am check check-am clean clean-generic \ 765 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \ 766 distclean distclean-compile distclean-generic \ 767 distclean-libtool distclean-tags distdir dvi dvi-am html \ 768 html-am info info-am install install-am install-data \ 769 install-data-am install-dvi install-dvi-am install-exec \ 770 install-exec-am install-html install-html-am \ 771 install-includeHEADERS install-info install-info-am \ 772 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 773 install-pkgconfigDATA install-ps install-ps-am install-strip \ 774 installcheck installcheck-am installdirs installdirs-am \ 775 maintainer-clean maintainer-clean-generic mostlyclean \ 776 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 777 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 778 uninstall-includeHEADERS uninstall-libLTLIBRARIES \ 779 uninstall-pkgconfigDATA 780 781 782 # Tell versions [3.59,3.63) of GNU make to not export all variables. 783 # Otherwise a system limit (for SysV at least) may be exceeded. 784 .NOEXPORT: 785