Makefile.in 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgincludedir = $(includedir)/@PACKAGE@
  69. pkglibdir = $(libdir)/@PACKAGE@
  70. pkglibexecdir = $(libexecdir)/@PACKAGE@
  71. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  72. install_sh_DATA = $(install_sh) -c -m 644
  73. install_sh_PROGRAM = $(install_sh) -c
  74. install_sh_SCRIPT = $(install_sh) -c
  75. INSTALL_HEADER = $(INSTALL_DATA)
  76. transform = $(program_transform_name)
  77. NORMAL_INSTALL = :
  78. PRE_INSTALL = :
  79. POST_INSTALL = :
  80. NORMAL_UNINSTALL = :
  81. PRE_UNINSTALL = :
  82. POST_UNINSTALL = :
  83. build_triplet = @build@
  84. host_triplet = @host@
  85. bin_PROGRAMS = file$(EXEEXT)
  86. subdir = src
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  89. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  90. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  91. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = $(top_builddir)/config.h
  97. CONFIG_CLEAN_FILES =
  98. CONFIG_CLEAN_VPATH_FILES =
  99. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
  100. "$(DESTDIR)$(includedir)"
  101. PROGRAMS = $(bin_PROGRAMS)
  102. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  103. am__vpath_adj = case $$p in \
  104. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  105. *) f=$$p;; \
  106. esac;
  107. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  108. am__install_max = 40
  109. am__nobase_strip_setup = \
  110. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  111. am__nobase_strip = \
  112. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  113. am__nobase_list = $(am__nobase_strip_setup); \
  114. for p in $$list; do echo "$$p $$p"; done | \
  115. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  116. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  117. if (++n[$$2] == $(am__install_max)) \
  118. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  119. END { for (dir in files) print dir, files[dir] }'
  120. am__base_list = \
  121. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  122. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  123. am__uninstall_files_from_dir = { \
  124. test -z "$$files" \
  125. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  126. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  127. $(am__cd) "$$dir" && rm -f $$files; }; \
  128. }
  129. LTLIBRARIES = $(lib_LTLIBRARIES)
  130. am__DEPENDENCIES_1 =
  131. libmagic_la_DEPENDENCIES = $(LTLIBOBJS) $(am__DEPENDENCIES_1)
  132. am_libmagic_la_OBJECTS = buffer.lo magic.lo apprentice.lo softmagic.lo \
  133. ascmagic.lo encoding.lo compress.lo is_csv.lo is_json.lo \
  134. is_tar.lo readelf.lo print.lo fsmagic.lo funcs.lo apptype.lo \
  135. der.lo cdf.lo cdf_time.lo readcdf.lo
  136. libmagic_la_OBJECTS = $(am_libmagic_la_OBJECTS)
  137. AM_V_lt = $(am__v_lt_@AM_V@)
  138. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  139. am__v_lt_0 = --silent
  140. am__v_lt_1 =
  141. libmagic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  142. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  143. $(libmagic_la_LDFLAGS) $(LDFLAGS) -o $@
  144. am_file_OBJECTS = file.$(OBJEXT) seccomp.$(OBJEXT)
  145. file_OBJECTS = $(am_file_OBJECTS)
  146. file_DEPENDENCIES = libmagic.la
  147. AM_V_P = $(am__v_P_@AM_V@)
  148. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  149. am__v_P_0 = false
  150. am__v_P_1 = :
  151. AM_V_GEN = $(am__v_GEN_@AM_V@)
  152. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  153. am__v_GEN_0 = @echo " GEN " $@;
  154. am__v_GEN_1 =
  155. AM_V_at = $(am__v_at_@AM_V@)
  156. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  157. am__v_at_0 = @
  158. am__v_at_1 =
  159. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  160. depcomp = $(SHELL) $(top_srcdir)/depcomp
  161. am__maybe_remake_depfiles = depfiles
  162. am__depfiles_remade = $(DEPDIR)/asctime_r.Plo $(DEPDIR)/asprintf.Plo \
  163. $(DEPDIR)/ctime_r.Plo $(DEPDIR)/dprintf.Plo \
  164. $(DEPDIR)/fmtcheck.Plo $(DEPDIR)/getline.Plo \
  165. $(DEPDIR)/getopt_long.Plo $(DEPDIR)/gmtime_r.Plo \
  166. $(DEPDIR)/localtime_r.Plo $(DEPDIR)/pread.Plo \
  167. $(DEPDIR)/strcasestr.Plo $(DEPDIR)/strlcat.Plo \
  168. $(DEPDIR)/strlcpy.Plo $(DEPDIR)/vasprintf.Plo \
  169. ./$(DEPDIR)/apprentice.Plo ./$(DEPDIR)/apptype.Plo \
  170. ./$(DEPDIR)/ascmagic.Plo ./$(DEPDIR)/buffer.Plo \
  171. ./$(DEPDIR)/cdf.Plo ./$(DEPDIR)/cdf_time.Plo \
  172. ./$(DEPDIR)/compress.Plo ./$(DEPDIR)/der.Plo \
  173. ./$(DEPDIR)/encoding.Plo ./$(DEPDIR)/file.Po \
  174. ./$(DEPDIR)/fsmagic.Plo ./$(DEPDIR)/funcs.Plo \
  175. ./$(DEPDIR)/is_csv.Plo ./$(DEPDIR)/is_json.Plo \
  176. ./$(DEPDIR)/is_tar.Plo ./$(DEPDIR)/magic.Plo \
  177. ./$(DEPDIR)/print.Plo ./$(DEPDIR)/readcdf.Plo \
  178. ./$(DEPDIR)/readelf.Plo ./$(DEPDIR)/seccomp.Po \
  179. ./$(DEPDIR)/softmagic.Plo
  180. am__mv = mv -f
  181. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  182. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  183. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  184. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  185. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  186. $(AM_CFLAGS) $(CFLAGS)
  187. AM_V_CC = $(am__v_CC_@AM_V@)
  188. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  189. am__v_CC_0 = @echo " CC " $@;
  190. am__v_CC_1 =
  191. CCLD = $(CC)
  192. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  193. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  194. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  195. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  196. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  197. am__v_CCLD_0 = @echo " CCLD " $@;
  198. am__v_CCLD_1 =
  199. SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES)
  200. DIST_SOURCES = $(libmagic_la_SOURCES) $(file_SOURCES)
  201. am__can_run_installinfo = \
  202. case $$AM_UPDATE_INFO_DIR in \
  203. n|no|NO) false;; \
  204. *) (install-info --version) >/dev/null 2>&1;; \
  205. esac
  206. HEADERS = $(nodist_include_HEADERS)
  207. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  208. # Read a list of newline-separated strings from the standard input,
  209. # and print each of them once, without duplicates. Input order is
  210. # *not* preserved.
  211. am__uniquify_input = $(AWK) '\
  212. BEGIN { nonempty = 0; } \
  213. { items[$$0] = 1; nonempty = 1; } \
  214. END { if (nonempty) { for (i in items) print i; }; } \
  215. '
  216. # Make sure the list of sources is unique. This is necessary because,
  217. # e.g., the same source file might be shared among _SOURCES variables
  218. # for different programs/libraries.
  219. am__define_uniq_tagged_files = \
  220. list='$(am__tagged_files)'; \
  221. unique=`for i in $$list; do \
  222. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  223. done | $(am__uniquify_input)`
  224. ETAGS = etags
  225. CTAGS = ctags
  226. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
  227. asctime_r.c asprintf.c ctime_r.c dprintf.c fmtcheck.c \
  228. getline.c getopt_long.c gmtime_r.c localtime_r.c pread.c \
  229. strcasestr.c strlcat.c strlcpy.c vasprintf.c
  230. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  231. pkgdatadir = @pkgdatadir@
  232. ACLOCAL = @ACLOCAL@
  233. AMTAR = @AMTAR@
  234. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  235. AR = @AR@
  236. AUTOCONF = @AUTOCONF@
  237. AUTOHEADER = @AUTOHEADER@
  238. AUTOMAKE = @AUTOMAKE@
  239. AWK = @AWK@
  240. CC = @CC@
  241. CCDEPMODE = @CCDEPMODE@
  242. CFLAGS = @CFLAGS@
  243. CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
  244. CPP = @CPP@
  245. CPPFLAGS = @CPPFLAGS@
  246. CYGPATH_W = @CYGPATH_W@
  247. DEFS = @DEFS@
  248. DEPDIR = @DEPDIR@
  249. DLLTOOL = @DLLTOOL@
  250. DSYMUTIL = @DSYMUTIL@
  251. DUMPBIN = @DUMPBIN@
  252. ECHO_C = @ECHO_C@
  253. ECHO_N = @ECHO_N@
  254. ECHO_T = @ECHO_T@
  255. EGREP = @EGREP@
  256. EXEEXT = @EXEEXT@
  257. FGREP = @FGREP@
  258. GREP = @GREP@
  259. HAVE_VISIBILITY = @HAVE_VISIBILITY@
  260. INSTALL = @INSTALL@
  261. INSTALL_DATA = @INSTALL_DATA@
  262. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  263. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  264. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  265. LD = @LD@
  266. LDFLAGS = @LDFLAGS@
  267. LIBOBJS = @LIBOBJS@
  268. LIBS = @LIBS@
  269. LIBTOOL = @LIBTOOL@
  270. LIPO = @LIPO@
  271. LN_S = @LN_S@
  272. LTLIBOBJS = @LTLIBOBJS@
  273. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  274. MAKEINFO = @MAKEINFO@
  275. MANIFEST_TOOL = @MANIFEST_TOOL@
  276. MINGW = @MINGW@
  277. MKDIR_P = @MKDIR_P@
  278. NM = @NM@
  279. NMEDIT = @NMEDIT@
  280. OBJDUMP = @OBJDUMP@
  281. OBJEXT = @OBJEXT@
  282. OTOOL = @OTOOL@
  283. OTOOL64 = @OTOOL64@
  284. PACKAGE = @PACKAGE@
  285. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  286. PACKAGE_NAME = @PACKAGE_NAME@
  287. PACKAGE_STRING = @PACKAGE_STRING@
  288. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  289. PACKAGE_URL = @PACKAGE_URL@
  290. PACKAGE_VERSION = @PACKAGE_VERSION@
  291. PATH_SEPARATOR = @PATH_SEPARATOR@
  292. RANLIB = @RANLIB@
  293. SED = @SED@
  294. SET_MAKE = @SET_MAKE@
  295. SHELL = @SHELL@
  296. STRIP = @STRIP@
  297. VERSION = @VERSION@
  298. WARNINGS = @WARNINGS@
  299. abs_builddir = @abs_builddir@
  300. abs_srcdir = @abs_srcdir@
  301. abs_top_builddir = @abs_top_builddir@
  302. abs_top_srcdir = @abs_top_srcdir@
  303. ac_ct_AR = @ac_ct_AR@
  304. ac_ct_CC = @ac_ct_CC@
  305. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  306. am__include = @am__include@
  307. am__leading_dot = @am__leading_dot@
  308. am__quote = @am__quote@
  309. am__tar = @am__tar@
  310. am__untar = @am__untar@
  311. bindir = @bindir@
  312. build = @build@
  313. build_alias = @build_alias@
  314. build_cpu = @build_cpu@
  315. build_os = @build_os@
  316. build_vendor = @build_vendor@
  317. builddir = @builddir@
  318. datadir = @datadir@
  319. datarootdir = @datarootdir@
  320. docdir = @docdir@
  321. dvidir = @dvidir@
  322. exec_prefix = @exec_prefix@
  323. fsect = @fsect@
  324. host = @host@
  325. host_alias = @host_alias@
  326. host_cpu = @host_cpu@
  327. host_os = @host_os@
  328. host_vendor = @host_vendor@
  329. htmldir = @htmldir@
  330. includedir = @includedir@
  331. infodir = @infodir@
  332. install_sh = @install_sh@
  333. libdir = @libdir@
  334. libexecdir = @libexecdir@
  335. localedir = @localedir@
  336. localstatedir = @localstatedir@
  337. mandir = @mandir@
  338. mkdir_p = @mkdir_p@
  339. oldincludedir = @oldincludedir@
  340. pdfdir = @pdfdir@
  341. prefix = @prefix@
  342. program_transform_name = @program_transform_name@
  343. psdir = @psdir@
  344. sbindir = @sbindir@
  345. sharedstatedir = @sharedstatedir@
  346. srcdir = @srcdir@
  347. sysconfdir = @sysconfdir@
  348. target_alias = @target_alias@
  349. top_build_prefix = @top_build_prefix@
  350. top_builddir = @top_builddir@
  351. top_srcdir = @top_srcdir@
  352. MAGIC = $(pkgdatadir)/magic
  353. lib_LTLIBRARIES = libmagic.la
  354. nodist_include_HEADERS = magic.h
  355. AM_CPPFLAGS = -DMAGIC='"$(MAGIC)"'
  356. AM_CFLAGS = $(CFLAG_VISIBILITY) @WARNINGS@
  357. libmagic_la_SOURCES = buffer.c magic.c apprentice.c softmagic.c ascmagic.c \
  358. encoding.c compress.c is_csv.c is_json.c is_tar.c readelf.c print.c \
  359. fsmagic.c funcs.c file.h readelf.h tar.h apptype.c der.c der.h \
  360. file_opts.h elfclass.h mygetopt.h cdf.c cdf_time.c readcdf.c cdf.h
  361. libmagic_la_LDFLAGS = -no-undefined -version-info 1:0:0
  362. @MINGW_FALSE@MINGWLIBS =
  363. @MINGW_TRUE@MINGWLIBS = -lgnurx -lshlwapi
  364. libmagic_la_LIBADD = $(LTLIBOBJS) $(MINGWLIBS)
  365. file_SOURCES = file.c seccomp.c
  366. file_LDADD = libmagic.la
  367. CLEANFILES = magic.h
  368. EXTRA_DIST = magic.h.in
  369. HDR = $(top_srcdir)/src/magic.h.in
  370. BUILT_SOURCES = magic.h
  371. all: $(BUILT_SOURCES)
  372. $(MAKE) $(AM_MAKEFLAGS) all-am
  373. .SUFFIXES:
  374. .SUFFIXES: .c .lo .o .obj
  375. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  376. @for dep in $?; do \
  377. case '$(am__configure_deps)' in \
  378. *$$dep*) \
  379. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  380. && { if test -f $@; then exit 0; else break; fi; }; \
  381. exit 1;; \
  382. esac; \
  383. done; \
  384. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  385. $(am__cd) $(top_srcdir) && \
  386. $(AUTOMAKE) --foreign src/Makefile
  387. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  388. @case '$?' in \
  389. *config.status*) \
  390. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  391. *) \
  392. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  393. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  394. esac;
  395. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  396. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  397. $(top_srcdir)/configure: $(am__configure_deps)
  398. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  399. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  400. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  401. $(am__aclocal_m4_deps):
  402. install-binPROGRAMS: $(bin_PROGRAMS)
  403. @$(NORMAL_INSTALL)
  404. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  405. if test -n "$$list"; then \
  406. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  407. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  408. fi; \
  409. for p in $$list; do echo "$$p $$p"; done | \
  410. sed 's/$(EXEEXT)$$//' | \
  411. while read p p1; do if test -f $$p \
  412. || test -f $$p1 \
  413. ; then echo "$$p"; echo "$$p"; else :; fi; \
  414. done | \
  415. sed -e 'p;s,.*/,,;n;h' \
  416. -e 's|.*|.|' \
  417. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  418. sed 'N;N;N;s,\n, ,g' | \
  419. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  420. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  421. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  422. else { print "f", $$3 "/" $$4, $$1; } } \
  423. END { for (d in files) print "f", d, files[d] }' | \
  424. while read type dir files; do \
  425. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  426. test -z "$$files" || { \
  427. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  428. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  429. } \
  430. ; done
  431. uninstall-binPROGRAMS:
  432. @$(NORMAL_UNINSTALL)
  433. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  434. files=`for p in $$list; do echo "$$p"; done | \
  435. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  436. -e 's/$$/$(EXEEXT)/' \
  437. `; \
  438. test -n "$$list" || exit 0; \
  439. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  440. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  441. clean-binPROGRAMS:
  442. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  443. echo " rm -f" $$list; \
  444. rm -f $$list || exit $$?; \
  445. test -n "$(EXEEXT)" || exit 0; \
  446. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  447. echo " rm -f" $$list; \
  448. rm -f $$list
  449. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  450. @$(NORMAL_INSTALL)
  451. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  452. list2=; for p in $$list; do \
  453. if test -f $$p; then \
  454. list2="$$list2 $$p"; \
  455. else :; fi; \
  456. done; \
  457. test -z "$$list2" || { \
  458. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  459. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  460. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  461. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  462. }
  463. uninstall-libLTLIBRARIES:
  464. @$(NORMAL_UNINSTALL)
  465. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  466. for p in $$list; do \
  467. $(am__strip_dir) \
  468. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  469. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  470. done
  471. clean-libLTLIBRARIES:
  472. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  473. @list='$(lib_LTLIBRARIES)'; \
  474. locs=`for p in $$list; do echo $$p; done | \
  475. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  476. sort -u`; \
  477. test -z "$$locs" || { \
  478. echo rm -f $${locs}; \
  479. rm -f $${locs}; \
  480. }
  481. libmagic.la: $(libmagic_la_OBJECTS) $(libmagic_la_DEPENDENCIES) $(EXTRA_libmagic_la_DEPENDENCIES)
  482. $(AM_V_CCLD)$(libmagic_la_LINK) -rpath $(libdir) $(libmagic_la_OBJECTS) $(libmagic_la_LIBADD) $(LIBS)
  483. file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) $(EXTRA_file_DEPENDENCIES)
  484. @rm -f file$(EXEEXT)
  485. $(AM_V_CCLD)$(LINK) $(file_OBJECTS) $(file_LDADD) $(LIBS)
  486. mostlyclean-compile:
  487. -rm -f *.$(OBJEXT)
  488. distclean-compile:
  489. -rm -f *.tab.c
  490. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asctime_r.Plo@am__quote@ # am--include-marker
  491. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asprintf.Plo@am__quote@ # am--include-marker
  492. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctime_r.Plo@am__quote@ # am--include-marker
  493. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dprintf.Plo@am__quote@ # am--include-marker
  494. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fmtcheck.Plo@am__quote@ # am--include-marker
  495. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Plo@am__quote@ # am--include-marker
  496. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt_long.Plo@am__quote@ # am--include-marker
  497. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gmtime_r.Plo@am__quote@ # am--include-marker
  498. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/localtime_r.Plo@am__quote@ # am--include-marker
  499. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pread.Plo@am__quote@ # am--include-marker
  500. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasestr.Plo@am__quote@ # am--include-marker
  501. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcat.Plo@am__quote@ # am--include-marker
  502. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Plo@am__quote@ # am--include-marker
  503. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasprintf.Plo@am__quote@ # am--include-marker
  504. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apprentice.Plo@am__quote@ # am--include-marker
  505. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apptype.Plo@am__quote@ # am--include-marker
  506. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascmagic.Plo@am__quote@ # am--include-marker
  507. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@ # am--include-marker
  508. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf.Plo@am__quote@ # am--include-marker
  509. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdf_time.Plo@am__quote@ # am--include-marker
  510. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@ # am--include-marker
  511. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/der.Plo@am__quote@ # am--include-marker
  512. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Plo@am__quote@ # am--include-marker
  513. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@ # am--include-marker
  514. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsmagic.Plo@am__quote@ # am--include-marker
  515. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/funcs.Plo@am__quote@ # am--include-marker
  516. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_csv.Plo@am__quote@ # am--include-marker
  517. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_json.Plo@am__quote@ # am--include-marker
  518. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_tar.Plo@am__quote@ # am--include-marker
  519. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/magic.Plo@am__quote@ # am--include-marker
  520. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@ # am--include-marker
  521. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readcdf.Plo@am__quote@ # am--include-marker
  522. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readelf.Plo@am__quote@ # am--include-marker
  523. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seccomp.Po@am__quote@ # am--include-marker
  524. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/softmagic.Plo@am__quote@ # am--include-marker
  525. $(am__depfiles_remade):
  526. @$(MKDIR_P) $(@D)
  527. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  528. am--depfiles: $(am__depfiles_remade)
  529. .c.o:
  530. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  531. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  532. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  533. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  534. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  535. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  536. .c.obj:
  537. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  538. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  539. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  540. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  541. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  542. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  543. .c.lo:
  544. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  545. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  546. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  547. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  548. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  549. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  550. mostlyclean-libtool:
  551. -rm -f *.lo
  552. clean-libtool:
  553. -rm -rf .libs _libs
  554. install-nodist_includeHEADERS: $(nodist_include_HEADERS)
  555. @$(NORMAL_INSTALL)
  556. @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
  557. if test -n "$$list"; then \
  558. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  559. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  560. fi; \
  561. for p in $$list; do \
  562. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  563. echo "$$d$$p"; \
  564. done | $(am__base_list) | \
  565. while read files; do \
  566. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  567. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  568. done
  569. uninstall-nodist_includeHEADERS:
  570. @$(NORMAL_UNINSTALL)
  571. @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
  572. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  573. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  574. ID: $(am__tagged_files)
  575. $(am__define_uniq_tagged_files); mkid -fID $$unique
  576. tags: tags-am
  577. TAGS: tags
  578. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  579. set x; \
  580. here=`pwd`; \
  581. $(am__define_uniq_tagged_files); \
  582. shift; \
  583. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  584. test -n "$$unique" || unique=$$empty_fix; \
  585. if test $$# -gt 0; then \
  586. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  587. "$$@" $$unique; \
  588. else \
  589. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  590. $$unique; \
  591. fi; \
  592. fi
  593. ctags: ctags-am
  594. CTAGS: ctags
  595. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  596. $(am__define_uniq_tagged_files); \
  597. test -z "$(CTAGS_ARGS)$$unique" \
  598. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  599. $$unique
  600. GTAGS:
  601. here=`$(am__cd) $(top_builddir) && pwd` \
  602. && $(am__cd) $(top_srcdir) \
  603. && gtags -i $(GTAGS_ARGS) "$$here"
  604. cscopelist: cscopelist-am
  605. cscopelist-am: $(am__tagged_files)
  606. list='$(am__tagged_files)'; \
  607. case "$(srcdir)" in \
  608. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  609. *) sdir=$(subdir)/$(srcdir) ;; \
  610. esac; \
  611. for i in $$list; do \
  612. if test -f "$$i"; then \
  613. echo "$(subdir)/$$i"; \
  614. else \
  615. echo "$$sdir/$$i"; \
  616. fi; \
  617. done >> $(top_builddir)/cscope.files
  618. distclean-tags:
  619. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  620. distdir: $(BUILT_SOURCES)
  621. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  622. distdir-am: $(DISTFILES)
  623. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  624. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  625. list='$(DISTFILES)'; \
  626. dist_files=`for file in $$list; do echo $$file; done | \
  627. sed -e "s|^$$srcdirstrip/||;t" \
  628. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  629. case $$dist_files in \
  630. */*) $(MKDIR_P) `echo "$$dist_files" | \
  631. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  632. sort -u` ;; \
  633. esac; \
  634. for file in $$dist_files; do \
  635. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  636. if test -d $$d/$$file; then \
  637. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  638. if test -d "$(distdir)/$$file"; then \
  639. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  640. fi; \
  641. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  642. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  643. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  644. fi; \
  645. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  646. else \
  647. test -f "$(distdir)/$$file" \
  648. || cp -p $$d/$$file "$(distdir)/$$file" \
  649. || exit 1; \
  650. fi; \
  651. done
  652. check-am: all-am
  653. check: $(BUILT_SOURCES)
  654. $(MAKE) $(AM_MAKEFLAGS) check-am
  655. all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
  656. install-binPROGRAMS: install-libLTLIBRARIES
  657. installdirs:
  658. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
  659. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  660. done
  661. install: $(BUILT_SOURCES)
  662. $(MAKE) $(AM_MAKEFLAGS) install-am
  663. install-exec: install-exec-am
  664. install-data: install-data-am
  665. uninstall: uninstall-am
  666. install-am: all-am
  667. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  668. installcheck: installcheck-am
  669. install-strip:
  670. if test -z '$(STRIP)'; then \
  671. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  672. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  673. install; \
  674. else \
  675. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  676. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  677. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  678. fi
  679. mostlyclean-generic:
  680. clean-generic:
  681. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  682. distclean-generic:
  683. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  684. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  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. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  689. clean: clean-am
  690. clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  691. clean-libtool mostlyclean-am
  692. distclean: distclean-am
  693. -rm -f $(DEPDIR)/asctime_r.Plo
  694. -rm -f $(DEPDIR)/asprintf.Plo
  695. -rm -f $(DEPDIR)/ctime_r.Plo
  696. -rm -f $(DEPDIR)/dprintf.Plo
  697. -rm -f $(DEPDIR)/fmtcheck.Plo
  698. -rm -f $(DEPDIR)/getline.Plo
  699. -rm -f $(DEPDIR)/getopt_long.Plo
  700. -rm -f $(DEPDIR)/gmtime_r.Plo
  701. -rm -f $(DEPDIR)/localtime_r.Plo
  702. -rm -f $(DEPDIR)/pread.Plo
  703. -rm -f $(DEPDIR)/strcasestr.Plo
  704. -rm -f $(DEPDIR)/strlcat.Plo
  705. -rm -f $(DEPDIR)/strlcpy.Plo
  706. -rm -f $(DEPDIR)/vasprintf.Plo
  707. -rm -f ./$(DEPDIR)/apprentice.Plo
  708. -rm -f ./$(DEPDIR)/apptype.Plo
  709. -rm -f ./$(DEPDIR)/ascmagic.Plo
  710. -rm -f ./$(DEPDIR)/buffer.Plo
  711. -rm -f ./$(DEPDIR)/cdf.Plo
  712. -rm -f ./$(DEPDIR)/cdf_time.Plo
  713. -rm -f ./$(DEPDIR)/compress.Plo
  714. -rm -f ./$(DEPDIR)/der.Plo
  715. -rm -f ./$(DEPDIR)/encoding.Plo
  716. -rm -f ./$(DEPDIR)/file.Po
  717. -rm -f ./$(DEPDIR)/fsmagic.Plo
  718. -rm -f ./$(DEPDIR)/funcs.Plo
  719. -rm -f ./$(DEPDIR)/is_csv.Plo
  720. -rm -f ./$(DEPDIR)/is_json.Plo
  721. -rm -f ./$(DEPDIR)/is_tar.Plo
  722. -rm -f ./$(DEPDIR)/magic.Plo
  723. -rm -f ./$(DEPDIR)/print.Plo
  724. -rm -f ./$(DEPDIR)/readcdf.Plo
  725. -rm -f ./$(DEPDIR)/readelf.Plo
  726. -rm -f ./$(DEPDIR)/seccomp.Po
  727. -rm -f ./$(DEPDIR)/softmagic.Plo
  728. -rm -f Makefile
  729. distclean-am: clean-am distclean-compile distclean-generic \
  730. distclean-tags
  731. dvi: dvi-am
  732. dvi-am:
  733. html: html-am
  734. html-am:
  735. info: info-am
  736. info-am:
  737. install-data-am: install-nodist_includeHEADERS
  738. install-dvi: install-dvi-am
  739. install-dvi-am:
  740. install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
  741. install-html: install-html-am
  742. install-html-am:
  743. install-info: install-info-am
  744. install-info-am:
  745. install-man:
  746. install-pdf: install-pdf-am
  747. install-pdf-am:
  748. install-ps: install-ps-am
  749. install-ps-am:
  750. installcheck-am:
  751. maintainer-clean: maintainer-clean-am
  752. -rm -f $(DEPDIR)/asctime_r.Plo
  753. -rm -f $(DEPDIR)/asprintf.Plo
  754. -rm -f $(DEPDIR)/ctime_r.Plo
  755. -rm -f $(DEPDIR)/dprintf.Plo
  756. -rm -f $(DEPDIR)/fmtcheck.Plo
  757. -rm -f $(DEPDIR)/getline.Plo
  758. -rm -f $(DEPDIR)/getopt_long.Plo
  759. -rm -f $(DEPDIR)/gmtime_r.Plo
  760. -rm -f $(DEPDIR)/localtime_r.Plo
  761. -rm -f $(DEPDIR)/pread.Plo
  762. -rm -f $(DEPDIR)/strcasestr.Plo
  763. -rm -f $(DEPDIR)/strlcat.Plo
  764. -rm -f $(DEPDIR)/strlcpy.Plo
  765. -rm -f $(DEPDIR)/vasprintf.Plo
  766. -rm -f ./$(DEPDIR)/apprentice.Plo
  767. -rm -f ./$(DEPDIR)/apptype.Plo
  768. -rm -f ./$(DEPDIR)/ascmagic.Plo
  769. -rm -f ./$(DEPDIR)/buffer.Plo
  770. -rm -f ./$(DEPDIR)/cdf.Plo
  771. -rm -f ./$(DEPDIR)/cdf_time.Plo
  772. -rm -f ./$(DEPDIR)/compress.Plo
  773. -rm -f ./$(DEPDIR)/der.Plo
  774. -rm -f ./$(DEPDIR)/encoding.Plo
  775. -rm -f ./$(DEPDIR)/file.Po
  776. -rm -f ./$(DEPDIR)/fsmagic.Plo
  777. -rm -f ./$(DEPDIR)/funcs.Plo
  778. -rm -f ./$(DEPDIR)/is_csv.Plo
  779. -rm -f ./$(DEPDIR)/is_json.Plo
  780. -rm -f ./$(DEPDIR)/is_tar.Plo
  781. -rm -f ./$(DEPDIR)/magic.Plo
  782. -rm -f ./$(DEPDIR)/print.Plo
  783. -rm -f ./$(DEPDIR)/readcdf.Plo
  784. -rm -f ./$(DEPDIR)/readelf.Plo
  785. -rm -f ./$(DEPDIR)/seccomp.Po
  786. -rm -f ./$(DEPDIR)/softmagic.Plo
  787. -rm -f Makefile
  788. maintainer-clean-am: distclean-am maintainer-clean-generic
  789. mostlyclean: mostlyclean-am
  790. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  791. mostlyclean-libtool
  792. pdf: pdf-am
  793. pdf-am:
  794. ps: ps-am
  795. ps-am:
  796. uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
  797. uninstall-nodist_includeHEADERS
  798. .MAKE: all check install install-am install-strip
  799. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  800. clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  801. clean-libtool cscopelist-am ctags ctags-am distclean \
  802. distclean-compile distclean-generic distclean-libtool \
  803. distclean-tags distdir dvi dvi-am html html-am info info-am \
  804. install install-am install-binPROGRAMS install-data \
  805. install-data-am install-dvi install-dvi-am install-exec \
  806. install-exec-am install-html install-html-am install-info \
  807. install-info-am install-libLTLIBRARIES install-man \
  808. install-nodist_includeHEADERS install-pdf install-pdf-am \
  809. install-ps install-ps-am install-strip installcheck \
  810. installcheck-am installdirs maintainer-clean \
  811. maintainer-clean-generic mostlyclean mostlyclean-compile \
  812. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  813. tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
  814. uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS
  815. .PRECIOUS: Makefile
  816. magic.h: ${HDR}
  817. sed -e "s/X.YY/$$(echo @VERSION@ | tr -d .)/" < ${HDR} > $@
  818. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  819. # Otherwise a system limit (for SysV at least) may be exceeded.
  820. .NOEXPORT: