Makefile.in 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245
  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. # $Id: Makefile.am 1630 2007-02-03 04:23:14Z aturner $
  13. #SUBDIRS = plugins
  14. # $Id: $
  15. # $Id:$
  16. # START OF: dlt_en10mb
  17. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  18. # add your .c files to libtcpedit_a_SOURCES
  19. # add your .h files to noinst_HEADERS
  20. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  21. # add your dependency information (see comment below)
  22. # $Id:$
  23. # START OF: dlt_hdlc
  24. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  25. # add your .c files to libtcpedit_a_SOURCES
  26. # add your .h files to noinst_HEADERS
  27. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  28. # add your dependency information (see comment below)
  29. # $Id:$
  30. # START OF: dlt_user
  31. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  32. # add your .c files to libtcpedit_a_SOURCES
  33. # add your .h files to noinst_HEADERS
  34. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  35. # add your dependency information (see comment below)
  36. # $Id:$
  37. # START OF: dlt_raw
  38. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  39. # add your .c files to libtcpedit_a_SOURCES
  40. # add your .h files to noinst_HEADERS
  41. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  42. # add your dependency information (see comment below)
  43. # $Id:$
  44. # START OF: dlt_null
  45. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  46. # add your .c files to libtcpedit_a_SOURCES
  47. # add your .h files to noinst_HEADERS
  48. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  49. # add your dependency information (see comment below)
  50. # $Id:$
  51. # START OF: dlt_loop
  52. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  53. # add your .c files to libtcpedit_a_SOURCES
  54. # add your .h files to noinst_HEADERS
  55. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  56. # add your dependency information (see comment below)
  57. # $Id:$
  58. # START OF: dlt_linuxsll
  59. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  60. # add your .c files to libtcpedit_a_SOURCES
  61. # add your .h files to noinst_HEADERS
  62. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  63. # add your dependency information (see comment below)
  64. # $Id$
  65. # START OF: dlt_ieee80211
  66. # Note, if you add any files to your plugin, you will need to edit dlt_ieee80211/Makefile.am
  67. # add your .c files to libtcpedit_a_SOURCES
  68. # add your .h files to noinst_HEADERS
  69. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  70. # add your dependency information (see comment below)
  71. # $Id$
  72. # START OF: dlt_radiotap
  73. # Note, if you add any files to your plugin, you will need to edit dlt_radiotap/Makefile.am
  74. # add your .c files to libtcpedit_a_SOURCES
  75. # add your .h files to noinst_HEADERS
  76. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  77. # add your dependency information (see comment below)
  78. # $Id:$
  79. # START OF: dlt_jnpr_ether
  80. # Note, if you add any files to your plugin, you will need to edit dlt_jnpr_ether/Makefile.am
  81. # add your .c files to libtcpedit_a_SOURCES
  82. # add your .h files to noinst_HEADERS
  83. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  84. # add your dependency information (see comment below)
  85. # $Id:$
  86. # START OF: dlt_pppserial
  87. # Note, if you add any files to your plugin, you will need to edit dlt_pppserial/Makefile.am
  88. # add your .c files to libtcpedit_a_SOURCES
  89. # add your .h files to noinst_HEADERS
  90. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  91. # add your dependency information (see comment below)
  92. VPATH = @srcdir@
  93. am__is_gnu_make = { \
  94. if test -z '$(MAKELEVEL)'; then \
  95. false; \
  96. elif test -n '$(MAKE_HOST)'; then \
  97. true; \
  98. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  99. true; \
  100. else \
  101. false; \
  102. fi; \
  103. }
  104. am__make_running_with_option = \
  105. case $${target_option-} in \
  106. ?) ;; \
  107. *) echo "am__make_running_with_option: internal error: invalid" \
  108. "target option '$${target_option-}' specified" >&2; \
  109. exit 1;; \
  110. esac; \
  111. has_opt=no; \
  112. sane_makeflags=$$MAKEFLAGS; \
  113. if $(am__is_gnu_make); then \
  114. sane_makeflags=$$MFLAGS; \
  115. else \
  116. case $$MAKEFLAGS in \
  117. *\\[\ \ ]*) \
  118. bs=\\; \
  119. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  120. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  121. esac; \
  122. fi; \
  123. skip_next=no; \
  124. strip_trailopt () \
  125. { \
  126. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  127. }; \
  128. for flg in $$sane_makeflags; do \
  129. test $$skip_next = yes && { skip_next=no; continue; }; \
  130. case $$flg in \
  131. *=*|--*) continue;; \
  132. -*I) strip_trailopt 'I'; skip_next=yes;; \
  133. -*I?*) strip_trailopt 'I';; \
  134. -*O) strip_trailopt 'O'; skip_next=yes;; \
  135. -*O?*) strip_trailopt 'O';; \
  136. -*l) strip_trailopt 'l'; skip_next=yes;; \
  137. -*l?*) strip_trailopt 'l';; \
  138. -[dEDm]) skip_next=yes;; \
  139. -[JT]) skip_next=yes;; \
  140. esac; \
  141. case $$flg in \
  142. *$$target_option*) has_opt=yes; break;; \
  143. esac; \
  144. done; \
  145. test $$has_opt = yes
  146. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  147. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  148. pkgdatadir = $(datadir)/@PACKAGE@
  149. pkgincludedir = $(includedir)/@PACKAGE@
  150. pkglibdir = $(libdir)/@PACKAGE@
  151. pkglibexecdir = $(libexecdir)/@PACKAGE@
  152. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  153. install_sh_DATA = $(install_sh) -c -m 644
  154. install_sh_PROGRAM = $(install_sh) -c
  155. install_sh_SCRIPT = $(install_sh) -c
  156. INSTALL_HEADER = $(INSTALL_DATA)
  157. transform = $(program_transform_name)
  158. NORMAL_INSTALL = :
  159. PRE_INSTALL = :
  160. POST_INSTALL = :
  161. NORMAL_UNINSTALL = :
  162. PRE_UNINSTALL = :
  163. POST_UNINSTALL = :
  164. build_triplet = @build@
  165. host_triplet = @host@
  166. target_triplet = @target@
  167. subdir = src/tcpedit
  168. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  169. am__aclocal_m4_deps = $(top_srcdir)/m4/libopts.m4 \
  170. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  171. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  172. $(top_srcdir)/m4/lt~obsolete.m4 \
  173. $(top_srcdir)/m4/stdnoreturn.m4 $(top_srcdir)/acinclude.m4 \
  174. $(top_srcdir)/configure.ac
  175. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  176. $(ACLOCAL_M4)
  177. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  178. $(am__DIST_COMMON)
  179. mkinstalldirs = $(install_sh) -d
  180. CONFIG_HEADER = $(top_builddir)/src/config.h
  181. CONFIG_CLEAN_FILES =
  182. CONFIG_CLEAN_VPATH_FILES =
  183. LIBRARIES = $(noinst_LIBRARIES)
  184. ARFLAGS = cru
  185. AM_V_AR = $(am__v_AR_@AM_V@)
  186. am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
  187. am__v_AR_0 = @echo " AR " $@;
  188. am__v_AR_1 =
  189. libtcpedit_a_AR = $(AR) $(ARFLAGS)
  190. libtcpedit_a_LIBADD =
  191. am__dirstamp = $(am__leading_dot)dirstamp
  192. am_libtcpedit_a_OBJECTS = tcpedit.$(OBJEXT) parse_args.$(OBJEXT) \
  193. edit_packet.$(OBJEXT) portmap.$(OBJEXT) dlt.$(OBJEXT) \
  194. checksum.$(OBJEXT) incremental_checksum.$(OBJEXT) \
  195. tcpedit_api.$(OBJEXT) fuzzing.$(OBJEXT) \
  196. rewrite_sequence.$(OBJEXT) plugins/dlt_plugins.$(OBJEXT) \
  197. plugins/ethernet.$(OBJEXT) plugins/dlt_utils.$(OBJEXT) \
  198. plugins/dlt_en10mb/en10mb.$(OBJEXT) \
  199. plugins/dlt_en10mb/en10mb_api.$(OBJEXT) \
  200. plugins/dlt_hdlc/hdlc.$(OBJEXT) \
  201. plugins/dlt_hdlc/hdlc_api.$(OBJEXT) \
  202. plugins/dlt_user/user.$(OBJEXT) \
  203. plugins/dlt_user/user_api.$(OBJEXT) \
  204. plugins/dlt_raw/raw.$(OBJEXT) plugins/dlt_null/null.$(OBJEXT) \
  205. plugins/dlt_loop/loop.$(OBJEXT) \
  206. plugins/dlt_linuxsll/linuxsll.$(OBJEXT) \
  207. plugins/dlt_ieee80211/ieee80211.$(OBJEXT) \
  208. plugins/dlt_ieee80211/ieee80211_hdr.$(OBJEXT) \
  209. plugins/dlt_radiotap/radiotap.$(OBJEXT) \
  210. plugins/dlt_jnpr_ether/jnpr_ether.$(OBJEXT) \
  211. plugins/dlt_pppserial/pppserial.$(OBJEXT)
  212. libtcpedit_a_OBJECTS = $(am_libtcpedit_a_OBJECTS)
  213. AM_V_P = $(am__v_P_@AM_V@)
  214. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  215. am__v_P_0 = false
  216. am__v_P_1 = :
  217. AM_V_GEN = $(am__v_GEN_@AM_V@)
  218. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  219. am__v_GEN_0 = @echo " GEN " $@;
  220. am__v_GEN_1 =
  221. AM_V_at = $(am__v_at_@AM_V@)
  222. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  223. am__v_at_0 = @
  224. am__v_at_1 =
  225. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  226. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  227. am__maybe_remake_depfiles = depfiles
  228. am__depfiles_remade = ./$(DEPDIR)/checksum.Po ./$(DEPDIR)/dlt.Po \
  229. ./$(DEPDIR)/edit_packet.Po ./$(DEPDIR)/fuzzing.Po \
  230. ./$(DEPDIR)/incremental_checksum.Po ./$(DEPDIR)/parse_args.Po \
  231. ./$(DEPDIR)/portmap.Po ./$(DEPDIR)/rewrite_sequence.Po \
  232. ./$(DEPDIR)/tcpedit.Po ./$(DEPDIR)/tcpedit_api.Po \
  233. plugins/$(DEPDIR)/dlt_plugins.Po \
  234. plugins/$(DEPDIR)/dlt_utils.Po plugins/$(DEPDIR)/ethernet.Po \
  235. plugins/dlt_en10mb/$(DEPDIR)/en10mb.Po \
  236. plugins/dlt_en10mb/$(DEPDIR)/en10mb_api.Po \
  237. plugins/dlt_hdlc/$(DEPDIR)/hdlc.Po \
  238. plugins/dlt_hdlc/$(DEPDIR)/hdlc_api.Po \
  239. plugins/dlt_ieee80211/$(DEPDIR)/ieee80211.Po \
  240. plugins/dlt_ieee80211/$(DEPDIR)/ieee80211_hdr.Po \
  241. plugins/dlt_jnpr_ether/$(DEPDIR)/jnpr_ether.Po \
  242. plugins/dlt_linuxsll/$(DEPDIR)/linuxsll.Po \
  243. plugins/dlt_loop/$(DEPDIR)/loop.Po \
  244. plugins/dlt_null/$(DEPDIR)/null.Po \
  245. plugins/dlt_pppserial/$(DEPDIR)/pppserial.Po \
  246. plugins/dlt_radiotap/$(DEPDIR)/radiotap.Po \
  247. plugins/dlt_raw/$(DEPDIR)/raw.Po \
  248. plugins/dlt_user/$(DEPDIR)/user.Po \
  249. plugins/dlt_user/$(DEPDIR)/user_api.Po
  250. am__mv = mv -f
  251. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  252. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  253. AM_V_lt = $(am__v_lt_@AM_V@)
  254. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  255. am__v_lt_0 = --silent
  256. am__v_lt_1 =
  257. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  258. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  259. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  260. $(AM_CFLAGS) $(CFLAGS)
  261. AM_V_CC = $(am__v_CC_@AM_V@)
  262. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  263. am__v_CC_0 = @echo " CC " $@;
  264. am__v_CC_1 =
  265. CCLD = $(CC)
  266. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  267. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  268. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  269. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  270. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  271. am__v_CCLD_0 = @echo " CCLD " $@;
  272. am__v_CCLD_1 =
  273. SOURCES = $(libtcpedit_a_SOURCES)
  274. DIST_SOURCES = $(libtcpedit_a_SOURCES)
  275. am__can_run_installinfo = \
  276. case $$AM_UPDATE_INFO_DIR in \
  277. n|no|NO) false;; \
  278. *) (install-info --version) >/dev/null 2>&1;; \
  279. esac
  280. HEADERS = $(noinst_HEADERS)
  281. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  282. # Read a list of newline-separated strings from the standard input,
  283. # and print each of them once, without duplicates. Input order is
  284. # *not* preserved.
  285. am__uniquify_input = $(AWK) '\
  286. BEGIN { nonempty = 0; } \
  287. { items[$$0] = 1; nonempty = 1; } \
  288. END { if (nonempty) { for (i in items) print i; }; } \
  289. '
  290. # Make sure the list of sources is unique. This is necessary because,
  291. # e.g., the same source file might be shared among _SOURCES variables
  292. # for different programs/libraries.
  293. am__define_uniq_tagged_files = \
  294. list='$(am__tagged_files)'; \
  295. unique=`for i in $$list; do \
  296. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  297. done | $(am__uniquify_input)`
  298. ETAGS = etags
  299. CTAGS = ctags
  300. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/plugins/Makefile.am \
  301. $(srcdir)/plugins/dlt_en10mb/Makefile.am \
  302. $(srcdir)/plugins/dlt_hdlc/Makefile.am \
  303. $(srcdir)/plugins/dlt_ieee80211/Makefile.am \
  304. $(srcdir)/plugins/dlt_jnpr_ether/Makefile.am \
  305. $(srcdir)/plugins/dlt_linuxsll/Makefile.am \
  306. $(srcdir)/plugins/dlt_loop/Makefile.am \
  307. $(srcdir)/plugins/dlt_null/Makefile.am \
  308. $(srcdir)/plugins/dlt_pppserial/Makefile.am \
  309. $(srcdir)/plugins/dlt_radiotap/Makefile.am \
  310. $(srcdir)/plugins/dlt_raw/Makefile.am \
  311. $(srcdir)/plugins/dlt_user/Makefile.am \
  312. $(top_srcdir)/config/depcomp
  313. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  314. ACLOCAL = @ACLOCAL@
  315. AMTAR = @AMTAR@
  316. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  317. AR = @AR@
  318. AUTOCONF = @AUTOCONF@
  319. AUTOGEN = @AUTOGEN@
  320. AUTOHEADER = @AUTOHEADER@
  321. AUTOMAKE = @AUTOMAKE@
  322. AWK = @AWK@
  323. CC = @CC@
  324. CCDEPMODE = @CCDEPMODE@
  325. CFLAGS = @CFLAGS@
  326. CPP = @CPP@
  327. CPPFLAGS = @CPPFLAGS@
  328. CROSS_ARCH = @CROSS_ARCH@
  329. CROSS_LD = @CROSS_LD@
  330. CUT = @CUT@
  331. CXX = @CXX@
  332. CXXCPP = @CXXCPP@
  333. CXXDEPMODE = @CXXDEPMODE@
  334. CXXFLAGS = @CXXFLAGS@
  335. CYGPATH_W = @CYGPATH_W@
  336. DEFS = @DEFS@
  337. DEPDIR = @DEPDIR@
  338. DLLTOOL = @DLLTOOL@
  339. DMALLOC_LIB = @DMALLOC_LIB@
  340. DSYMUTIL = @DSYMUTIL@
  341. DUMPBIN = @DUMPBIN@
  342. ECHO = @ECHO@
  343. ECHO_C = @ECHO_C@
  344. ECHO_N = @ECHO_N@
  345. ECHO_T = @ECHO_T@
  346. EGREP = @EGREP@
  347. EXEEXT = @EXEEXT@
  348. FGREP = @FGREP@
  349. GREP = @GREP@
  350. GROFF = @GROFF@
  351. INSTALL = @INSTALL@
  352. INSTALL_DATA = @INSTALL_DATA@
  353. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  354. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  355. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  356. LD = @LD@
  357. LDFLAGS = @LDFLAGS@
  358. LDNETINC = @LDNETINC@
  359. LDNETLIB = @LDNETLIB@
  360. LIBOBJS = @LIBOBJS@
  361. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  362. LIBOPTS_DIR = @LIBOPTS_DIR@
  363. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  364. LIBS = @LIBS@
  365. LIBTOOL = @LIBTOOL@
  366. LIPO = @LIPO@
  367. LNAVLIB = @LNAVLIB@
  368. LNAV_CFLAGS = @LNAV_CFLAGS@
  369. LN_S = @LN_S@
  370. LPCAPINC = @LPCAPINC@
  371. LPCAPLIB = @LPCAPLIB@
  372. LTLIBOBJS = @LTLIBOBJS@
  373. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  374. MACOSX_SDK_PATH = @MACOSX_SDK_PATH@
  375. MAINT = @MAINT@
  376. MAKEINFO = @MAKEINFO@
  377. MANIFEST_TOOL = @MANIFEST_TOOL@
  378. MKDIR_P = @MKDIR_P@
  379. NETMAPFLAGS = @NETMAPFLAGS@
  380. NETMAPINC = @NETMAPINC@
  381. NETMAPINCDIR = @NETMAPINCDIR@
  382. NETMAPUSERINC = @NETMAPUSERINC@
  383. NM = @NM@
  384. NMEDIT = @NMEDIT@
  385. OBJDUMP = @OBJDUMP@
  386. OBJEXT = @OBJEXT@
  387. OTOOL = @OTOOL@
  388. OTOOL64 = @OTOOL64@
  389. PACKAGE = @PACKAGE@
  390. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  391. PACKAGE_NAME = @PACKAGE_NAME@
  392. PACKAGE_STRING = @PACKAGE_STRING@
  393. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  394. PACKAGE_URL = @PACKAGE_URL@
  395. PACKAGE_VERSION = @PACKAGE_VERSION@
  396. PATH_SEPARATOR = @PATH_SEPARATOR@
  397. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  398. PCAP_CONFIG = @PCAP_CONFIG@
  399. POSIX_SHELL = @POSIX_SHELL@
  400. PRINTF = @PRINTF@
  401. RANLIB = @RANLIB@
  402. SED = @SED@
  403. SET_MAKE = @SET_MAKE@
  404. SHELL = @SHELL@
  405. STDNORETURN_H = @STDNORETURN_H@
  406. STRIP = @STRIP@
  407. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  408. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  409. VERSION = @VERSION@
  410. abs_builddir = @abs_builddir@
  411. abs_srcdir = @abs_srcdir@
  412. abs_top_builddir = @abs_top_builddir@
  413. abs_top_srcdir = @abs_top_srcdir@
  414. ac_ct_AR = @ac_ct_AR@
  415. ac_ct_CC = @ac_ct_CC@
  416. ac_ct_CXX = @ac_ct_CXX@
  417. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  418. am__include = @am__include@
  419. am__leading_dot = @am__leading_dot@
  420. am__quote = @am__quote@
  421. am__tar = @am__tar@
  422. am__untar = @am__untar@
  423. bindir = @bindir@
  424. build = @build@
  425. build_alias = @build_alias@
  426. build_asan = @build_asan@
  427. build_cpu = @build_cpu@
  428. build_os = @build_os@
  429. build_vendor = @build_vendor@
  430. builddir = @builddir@
  431. datadir = @datadir@
  432. datarootdir = @datarootdir@
  433. debug_flag = @debug_flag@
  434. debug_run_time_flag = @debug_run_time_flag@
  435. depmod = @depmod@
  436. docdir = @docdir@
  437. dvidir = @dvidir@
  438. exec_prefix = @exec_prefix@
  439. extra_debug_flag = @extra_debug_flag@
  440. host = @host@
  441. host_alias = @host_alias@
  442. host_cpu = @host_cpu@
  443. host_os = @host_os@
  444. host_vendor = @host_vendor@
  445. htmldir = @htmldir@
  446. includedir = @includedir@
  447. infodir = @infodir@
  448. insmod = @insmod@
  449. install_sh = @install_sh@
  450. libdir = @libdir@
  451. libexecdir = @libexecdir@
  452. localedir = @localedir@
  453. localstatedir = @localstatedir@
  454. mandir = @mandir@
  455. mkdir_p = @mkdir_p@
  456. nic1 = @nic1@
  457. nic2 = @nic2@
  458. oldincludedir = @oldincludedir@
  459. pcncfg = @pcncfg@
  460. pdfdir = @pdfdir@
  461. prefix = @prefix@
  462. program_transform_name = @program_transform_name@
  463. psdir = @psdir@
  464. rmmod = @rmmod@
  465. runstatedir = @runstatedir@
  466. sbindir = @sbindir@
  467. sharedstatedir = @sharedstatedir@
  468. srcdir = @srcdir@
  469. sysconfdir = @sysconfdir@
  470. target = @target@
  471. target_alias = @target_alias@
  472. target_cpu = @target_cpu@
  473. target_os = @target_os@
  474. target_vendor = @target_vendor@
  475. tcpdump_path = @tcpdump_path@
  476. timestamp_trace_flag = @timestamp_trace_flag@
  477. top_build_prefix = @top_build_prefix@
  478. top_builddir = @top_builddir@
  479. top_srcdir = @top_srcdir@
  480. noinst_LIBRARIES = libtcpedit.a
  481. BUILT_SOURCES = tcpedit_stub.h
  482. libtcpedit_a_SOURCES = tcpedit.c parse_args.c edit_packet.c portmap.c \
  483. dlt.c checksum.c incremental_checksum.c tcpedit_api.c \
  484. fuzzing.c rewrite_sequence.c plugins/dlt_plugins.c \
  485. plugins/ethernet.c plugins/ethernet.h plugins/dlt_utils.c \
  486. plugins/dlt_utils.h plugins/dlt_en10mb/en10mb.c \
  487. plugins/dlt_en10mb/en10mb_api.c plugins/dlt_hdlc/hdlc.c \
  488. plugins/dlt_hdlc/hdlc_api.c plugins/dlt_user/user.c \
  489. plugins/dlt_user/user_api.c plugins/dlt_raw/raw.c \
  490. plugins/dlt_null/null.c plugins/dlt_loop/loop.c \
  491. plugins/dlt_linuxsll/linuxsll.c \
  492. plugins/dlt_ieee80211/ieee80211.c \
  493. plugins/dlt_ieee80211/ieee80211_hdr.c \
  494. plugins/dlt_radiotap/radiotap.c \
  495. plugins/dlt_jnpr_ether/jnpr_ether.c \
  496. plugins/dlt_pppserial/pppserial.c
  497. AM_CFLAGS = -I$(srcdir). -I$(srcdir)/.. -I$(srcdir)/../common \
  498. -I$(srcdir)/../.. @LDNETINC@ $(LIBOPTS_CFLAGS) $(LNAV_CFLAGS) \
  499. -I$(srcdir)/plugins $(LIBOPTS_CFLAGS)
  500. noinst_HEADERS = tcpedit.h edit_packet.h portmap.h tcpedit_stub.h \
  501. parse_args.h dlt.h checksum.h incremental_checksum.h \
  502. tcpedit_api.h tcpedit_types.h plugins.h plugins_api.h \
  503. plugins_types.h fuzzing.h rewrite_sequence.h \
  504. plugins/ethernet.h plugins/dlt_utils.h \
  505. plugins/dlt_en10mb/en10mb.h plugins/dlt_en10mb/en10mb_api.h \
  506. plugins/dlt_en10mb/en10mb_types.h \
  507. plugins/dlt_en10mb/../../tcpedit_types.h \
  508. plugins/dlt_hdlc/hdlc.h plugins/dlt_hdlc/hdlc_api.h \
  509. plugins/dlt_hdlc/hdlc_types.h plugins/dlt_user/user.h \
  510. plugins/dlt_user/user_api.h plugins/dlt_user/user_types.h \
  511. plugins/dlt_raw/raw.h plugins/dlt_null/null.h \
  512. plugins/dlt_loop/loop.h plugins/dlt_linuxsll/linuxsll.h \
  513. plugins/dlt_linuxsll/linuxsll_types.h \
  514. plugins/dlt_ieee80211/ieee80211.h \
  515. plugins/dlt_ieee80211/ieee80211_hdr.h \
  516. plugins/dlt_ieee80211/ieee80211_types.h \
  517. plugins/dlt_radiotap/radiotap.h \
  518. plugins/dlt_jnpr_ether/jnpr_ether.h \
  519. plugins/dlt_jnpr_ether/jnpr_ether_api.h \
  520. plugins/dlt_jnpr_ether/jnpr_ether_types.h \
  521. plugins/dlt_pppserial/pppserial.h \
  522. plugins/dlt_pppserial/pppserial_api.h \
  523. plugins/dlt_pppserial/pppserial_types.h
  524. # Note:
  525. # You probably don't want to touch anything below this line until the end of the plugin
  526. # Note:
  527. # You probably don't want to touch anything below this line until the end of the plugin
  528. MOSTLYCLEANFILES = *~ *~ *~ *~ *~ *~ *~ *~ *~ *~ *~ *~ *~
  529. MAINTAINERCLEANFILES = Makefile.in tcpedit_stub.h tcpedit.1 \
  530. plugins/Makefile.in
  531. EXTRA_DIST = tcpedit_stub.def tcpedit_opts.def plugins/dlt_opts.def \
  532. plugins/dlt_stub.def plugins/dlt_en10mb/en10mb_opts.def \
  533. plugins/dlt_hdlc/hdlc_opts.def plugins/dlt_user/user_opts.def \
  534. plugins/dlt_raw/raw_opts.def plugins/dlt_null/null_opts.def \
  535. plugins/dlt_loop/loop_opts.def \
  536. plugins/dlt_linuxsll/linuxsll_opts.def \
  537. plugins/dlt_ieee80211/ieee80211_opts.def \
  538. plugins/dlt_radiotap/radiotap_opts.def \
  539. plugins/dlt_jnpr_ether/jnpr_ether_opts.def \
  540. plugins/dlt_pppserial/pppserial_opts.def
  541. # You probably don't want to touch anything below this line until the end of the plugin
  542. # You probably don't want to touch anything below this line until the end of the plugin
  543. # You probably don't want to touch anything below this line until the end of the plugin
  544. # You probably don't want to touch anything below this line until the end of the plugin
  545. # You probably don't want to touch anything below this line until the end of the plugin
  546. # You probably don't want to touch anything below this line until the end of the plugin
  547. # You probably don't want to touch anything below this line until the end of the plugin
  548. # Note:
  549. # You probably don't want to touch anything below this line until the end of the plugin
  550. # Note:
  551. # You probably don't want to touch anything below this line until the end of the plugin
  552. DLT_STUB_DEPS = plugins/dlt_opts.def plugins/dlt_user/user_opts.def \
  553. plugins/dlt_raw/raw_opts.def plugins/dlt_null/null_opts.def \
  554. plugins/dlt_loop/loop_opts.def \
  555. plugins/dlt_linuxsll/linuxsll_opts.def \
  556. plugins/dlt_ieee80211/ieee80211_opts.def \
  557. plugins/dlt_radiotap/radiotap_opts.def \
  558. plugins/dlt_jnpr_ether/jnpr_ether_opts.def \
  559. plugins/dlt_pppserial/pppserial_opts.def
  560. TCPEDIT_PLUGINS_DEPS = \
  561. plugins/dlt_utils.h \
  562. plugins/../tcpedit_stub.h \
  563. plugins/../plugins.h \
  564. plugins/../plugins_api.h \
  565. plugins/../plugins_types.h \
  566. plugins/../tcpedit_api.h
  567. all: $(BUILT_SOURCES)
  568. $(MAKE) $(AM_MAKEFLAGS) all-am
  569. .SUFFIXES:
  570. .SUFFIXES: .c .lo .o .obj
  571. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/plugins/Makefile.am $(srcdir)/plugins/dlt_en10mb/Makefile.am $(srcdir)/plugins/dlt_hdlc/Makefile.am $(srcdir)/plugins/dlt_user/Makefile.am $(srcdir)/plugins/dlt_raw/Makefile.am $(srcdir)/plugins/dlt_null/Makefile.am $(srcdir)/plugins/dlt_loop/Makefile.am $(srcdir)/plugins/dlt_linuxsll/Makefile.am $(srcdir)/plugins/dlt_ieee80211/Makefile.am $(srcdir)/plugins/dlt_radiotap/Makefile.am $(srcdir)/plugins/dlt_jnpr_ether/Makefile.am $(srcdir)/plugins/dlt_pppserial/Makefile.am $(am__configure_deps)
  572. @for dep in $?; do \
  573. case '$(am__configure_deps)' in \
  574. *$$dep*) \
  575. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  576. && { if test -f $@; then exit 0; else break; fi; }; \
  577. exit 1;; \
  578. esac; \
  579. done; \
  580. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tcpedit/Makefile'; \
  581. $(am__cd) $(top_srcdir) && \
  582. $(AUTOMAKE) --foreign src/tcpedit/Makefile
  583. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  584. @case '$?' in \
  585. *config.status*) \
  586. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  587. *) \
  588. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  589. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  590. esac;
  591. $(srcdir)/plugins/Makefile.am $(srcdir)/plugins/dlt_en10mb/Makefile.am $(srcdir)/plugins/dlt_hdlc/Makefile.am $(srcdir)/plugins/dlt_user/Makefile.am $(srcdir)/plugins/dlt_raw/Makefile.am $(srcdir)/plugins/dlt_null/Makefile.am $(srcdir)/plugins/dlt_loop/Makefile.am $(srcdir)/plugins/dlt_linuxsll/Makefile.am $(srcdir)/plugins/dlt_ieee80211/Makefile.am $(srcdir)/plugins/dlt_radiotap/Makefile.am $(srcdir)/plugins/dlt_jnpr_ether/Makefile.am $(srcdir)/plugins/dlt_pppserial/Makefile.am $(am__empty):
  592. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  593. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  594. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  595. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  596. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  597. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  598. $(am__aclocal_m4_deps):
  599. clean-noinstLIBRARIES:
  600. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  601. plugins/$(am__dirstamp):
  602. @$(MKDIR_P) plugins
  603. @: > plugins/$(am__dirstamp)
  604. plugins/$(DEPDIR)/$(am__dirstamp):
  605. @$(MKDIR_P) plugins/$(DEPDIR)
  606. @: > plugins/$(DEPDIR)/$(am__dirstamp)
  607. plugins/dlt_plugins.$(OBJEXT): plugins/$(am__dirstamp) \
  608. plugins/$(DEPDIR)/$(am__dirstamp)
  609. plugins/ethernet.$(OBJEXT): plugins/$(am__dirstamp) \
  610. plugins/$(DEPDIR)/$(am__dirstamp)
  611. plugins/dlt_utils.$(OBJEXT): plugins/$(am__dirstamp) \
  612. plugins/$(DEPDIR)/$(am__dirstamp)
  613. plugins/dlt_en10mb/$(am__dirstamp):
  614. @$(MKDIR_P) plugins/dlt_en10mb
  615. @: > plugins/dlt_en10mb/$(am__dirstamp)
  616. plugins/dlt_en10mb/$(DEPDIR)/$(am__dirstamp):
  617. @$(MKDIR_P) plugins/dlt_en10mb/$(DEPDIR)
  618. @: > plugins/dlt_en10mb/$(DEPDIR)/$(am__dirstamp)
  619. plugins/dlt_en10mb/en10mb.$(OBJEXT): \
  620. plugins/dlt_en10mb/$(am__dirstamp) \
  621. plugins/dlt_en10mb/$(DEPDIR)/$(am__dirstamp)
  622. plugins/dlt_en10mb/en10mb_api.$(OBJEXT): \
  623. plugins/dlt_en10mb/$(am__dirstamp) \
  624. plugins/dlt_en10mb/$(DEPDIR)/$(am__dirstamp)
  625. plugins/dlt_hdlc/$(am__dirstamp):
  626. @$(MKDIR_P) plugins/dlt_hdlc
  627. @: > plugins/dlt_hdlc/$(am__dirstamp)
  628. plugins/dlt_hdlc/$(DEPDIR)/$(am__dirstamp):
  629. @$(MKDIR_P) plugins/dlt_hdlc/$(DEPDIR)
  630. @: > plugins/dlt_hdlc/$(DEPDIR)/$(am__dirstamp)
  631. plugins/dlt_hdlc/hdlc.$(OBJEXT): plugins/dlt_hdlc/$(am__dirstamp) \
  632. plugins/dlt_hdlc/$(DEPDIR)/$(am__dirstamp)
  633. plugins/dlt_hdlc/hdlc_api.$(OBJEXT): plugins/dlt_hdlc/$(am__dirstamp) \
  634. plugins/dlt_hdlc/$(DEPDIR)/$(am__dirstamp)
  635. plugins/dlt_user/$(am__dirstamp):
  636. @$(MKDIR_P) plugins/dlt_user
  637. @: > plugins/dlt_user/$(am__dirstamp)
  638. plugins/dlt_user/$(DEPDIR)/$(am__dirstamp):
  639. @$(MKDIR_P) plugins/dlt_user/$(DEPDIR)
  640. @: > plugins/dlt_user/$(DEPDIR)/$(am__dirstamp)
  641. plugins/dlt_user/user.$(OBJEXT): plugins/dlt_user/$(am__dirstamp) \
  642. plugins/dlt_user/$(DEPDIR)/$(am__dirstamp)
  643. plugins/dlt_user/user_api.$(OBJEXT): plugins/dlt_user/$(am__dirstamp) \
  644. plugins/dlt_user/$(DEPDIR)/$(am__dirstamp)
  645. plugins/dlt_raw/$(am__dirstamp):
  646. @$(MKDIR_P) plugins/dlt_raw
  647. @: > plugins/dlt_raw/$(am__dirstamp)
  648. plugins/dlt_raw/$(DEPDIR)/$(am__dirstamp):
  649. @$(MKDIR_P) plugins/dlt_raw/$(DEPDIR)
  650. @: > plugins/dlt_raw/$(DEPDIR)/$(am__dirstamp)
  651. plugins/dlt_raw/raw.$(OBJEXT): plugins/dlt_raw/$(am__dirstamp) \
  652. plugins/dlt_raw/$(DEPDIR)/$(am__dirstamp)
  653. plugins/dlt_null/$(am__dirstamp):
  654. @$(MKDIR_P) plugins/dlt_null
  655. @: > plugins/dlt_null/$(am__dirstamp)
  656. plugins/dlt_null/$(DEPDIR)/$(am__dirstamp):
  657. @$(MKDIR_P) plugins/dlt_null/$(DEPDIR)
  658. @: > plugins/dlt_null/$(DEPDIR)/$(am__dirstamp)
  659. plugins/dlt_null/null.$(OBJEXT): plugins/dlt_null/$(am__dirstamp) \
  660. plugins/dlt_null/$(DEPDIR)/$(am__dirstamp)
  661. plugins/dlt_loop/$(am__dirstamp):
  662. @$(MKDIR_P) plugins/dlt_loop
  663. @: > plugins/dlt_loop/$(am__dirstamp)
  664. plugins/dlt_loop/$(DEPDIR)/$(am__dirstamp):
  665. @$(MKDIR_P) plugins/dlt_loop/$(DEPDIR)
  666. @: > plugins/dlt_loop/$(DEPDIR)/$(am__dirstamp)
  667. plugins/dlt_loop/loop.$(OBJEXT): plugins/dlt_loop/$(am__dirstamp) \
  668. plugins/dlt_loop/$(DEPDIR)/$(am__dirstamp)
  669. plugins/dlt_linuxsll/$(am__dirstamp):
  670. @$(MKDIR_P) plugins/dlt_linuxsll
  671. @: > plugins/dlt_linuxsll/$(am__dirstamp)
  672. plugins/dlt_linuxsll/$(DEPDIR)/$(am__dirstamp):
  673. @$(MKDIR_P) plugins/dlt_linuxsll/$(DEPDIR)
  674. @: > plugins/dlt_linuxsll/$(DEPDIR)/$(am__dirstamp)
  675. plugins/dlt_linuxsll/linuxsll.$(OBJEXT): \
  676. plugins/dlt_linuxsll/$(am__dirstamp) \
  677. plugins/dlt_linuxsll/$(DEPDIR)/$(am__dirstamp)
  678. plugins/dlt_ieee80211/$(am__dirstamp):
  679. @$(MKDIR_P) plugins/dlt_ieee80211
  680. @: > plugins/dlt_ieee80211/$(am__dirstamp)
  681. plugins/dlt_ieee80211/$(DEPDIR)/$(am__dirstamp):
  682. @$(MKDIR_P) plugins/dlt_ieee80211/$(DEPDIR)
  683. @: > plugins/dlt_ieee80211/$(DEPDIR)/$(am__dirstamp)
  684. plugins/dlt_ieee80211/ieee80211.$(OBJEXT): \
  685. plugins/dlt_ieee80211/$(am__dirstamp) \
  686. plugins/dlt_ieee80211/$(DEPDIR)/$(am__dirstamp)
  687. plugins/dlt_ieee80211/ieee80211_hdr.$(OBJEXT): \
  688. plugins/dlt_ieee80211/$(am__dirstamp) \
  689. plugins/dlt_ieee80211/$(DEPDIR)/$(am__dirstamp)
  690. plugins/dlt_radiotap/$(am__dirstamp):
  691. @$(MKDIR_P) plugins/dlt_radiotap
  692. @: > plugins/dlt_radiotap/$(am__dirstamp)
  693. plugins/dlt_radiotap/$(DEPDIR)/$(am__dirstamp):
  694. @$(MKDIR_P) plugins/dlt_radiotap/$(DEPDIR)
  695. @: > plugins/dlt_radiotap/$(DEPDIR)/$(am__dirstamp)
  696. plugins/dlt_radiotap/radiotap.$(OBJEXT): \
  697. plugins/dlt_radiotap/$(am__dirstamp) \
  698. plugins/dlt_radiotap/$(DEPDIR)/$(am__dirstamp)
  699. plugins/dlt_jnpr_ether/$(am__dirstamp):
  700. @$(MKDIR_P) plugins/dlt_jnpr_ether
  701. @: > plugins/dlt_jnpr_ether/$(am__dirstamp)
  702. plugins/dlt_jnpr_ether/$(DEPDIR)/$(am__dirstamp):
  703. @$(MKDIR_P) plugins/dlt_jnpr_ether/$(DEPDIR)
  704. @: > plugins/dlt_jnpr_ether/$(DEPDIR)/$(am__dirstamp)
  705. plugins/dlt_jnpr_ether/jnpr_ether.$(OBJEXT): \
  706. plugins/dlt_jnpr_ether/$(am__dirstamp) \
  707. plugins/dlt_jnpr_ether/$(DEPDIR)/$(am__dirstamp)
  708. plugins/dlt_pppserial/$(am__dirstamp):
  709. @$(MKDIR_P) plugins/dlt_pppserial
  710. @: > plugins/dlt_pppserial/$(am__dirstamp)
  711. plugins/dlt_pppserial/$(DEPDIR)/$(am__dirstamp):
  712. @$(MKDIR_P) plugins/dlt_pppserial/$(DEPDIR)
  713. @: > plugins/dlt_pppserial/$(DEPDIR)/$(am__dirstamp)
  714. plugins/dlt_pppserial/pppserial.$(OBJEXT): \
  715. plugins/dlt_pppserial/$(am__dirstamp) \
  716. plugins/dlt_pppserial/$(DEPDIR)/$(am__dirstamp)
  717. libtcpedit.a: $(libtcpedit_a_OBJECTS) $(libtcpedit_a_DEPENDENCIES) $(EXTRA_libtcpedit_a_DEPENDENCIES)
  718. $(AM_V_at)-rm -f libtcpedit.a
  719. $(AM_V_AR)$(libtcpedit_a_AR) libtcpedit.a $(libtcpedit_a_OBJECTS) $(libtcpedit_a_LIBADD)
  720. $(AM_V_at)$(RANLIB) libtcpedit.a
  721. mostlyclean-compile:
  722. -rm -f *.$(OBJEXT)
  723. -rm -f plugins/*.$(OBJEXT)
  724. -rm -f plugins/dlt_en10mb/*.$(OBJEXT)
  725. -rm -f plugins/dlt_hdlc/*.$(OBJEXT)
  726. -rm -f plugins/dlt_ieee80211/*.$(OBJEXT)
  727. -rm -f plugins/dlt_jnpr_ether/*.$(OBJEXT)
  728. -rm -f plugins/dlt_linuxsll/*.$(OBJEXT)
  729. -rm -f plugins/dlt_loop/*.$(OBJEXT)
  730. -rm -f plugins/dlt_null/*.$(OBJEXT)
  731. -rm -f plugins/dlt_pppserial/*.$(OBJEXT)
  732. -rm -f plugins/dlt_radiotap/*.$(OBJEXT)
  733. -rm -f plugins/dlt_raw/*.$(OBJEXT)
  734. -rm -f plugins/dlt_user/*.$(OBJEXT)
  735. distclean-compile:
  736. -rm -f *.tab.c
  737. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksum.Po@am__quote@ # am--include-marker
  738. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlt.Po@am__quote@ # am--include-marker
  739. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit_packet.Po@am__quote@ # am--include-marker
  740. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fuzzing.Po@am__quote@ # am--include-marker
  741. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_checksum.Po@am__quote@ # am--include-marker
  742. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_args.Po@am__quote@ # am--include-marker
  743. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/portmap.Po@am__quote@ # am--include-marker
  744. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewrite_sequence.Po@am__quote@ # am--include-marker
  745. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpedit.Po@am__quote@ # am--include-marker
  746. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpedit_api.Po@am__quote@ # am--include-marker
  747. @AMDEP_TRUE@@am__include@ @am__quote@plugins/$(DEPDIR)/dlt_plugins.Po@am__quote@ # am--include-marker
  748. @AMDEP_TRUE@@am__include@ @am__quote@plugins/$(DEPDIR)/dlt_utils.Po@am__quote@ # am--include-marker
  749. @AMDEP_TRUE@@am__include@ @am__quote@plugins/$(DEPDIR)/ethernet.Po@am__quote@ # am--include-marker
  750. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_en10mb/$(DEPDIR)/en10mb.Po@am__quote@ # am--include-marker
  751. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_en10mb/$(DEPDIR)/en10mb_api.Po@am__quote@ # am--include-marker
  752. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_hdlc/$(DEPDIR)/hdlc.Po@am__quote@ # am--include-marker
  753. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_hdlc/$(DEPDIR)/hdlc_api.Po@am__quote@ # am--include-marker
  754. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_ieee80211/$(DEPDIR)/ieee80211.Po@am__quote@ # am--include-marker
  755. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_ieee80211/$(DEPDIR)/ieee80211_hdr.Po@am__quote@ # am--include-marker
  756. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_jnpr_ether/$(DEPDIR)/jnpr_ether.Po@am__quote@ # am--include-marker
  757. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_linuxsll/$(DEPDIR)/linuxsll.Po@am__quote@ # am--include-marker
  758. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_loop/$(DEPDIR)/loop.Po@am__quote@ # am--include-marker
  759. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_null/$(DEPDIR)/null.Po@am__quote@ # am--include-marker
  760. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_pppserial/$(DEPDIR)/pppserial.Po@am__quote@ # am--include-marker
  761. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_radiotap/$(DEPDIR)/radiotap.Po@am__quote@ # am--include-marker
  762. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_raw/$(DEPDIR)/raw.Po@am__quote@ # am--include-marker
  763. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_user/$(DEPDIR)/user.Po@am__quote@ # am--include-marker
  764. @AMDEP_TRUE@@am__include@ @am__quote@plugins/dlt_user/$(DEPDIR)/user_api.Po@am__quote@ # am--include-marker
  765. $(am__depfiles_remade):
  766. @$(MKDIR_P) $(@D)
  767. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  768. am--depfiles: $(am__depfiles_remade)
  769. .c.o:
  770. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  771. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  772. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  773. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  774. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  775. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  776. .c.obj:
  777. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  778. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  779. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  780. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  781. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  782. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  783. .c.lo:
  784. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  785. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  786. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  787. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  788. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  789. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  790. mostlyclean-libtool:
  791. -rm -f *.lo
  792. clean-libtool:
  793. -rm -rf .libs _libs
  794. ID: $(am__tagged_files)
  795. $(am__define_uniq_tagged_files); mkid -fID $$unique
  796. tags: tags-am
  797. TAGS: tags
  798. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  799. set x; \
  800. here=`pwd`; \
  801. $(am__define_uniq_tagged_files); \
  802. shift; \
  803. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  804. test -n "$$unique" || unique=$$empty_fix; \
  805. if test $$# -gt 0; then \
  806. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  807. "$$@" $$unique; \
  808. else \
  809. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  810. $$unique; \
  811. fi; \
  812. fi
  813. ctags: ctags-am
  814. CTAGS: ctags
  815. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  816. $(am__define_uniq_tagged_files); \
  817. test -z "$(CTAGS_ARGS)$$unique" \
  818. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  819. $$unique
  820. GTAGS:
  821. here=`$(am__cd) $(top_builddir) && pwd` \
  822. && $(am__cd) $(top_srcdir) \
  823. && gtags -i $(GTAGS_ARGS) "$$here"
  824. cscopelist: cscopelist-am
  825. cscopelist-am: $(am__tagged_files)
  826. list='$(am__tagged_files)'; \
  827. case "$(srcdir)" in \
  828. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  829. *) sdir=$(subdir)/$(srcdir) ;; \
  830. esac; \
  831. for i in $$list; do \
  832. if test -f "$$i"; then \
  833. echo "$(subdir)/$$i"; \
  834. else \
  835. echo "$$sdir/$$i"; \
  836. fi; \
  837. done >> $(top_builddir)/cscope.files
  838. distclean-tags:
  839. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  840. distdir: $(BUILT_SOURCES)
  841. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  842. distdir-am: $(DISTFILES)
  843. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  844. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  845. list='$(DISTFILES)'; \
  846. dist_files=`for file in $$list; do echo $$file; done | \
  847. sed -e "s|^$$srcdirstrip/||;t" \
  848. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  849. case $$dist_files in \
  850. */*) $(MKDIR_P) `echo "$$dist_files" | \
  851. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  852. sort -u` ;; \
  853. esac; \
  854. for file in $$dist_files; do \
  855. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  856. if test -d $$d/$$file; then \
  857. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  858. if test -d "$(distdir)/$$file"; then \
  859. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  860. fi; \
  861. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  862. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  863. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  864. fi; \
  865. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  866. else \
  867. test -f "$(distdir)/$$file" \
  868. || cp -p $$d/$$file "$(distdir)/$$file" \
  869. || exit 1; \
  870. fi; \
  871. done
  872. check-am: all-am
  873. check: $(BUILT_SOURCES)
  874. $(MAKE) $(AM_MAKEFLAGS) check-am
  875. all-am: Makefile $(LIBRARIES) $(HEADERS)
  876. installdirs:
  877. install: $(BUILT_SOURCES)
  878. $(MAKE) $(AM_MAKEFLAGS) install-am
  879. install-exec: install-exec-am
  880. install-data: install-data-am
  881. uninstall: uninstall-am
  882. install-am: all-am
  883. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  884. installcheck: installcheck-am
  885. install-strip:
  886. if test -z '$(STRIP)'; then \
  887. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  888. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  889. install; \
  890. else \
  891. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  892. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  893. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  894. fi
  895. mostlyclean-generic:
  896. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  897. clean-generic:
  898. distclean-generic:
  899. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  900. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  901. -rm -f plugins/$(DEPDIR)/$(am__dirstamp)
  902. -rm -f plugins/$(am__dirstamp)
  903. -rm -f plugins/dlt_en10mb/$(DEPDIR)/$(am__dirstamp)
  904. -rm -f plugins/dlt_en10mb/$(am__dirstamp)
  905. -rm -f plugins/dlt_hdlc/$(DEPDIR)/$(am__dirstamp)
  906. -rm -f plugins/dlt_hdlc/$(am__dirstamp)
  907. -rm -f plugins/dlt_ieee80211/$(DEPDIR)/$(am__dirstamp)
  908. -rm -f plugins/dlt_ieee80211/$(am__dirstamp)
  909. -rm -f plugins/dlt_jnpr_ether/$(DEPDIR)/$(am__dirstamp)
  910. -rm -f plugins/dlt_jnpr_ether/$(am__dirstamp)
  911. -rm -f plugins/dlt_linuxsll/$(DEPDIR)/$(am__dirstamp)
  912. -rm -f plugins/dlt_linuxsll/$(am__dirstamp)
  913. -rm -f plugins/dlt_loop/$(DEPDIR)/$(am__dirstamp)
  914. -rm -f plugins/dlt_loop/$(am__dirstamp)
  915. -rm -f plugins/dlt_null/$(DEPDIR)/$(am__dirstamp)
  916. -rm -f plugins/dlt_null/$(am__dirstamp)
  917. -rm -f plugins/dlt_pppserial/$(DEPDIR)/$(am__dirstamp)
  918. -rm -f plugins/dlt_pppserial/$(am__dirstamp)
  919. -rm -f plugins/dlt_radiotap/$(DEPDIR)/$(am__dirstamp)
  920. -rm -f plugins/dlt_radiotap/$(am__dirstamp)
  921. -rm -f plugins/dlt_raw/$(DEPDIR)/$(am__dirstamp)
  922. -rm -f plugins/dlt_raw/$(am__dirstamp)
  923. -rm -f plugins/dlt_user/$(DEPDIR)/$(am__dirstamp)
  924. -rm -f plugins/dlt_user/$(am__dirstamp)
  925. maintainer-clean-generic:
  926. @echo "This command is intended for maintainers to use"
  927. @echo "it deletes files that may require special tools to rebuild."
  928. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  929. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  930. clean: clean-am
  931. clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
  932. mostlyclean-am
  933. distclean: distclean-am
  934. -rm -f ./$(DEPDIR)/checksum.Po
  935. -rm -f ./$(DEPDIR)/dlt.Po
  936. -rm -f ./$(DEPDIR)/edit_packet.Po
  937. -rm -f ./$(DEPDIR)/fuzzing.Po
  938. -rm -f ./$(DEPDIR)/incremental_checksum.Po
  939. -rm -f ./$(DEPDIR)/parse_args.Po
  940. -rm -f ./$(DEPDIR)/portmap.Po
  941. -rm -f ./$(DEPDIR)/rewrite_sequence.Po
  942. -rm -f ./$(DEPDIR)/tcpedit.Po
  943. -rm -f ./$(DEPDIR)/tcpedit_api.Po
  944. -rm -f plugins/$(DEPDIR)/dlt_plugins.Po
  945. -rm -f plugins/$(DEPDIR)/dlt_utils.Po
  946. -rm -f plugins/$(DEPDIR)/ethernet.Po
  947. -rm -f plugins/dlt_en10mb/$(DEPDIR)/en10mb.Po
  948. -rm -f plugins/dlt_en10mb/$(DEPDIR)/en10mb_api.Po
  949. -rm -f plugins/dlt_hdlc/$(DEPDIR)/hdlc.Po
  950. -rm -f plugins/dlt_hdlc/$(DEPDIR)/hdlc_api.Po
  951. -rm -f plugins/dlt_ieee80211/$(DEPDIR)/ieee80211.Po
  952. -rm -f plugins/dlt_ieee80211/$(DEPDIR)/ieee80211_hdr.Po
  953. -rm -f plugins/dlt_jnpr_ether/$(DEPDIR)/jnpr_ether.Po
  954. -rm -f plugins/dlt_linuxsll/$(DEPDIR)/linuxsll.Po
  955. -rm -f plugins/dlt_loop/$(DEPDIR)/loop.Po
  956. -rm -f plugins/dlt_null/$(DEPDIR)/null.Po
  957. -rm -f plugins/dlt_pppserial/$(DEPDIR)/pppserial.Po
  958. -rm -f plugins/dlt_radiotap/$(DEPDIR)/radiotap.Po
  959. -rm -f plugins/dlt_raw/$(DEPDIR)/raw.Po
  960. -rm -f plugins/dlt_user/$(DEPDIR)/user.Po
  961. -rm -f plugins/dlt_user/$(DEPDIR)/user_api.Po
  962. -rm -f Makefile
  963. distclean-am: clean-am distclean-compile distclean-generic \
  964. distclean-tags
  965. dvi: dvi-am
  966. dvi-am:
  967. html: html-am
  968. html-am:
  969. info: info-am
  970. info-am:
  971. install-data-am:
  972. install-dvi: install-dvi-am
  973. install-dvi-am:
  974. install-exec-am:
  975. install-html: install-html-am
  976. install-html-am:
  977. install-info: install-info-am
  978. install-info-am:
  979. install-man:
  980. install-pdf: install-pdf-am
  981. install-pdf-am:
  982. install-ps: install-ps-am
  983. install-ps-am:
  984. installcheck-am:
  985. maintainer-clean: maintainer-clean-am
  986. -rm -f ./$(DEPDIR)/checksum.Po
  987. -rm -f ./$(DEPDIR)/dlt.Po
  988. -rm -f ./$(DEPDIR)/edit_packet.Po
  989. -rm -f ./$(DEPDIR)/fuzzing.Po
  990. -rm -f ./$(DEPDIR)/incremental_checksum.Po
  991. -rm -f ./$(DEPDIR)/parse_args.Po
  992. -rm -f ./$(DEPDIR)/portmap.Po
  993. -rm -f ./$(DEPDIR)/rewrite_sequence.Po
  994. -rm -f ./$(DEPDIR)/tcpedit.Po
  995. -rm -f ./$(DEPDIR)/tcpedit_api.Po
  996. -rm -f plugins/$(DEPDIR)/dlt_plugins.Po
  997. -rm -f plugins/$(DEPDIR)/dlt_utils.Po
  998. -rm -f plugins/$(DEPDIR)/ethernet.Po
  999. -rm -f plugins/dlt_en10mb/$(DEPDIR)/en10mb.Po
  1000. -rm -f plugins/dlt_en10mb/$(DEPDIR)/en10mb_api.Po
  1001. -rm -f plugins/dlt_hdlc/$(DEPDIR)/hdlc.Po
  1002. -rm -f plugins/dlt_hdlc/$(DEPDIR)/hdlc_api.Po
  1003. -rm -f plugins/dlt_ieee80211/$(DEPDIR)/ieee80211.Po
  1004. -rm -f plugins/dlt_ieee80211/$(DEPDIR)/ieee80211_hdr.Po
  1005. -rm -f plugins/dlt_jnpr_ether/$(DEPDIR)/jnpr_ether.Po
  1006. -rm -f plugins/dlt_linuxsll/$(DEPDIR)/linuxsll.Po
  1007. -rm -f plugins/dlt_loop/$(DEPDIR)/loop.Po
  1008. -rm -f plugins/dlt_null/$(DEPDIR)/null.Po
  1009. -rm -f plugins/dlt_pppserial/$(DEPDIR)/pppserial.Po
  1010. -rm -f plugins/dlt_radiotap/$(DEPDIR)/radiotap.Po
  1011. -rm -f plugins/dlt_raw/$(DEPDIR)/raw.Po
  1012. -rm -f plugins/dlt_user/$(DEPDIR)/user.Po
  1013. -rm -f plugins/dlt_user/$(DEPDIR)/user_api.Po
  1014. -rm -f Makefile
  1015. maintainer-clean-am: distclean-am maintainer-clean-generic
  1016. mostlyclean: mostlyclean-am
  1017. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1018. mostlyclean-libtool
  1019. pdf: pdf-am
  1020. pdf-am:
  1021. ps: ps-am
  1022. ps-am:
  1023. uninstall-am:
  1024. .MAKE: all check install install-am install-strip
  1025. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  1026. clean-generic clean-libtool clean-noinstLIBRARIES \
  1027. cscopelist-am ctags ctags-am distclean distclean-compile \
  1028. distclean-generic distclean-libtool distclean-tags distdir dvi \
  1029. dvi-am html html-am info info-am install install-am \
  1030. install-data install-data-am install-dvi install-dvi-am \
  1031. install-exec install-exec-am install-html install-html-am \
  1032. install-info install-info-am install-man install-pdf \
  1033. install-pdf-am install-ps install-ps-am install-strip \
  1034. installcheck installcheck-am installdirs maintainer-clean \
  1035. maintainer-clean-generic mostlyclean mostlyclean-compile \
  1036. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1037. tags tags-am uninstall uninstall-am
  1038. .PRECIOUS: Makefile
  1039. manpages: tcpedit.1
  1040. tcpedit.1: tcpedit_stub.def
  1041. @AUTOGEN@ -T agman1.tpl --base-name tcpedit $<
  1042. tcpedit.c: tcpedit_stub.h
  1043. # Get AutoOpts search path
  1044. #opts_list=`find plugins -type d -not -regex ".*\.svn.*" -not -regex ".*\.deps.*" -exec echo -n "-L {} " \;`
  1045. tcpedit_stub.h: tcpedit_stub.def tcpedit_opts.def plugins/dlt_stub.def
  1046. @AUTOGEN@ $(opts_list) $<
  1047. dlt_stub.def: $(DLT_STUB_DEPS)
  1048. # dependencies for your plugin source code. Edit as necessary
  1049. en10mb.c: \
  1050. $(TCPEDIT_PLUGINS_DEPS) \
  1051. plugins/dlt_en10mb/en10mb.h \
  1052. plugins/dlt_en10mb/en10mb_api.h \
  1053. plugins/dlt_en10mb/en10mb_types.h
  1054. # END OF: dlt_en10mb
  1055. # dependencies for your plugin source code. Edit as necessary
  1056. hdlc.c: \
  1057. $(TCPEDIT_PLUGINS_DEPS) \
  1058. plugins/dlt_hdlc/hdlc.h \
  1059. plugins/dlt_hdlc/hdlc_api.h \
  1060. plugins/dlt_hdlc/hdlc_types.h
  1061. # END OF: dlt_hdlc
  1062. # dependencies for your plugin source code. Edit as necessary
  1063. user.c: \
  1064. $(TCPEDIT_PLUGINS_DEPS) \
  1065. plugins/dlt_user/user.h \
  1066. plugins/dlt_user/user_api.h
  1067. # END OF: dlt_user
  1068. # dependencies for your plugin source code. Edit as necessary
  1069. raw.c: \
  1070. $(TCPEDIT_PLUGINS_DEPS) \
  1071. plugins/dlt_raw/raw.h
  1072. # END OF: dlt_raw
  1073. # dependencies for your plugin source code. Edit as necessary
  1074. null.c: \
  1075. $(TCPEDIT_PLUGINS_DEPS) \
  1076. plugins/dlt_null/null.h
  1077. # END OF: dlt_null
  1078. # dependencies for your plugin source code. Edit as necessary
  1079. loop.c: \
  1080. $(TCPEDIT_PLUGINS_DEPS) \
  1081. plugins/dlt_loop/loop.h
  1082. # END OF: dlt_loop
  1083. # dependencies for your plugin source code. Edit as necessary
  1084. linuxsll.c: \
  1085. $(TCPEDIT_PLUGINS_DEPS) \
  1086. plugins/dlt_linuxsll/../../tcpedit_api.h \
  1087. plugins/dlt_linuxsll/linuxsll.h \
  1088. plugins/dlt_linuxsll/linuxsll_types.h
  1089. # END OF: dlt_linuxsll
  1090. # dependencies for your plugin source code. Edit as necessary
  1091. ieee80211.c: \
  1092. $(TCPEDIT_PLUGINS_DEPS) \
  1093. plugins/dlt_ieee80211/ieee80211_hdr.c \
  1094. plugins/dlt_ieee80211/ieee80211_hdr.h \
  1095. plugins/dlt_ieee80211/ieee80211_types.h \
  1096. plugins/dlt_ieee80211/ieee80211.h
  1097. # END OF: dlt_ieee80211
  1098. # dependencies for your plugin source code. Edit as necessary
  1099. radiotap.c: \
  1100. $(TCPEDIT_PLUGINS_DEPS) \
  1101. plugins/dlt_radiotap/radiotap.h
  1102. # END OF: dlt_radiotap
  1103. # dependencies for your plugin source code. Edit as necessary
  1104. jnpr_ether.c: \
  1105. $(TCPEDIT_PLUGINS_DEPS) \
  1106. plugins/dlt_jnpr_ether/jnpr_ether.h \
  1107. plugins/dlt_jnpr_ether/jnpr_ether_api.h \
  1108. plugins/dlt_jnpr_ether/jnpr_ether_types.h
  1109. # END OF: dlt_jnpr_ether
  1110. # dependencies for your plugin source code. Edit as necessary
  1111. pppserial.c: \
  1112. $(TCPEDIT_PLUGINS_DEPS) \
  1113. plugins/dlt_pppserial/pppserial.h \
  1114. plugins/dlt_pppserial/pppserial_api.h \
  1115. plugins/dlt_pppserial/pppserial_types.h
  1116. # END OF: dlt_pppserial
  1117. ########################################################
  1118. # Add your plugin Makefile.am's below this line
  1119. ########################################################
  1120. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1121. # Otherwise a system limit (for SysV at least) may be exceeded.
  1122. .NOEXPORT: