Makefile.in 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. # $Id: Makefile.am 1630 2007-02-03 04:23:14Z aturner $
  14. #SUBDIRS = plugins
  15. # $Id: $
  16. # $Id:$
  17. # START OF: dlt_en10mb
  18. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  19. # add your .c files to libdltplugin_a_SOURCES
  20. # add your .h files to noinst_HEADERS
  21. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  22. # add your dependancy information (see comment below)
  23. # $Id:$
  24. # START OF: dlt_hdlc
  25. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  26. # add your .c files to libtcpedit_a_SOURCES
  27. # add your .h files to noinst_HEADERS
  28. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  29. # add your dependancy information (see comment below)
  30. # $Id:$
  31. # START OF: dlt_user
  32. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  33. # add your .c files to libtcpedit_a_SOURCES
  34. # add your .h files to noinst_HEADERS
  35. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  36. # add your dependancy information (see comment below)
  37. # $Id:$
  38. # START OF: dlt_raw
  39. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  40. # add your .c files to libtcpedit_a_SOURCES
  41. # add your .h files to noinst_HEADERS
  42. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  43. # add your dependancy information (see comment below)
  44. # $Id:$
  45. # START OF: dlt_null
  46. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  47. # add your .c files to libtcpedit_a_SOURCES
  48. # add your .h files to noinst_HEADERS
  49. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  50. # add your dependancy information (see comment below)
  51. # $Id:$
  52. # START OF: dlt_loop
  53. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  54. # add your .c files to libtcpedit_a_SOURCES
  55. # add your .h files to noinst_HEADERS
  56. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  57. # add your dependancy information (see comment below)
  58. # $Id:$
  59. # START OF: dlt_linuxsll
  60. # Note, if you add any files to your plugin, you will need to edit dlt_<plugin>/Makefile.am
  61. # add your .c files to libtcpedit_a_SOURCES
  62. # add your .h files to noinst_HEADERS
  63. # add any other files (like documentation, notes, etc) to EXTRA_DIST
  64. # add your dependancy information (see comment below)
  65. VPATH = @srcdir@
  66. pkgdatadir = $(datadir)/@PACKAGE@
  67. pkglibdir = $(libdir)/@PACKAGE@
  68. pkgincludedir = $(includedir)/@PACKAGE@
  69. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  70. install_sh_DATA = $(install_sh) -c -m 644
  71. install_sh_PROGRAM = $(install_sh) -c
  72. install_sh_SCRIPT = $(install_sh) -c
  73. INSTALL_HEADER = $(INSTALL_DATA)
  74. transform = $(program_transform_name)
  75. NORMAL_INSTALL = :
  76. PRE_INSTALL = :
  77. POST_INSTALL = :
  78. NORMAL_UNINSTALL = :
  79. PRE_UNINSTALL = :
  80. POST_UNINSTALL = :
  81. build_triplet = @build@
  82. host_triplet = @host@
  83. target_triplet = @target@
  84. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  85. $(srcdir)/Makefile.in $(srcdir)/plugins/Makefile.am \
  86. $(srcdir)/plugins/dlt_en10mb/Makefile.am \
  87. $(srcdir)/plugins/dlt_hdlc/Makefile.am \
  88. $(srcdir)/plugins/dlt_linuxsll/Makefile.am \
  89. $(srcdir)/plugins/dlt_loop/Makefile.am \
  90. $(srcdir)/plugins/dlt_null/Makefile.am \
  91. $(srcdir)/plugins/dlt_raw/Makefile.am \
  92. $(srcdir)/plugins/dlt_user/Makefile.am
  93. subdir = src/tcpedit
  94. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  95. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  96. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  97. $(ACLOCAL_M4)
  98. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  99. CONFIG_HEADER = $(top_builddir)/src/config.h
  100. CONFIG_CLEAN_FILES =
  101. LIBRARIES = $(noinst_LIBRARIES)
  102. ARFLAGS = cru
  103. libtcpedit_a_AR = $(AR) $(ARFLAGS)
  104. libtcpedit_a_LIBADD =
  105. am_libtcpedit_a_OBJECTS = tcpedit.$(OBJEXT) parse_args.$(OBJEXT) \
  106. edit_packet.$(OBJEXT) portmap.$(OBJEXT) dlt.$(OBJEXT) \
  107. checksum.$(OBJEXT) dlt_plugins.$(OBJEXT) ethernet.$(OBJEXT) \
  108. dlt_utils.$(OBJEXT) en10mb.$(OBJEXT) hdlc.$(OBJEXT) \
  109. user.$(OBJEXT) raw.$(OBJEXT) null.$(OBJEXT) loop.$(OBJEXT) \
  110. linuxsll.$(OBJEXT)
  111. libtcpedit_a_OBJECTS = $(am_libtcpedit_a_OBJECTS)
  112. DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
  113. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  114. am__depfiles_maybe = depfiles
  115. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  116. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  117. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  118. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  119. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  120. CCLD = $(CC)
  121. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  122. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  123. $(LDFLAGS) -o $@
  124. SOURCES = $(libtcpedit_a_SOURCES)
  125. DIST_SOURCES = $(libtcpedit_a_SOURCES)
  126. HEADERS = $(noinst_HEADERS)
  127. ETAGS = etags
  128. CTAGS = ctags
  129. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  130. ACLOCAL = @ACLOCAL@
  131. AMTAR = @AMTAR@
  132. AR = @AR@
  133. AUTOCONF = @AUTOCONF@
  134. AUTOGEN = @AUTOGEN@
  135. AUTOHEADER = @AUTOHEADER@
  136. AUTOMAKE = @AUTOMAKE@
  137. AWK = @AWK@
  138. CC = @CC@
  139. CCDEPMODE = @CCDEPMODE@
  140. CFLAGS = @CFLAGS@
  141. CPP = @CPP@
  142. CPPFLAGS = @CPPFLAGS@
  143. CXX = @CXX@
  144. CXXCPP = @CXXCPP@
  145. CXXDEPMODE = @CXXDEPMODE@
  146. CXXFLAGS = @CXXFLAGS@
  147. CYGPATH_W = @CYGPATH_W@
  148. DEFS = @DEFS@
  149. DEPDIR = @DEPDIR@
  150. ECHO = @ECHO@
  151. ECHO_C = @ECHO_C@
  152. ECHO_N = @ECHO_N@
  153. ECHO_T = @ECHO_T@
  154. EGREP = @EGREP@
  155. EXEEXT = @EXEEXT@
  156. F77 = @F77@
  157. FFLAGS = @FFLAGS@
  158. GREP = @GREP@
  159. INSTALL = @INSTALL@
  160. INSTALL_DATA = @INSTALL_DATA@
  161. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  162. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  163. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  164. LDFLAGS = @LDFLAGS@
  165. LIBOBJS = @LIBOBJS@
  166. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  167. LIBOPTS_DIR = @LIBOPTS_DIR@
  168. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  169. LIBS = @LIBS@
  170. LIBTOOL = @LIBTOOL@
  171. LNAVLIB = @LNAVLIB@
  172. LNAV_CFLAGS = @LNAV_CFLAGS@
  173. LNETINC = @LNETINC@
  174. LNETLIB = @LNETLIB@
  175. LN_S = @LN_S@
  176. LPCAPINC = @LPCAPINC@
  177. LPCAPLIB = @LPCAPLIB@
  178. LTLIBOBJS = @LTLIBOBJS@
  179. MAINT = @MAINT@
  180. MAKEINFO = @MAKEINFO@
  181. MKDIR_P = @MKDIR_P@
  182. OBJEXT = @OBJEXT@
  183. PACKAGE = @PACKAGE@
  184. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  185. PACKAGE_NAME = @PACKAGE_NAME@
  186. PACKAGE_STRING = @PACKAGE_STRING@
  187. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  188. PACKAGE_VERSION = @PACKAGE_VERSION@
  189. PATH_SEPARATOR = @PATH_SEPARATOR@
  190. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  191. PRINTF = @PRINTF@
  192. RANLIB = @RANLIB@
  193. SED = @SED@
  194. SET_MAKE = @SET_MAKE@
  195. SHELL = @SHELL@
  196. STRIP = @STRIP@
  197. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  198. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  199. VERSION = @VERSION@
  200. abs_builddir = @abs_builddir@
  201. abs_srcdir = @abs_srcdir@
  202. abs_top_builddir = @abs_top_builddir@
  203. abs_top_srcdir = @abs_top_srcdir@
  204. ac_ct_CC = @ac_ct_CC@
  205. ac_ct_CXX = @ac_ct_CXX@
  206. ac_ct_F77 = @ac_ct_F77@
  207. am__include = @am__include@
  208. am__leading_dot = @am__leading_dot@
  209. am__quote = @am__quote@
  210. am__tar = @am__tar@
  211. am__untar = @am__untar@
  212. bindir = @bindir@
  213. build = @build@
  214. build_alias = @build_alias@
  215. build_cpu = @build_cpu@
  216. build_os = @build_os@
  217. build_vendor = @build_vendor@
  218. builddir = @builddir@
  219. datadir = @datadir@
  220. datarootdir = @datarootdir@
  221. debug_flag = @debug_flag@
  222. docdir = @docdir@
  223. dvidir = @dvidir@
  224. exec_prefix = @exec_prefix@
  225. host = @host@
  226. host_alias = @host_alias@
  227. host_cpu = @host_cpu@
  228. host_os = @host_os@
  229. host_vendor = @host_vendor@
  230. htmldir = @htmldir@
  231. includedir = @includedir@
  232. infodir = @infodir@
  233. install_sh = @install_sh@
  234. libdir = @libdir@
  235. libexecdir = @libexecdir@
  236. localedir = @localedir@
  237. localstatedir = @localstatedir@
  238. mandir = @mandir@
  239. mkdir_p = @mkdir_p@
  240. nic1 = @nic1@
  241. nic2 = @nic2@
  242. oldincludedir = @oldincludedir@
  243. pcncfg = @pcncfg@
  244. pdfdir = @pdfdir@
  245. prefix = @prefix@
  246. program_transform_name = @program_transform_name@
  247. psdir = @psdir@
  248. sbindir = @sbindir@
  249. sharedstatedir = @sharedstatedir@
  250. srcdir = @srcdir@
  251. sysconfdir = @sysconfdir@
  252. target = @target@
  253. target_alias = @target_alias@
  254. target_cpu = @target_cpu@
  255. target_os = @target_os@
  256. target_vendor = @target_vendor@
  257. td = @td@
  258. top_builddir = @top_builddir@
  259. top_srcdir = @top_srcdir@
  260. noinst_LIBRARIES = libtcpedit.a
  261. BUILT_SOURCES = tcpedit_stub.h
  262. libtcpedit_a_SOURCES = tcpedit.c parse_args.c edit_packet.c portmap.c \
  263. dlt.c checksum.c $(srcdir)/plugins/dlt_plugins.c \
  264. $(srcdir)/plugins/ethernet.c $(srcdir)/plugins/dlt_utils.c \
  265. $(srcdir)/plugins/dlt_en10mb/en10mb.c \
  266. $(srcdir)/plugins/dlt_hdlc/hdlc.c \
  267. $(srcdir)/plugins/dlt_user/user.c \
  268. $(srcdir)/plugins/dlt_raw/raw.c \
  269. $(srcdir)/plugins/dlt_null/null.c \
  270. $(srcdir)/plugins/dlt_loop/loop.c \
  271. $(srcdir)/plugins/dlt_linuxsll/linuxsll.c
  272. AM_CFLAGS = -I.. -I../common -I../.. $(LIBOPTS_CFLAGS) $(LNAV_CFLAGS) \
  273. -I. -I$(srcdir)/plugins -I$(srcdir)/../common \
  274. $(LIBOPTS_CFLAGS)
  275. noinst_HEADERS = tcpedit.h edit_packet.h portmap.h tcpedit_stub.h \
  276. parse_args.h dlt.h checksum.h tcpedit-int.h \
  277. $(srcdir)/plugins/dlt_plugins.h $(srcdir)/plugins/ethernet.h \
  278. $(srcdir)/plugins/dlt_utils.h \
  279. $(srcdir)/plugins/dlt_plugins-int.h \
  280. $(srcdir)/plugins/dlt_en10mb/en10mb.h \
  281. $(srcdir)/plugins/dlt_hdlc/hdlc.h \
  282. $(srcdir)/plugins/dlt_user/user.h \
  283. $(srcdir)/plugins/dlt_raw/raw.h \
  284. $(srcdir)/plugins/dlt_null/null.h \
  285. $(srcdir)/plugins/dlt_loop/loop.h \
  286. $(srcdir)/plugins/dlt_linuxsll/linuxsll.h
  287. # You probably don't want to touch anything below this line until the end of the plugin
  288. MOSTLYCLEANFILES = *~ $(srcdir)/plugins/*~ \
  289. $(srcdir)/plugins/dlt_en10mb/*~ $(srcdir)/plugins/dlt_hdlc/*~ \
  290. $(srcdir)/plugins/dlt_user/*~ $(srcdir)/plugins/dlt_raw/*~ \
  291. $(srcdir)/plugins/dlt_null/*~ $(srcdir)/plugins/dlt_loop/*~ \
  292. $(srcdir)/plugins/dlt_linuxsll/*~
  293. MAINTAINERCLEANFILES = Makefile.in tcpedit_stub.h tcpedit.1 \
  294. Makefile.in
  295. EXTRA_DIST = tcpedit_stub.def tcpedit_opts.def \
  296. $(srcdir)/plugins/dlt_opts.def $(srcdir)/plugins/dlt_stub.def \
  297. $(srcdir)/plugins/dlt_en10mb/en10mb_opts.def \
  298. $(srcdir)/plugins/dlt_hdlc/hdlc_opts.def \
  299. $(srcdir)/plugins/dlt_user/user_opts.def \
  300. $(srcdir)/plugins/dlt_raw/raw_opts.def \
  301. $(srcdir)/plugins/dlt_null/null_opts.def \
  302. $(srcdir)/plugins/dlt_loop/loop_opts.def \
  303. $(srcdir)/plugins/dlt_linuxsll/linuxsll_opts.def
  304. # Note:
  305. # You probably don't want to touch anything below this line until the end of the plugin
  306. # You probably don't want to touch anything below this line until the end of the plugin
  307. # You probably don't want to touch anything below this line until the end of the plugin
  308. # You probably don't want to touch anything below this line until the end of the plugin
  309. # You probably don't want to touch anything below this line until the end of the plugin
  310. # You probably don't want to touch anything below this line until the end of the plugin
  311. DLT_STUB_DEPS = $(srcdir)/plugins/dlt_opts.def \
  312. $(srcdir)/plugins/dlt_en10mb/en10mb_opts.def \
  313. $(srcdir)/plugins/dlt_user/user_opts.def \
  314. $(srcdir)/plugins/dlt_raw/raw_opts.def \
  315. $(srcdir)/plugins/dlt_null/null_opts.def \
  316. $(srcdir)/plugins/dlt_loop/loop_opts.def \
  317. $(srcdir)/plugins/dlt_linuxsll/linuxsll_opts.def
  318. all: $(BUILT_SOURCES)
  319. $(MAKE) $(AM_MAKEFLAGS) all-am
  320. .SUFFIXES:
  321. .SUFFIXES: .c .lo .o .obj
  322. $(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 $(am__configure_deps)
  323. @for dep in $?; do \
  324. case '$(am__configure_deps)' in \
  325. *$$dep*) \
  326. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  327. && exit 0; \
  328. exit 1;; \
  329. esac; \
  330. done; \
  331. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tcpedit/Makefile'; \
  332. cd $(top_srcdir) && \
  333. $(AUTOMAKE) --gnu src/tcpedit/Makefile
  334. .PRECIOUS: Makefile
  335. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  336. @case '$?' in \
  337. *config.status*) \
  338. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  339. *) \
  340. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  341. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  342. esac;
  343. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  344. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  345. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  346. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  347. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  348. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  349. clean-noinstLIBRARIES:
  350. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  351. libtcpedit.a: $(libtcpedit_a_OBJECTS) $(libtcpedit_a_DEPENDENCIES)
  352. -rm -f libtcpedit.a
  353. $(libtcpedit_a_AR) libtcpedit.a $(libtcpedit_a_OBJECTS) $(libtcpedit_a_LIBADD)
  354. $(RANLIB) libtcpedit.a
  355. mostlyclean-compile:
  356. -rm -f *.$(OBJEXT)
  357. distclean-compile:
  358. -rm -f *.tab.c
  359. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksum.Po@am__quote@
  360. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlt.Po@am__quote@
  361. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlt_plugins.Po@am__quote@
  362. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlt_utils.Po@am__quote@
  363. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit_packet.Po@am__quote@
  364. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/en10mb.Po@am__quote@
  365. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ethernet.Po@am__quote@
  366. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdlc.Po@am__quote@
  367. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linuxsll.Po@am__quote@
  368. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop.Po@am__quote@
  369. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null.Po@am__quote@
  370. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_args.Po@am__quote@
  371. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/portmap.Po@am__quote@
  372. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Po@am__quote@
  373. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpedit.Po@am__quote@
  374. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
  375. .c.o:
  376. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  377. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  378. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  379. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  380. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  381. .c.obj:
  382. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  383. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  384. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  385. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  386. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  387. .c.lo:
  388. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  389. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  390. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  391. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  392. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  393. dlt_plugins.o: $(srcdir)/plugins/dlt_plugins.c
  394. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dlt_plugins.o -MD -MP -MF $(DEPDIR)/dlt_plugins.Tpo -c -o dlt_plugins.o `test -f '$(srcdir)/plugins/dlt_plugins.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_plugins.c
  395. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/dlt_plugins.Tpo $(DEPDIR)/dlt_plugins.Po
  396. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_plugins.c' object='dlt_plugins.o' libtool=no @AMDEPBACKSLASH@
  397. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  398. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dlt_plugins.o `test -f '$(srcdir)/plugins/dlt_plugins.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_plugins.c
  399. dlt_plugins.obj: $(srcdir)/plugins/dlt_plugins.c
  400. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dlt_plugins.obj -MD -MP -MF $(DEPDIR)/dlt_plugins.Tpo -c -o dlt_plugins.obj `if test -f '$(srcdir)/plugins/dlt_plugins.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_plugins.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_plugins.c'; fi`
  401. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/dlt_plugins.Tpo $(DEPDIR)/dlt_plugins.Po
  402. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_plugins.c' object='dlt_plugins.obj' libtool=no @AMDEPBACKSLASH@
  403. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  404. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dlt_plugins.obj `if test -f '$(srcdir)/plugins/dlt_plugins.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_plugins.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_plugins.c'; fi`
  405. ethernet.o: $(srcdir)/plugins/ethernet.c
  406. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ethernet.o -MD -MP -MF $(DEPDIR)/ethernet.Tpo -c -o ethernet.o `test -f '$(srcdir)/plugins/ethernet.c' || echo '$(srcdir)/'`$(srcdir)/plugins/ethernet.c
  407. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ethernet.Tpo $(DEPDIR)/ethernet.Po
  408. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/ethernet.c' object='ethernet.o' libtool=no @AMDEPBACKSLASH@
  409. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  410. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ethernet.o `test -f '$(srcdir)/plugins/ethernet.c' || echo '$(srcdir)/'`$(srcdir)/plugins/ethernet.c
  411. ethernet.obj: $(srcdir)/plugins/ethernet.c
  412. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ethernet.obj -MD -MP -MF $(DEPDIR)/ethernet.Tpo -c -o ethernet.obj `if test -f '$(srcdir)/plugins/ethernet.c'; then $(CYGPATH_W) '$(srcdir)/plugins/ethernet.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/ethernet.c'; fi`
  413. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ethernet.Tpo $(DEPDIR)/ethernet.Po
  414. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/ethernet.c' object='ethernet.obj' libtool=no @AMDEPBACKSLASH@
  415. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  416. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ethernet.obj `if test -f '$(srcdir)/plugins/ethernet.c'; then $(CYGPATH_W) '$(srcdir)/plugins/ethernet.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/ethernet.c'; fi`
  417. dlt_utils.o: $(srcdir)/plugins/dlt_utils.c
  418. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dlt_utils.o -MD -MP -MF $(DEPDIR)/dlt_utils.Tpo -c -o dlt_utils.o `test -f '$(srcdir)/plugins/dlt_utils.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_utils.c
  419. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/dlt_utils.Tpo $(DEPDIR)/dlt_utils.Po
  420. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_utils.c' object='dlt_utils.o' libtool=no @AMDEPBACKSLASH@
  421. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  422. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dlt_utils.o `test -f '$(srcdir)/plugins/dlt_utils.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_utils.c
  423. dlt_utils.obj: $(srcdir)/plugins/dlt_utils.c
  424. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dlt_utils.obj -MD -MP -MF $(DEPDIR)/dlt_utils.Tpo -c -o dlt_utils.obj `if test -f '$(srcdir)/plugins/dlt_utils.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_utils.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_utils.c'; fi`
  425. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/dlt_utils.Tpo $(DEPDIR)/dlt_utils.Po
  426. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_utils.c' object='dlt_utils.obj' libtool=no @AMDEPBACKSLASH@
  427. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  428. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dlt_utils.obj `if test -f '$(srcdir)/plugins/dlt_utils.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_utils.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_utils.c'; fi`
  429. en10mb.o: $(srcdir)/plugins/dlt_en10mb/en10mb.c
  430. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT en10mb.o -MD -MP -MF $(DEPDIR)/en10mb.Tpo -c -o en10mb.o `test -f '$(srcdir)/plugins/dlt_en10mb/en10mb.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_en10mb/en10mb.c
  431. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/en10mb.Tpo $(DEPDIR)/en10mb.Po
  432. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_en10mb/en10mb.c' object='en10mb.o' libtool=no @AMDEPBACKSLASH@
  433. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  434. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o en10mb.o `test -f '$(srcdir)/plugins/dlt_en10mb/en10mb.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_en10mb/en10mb.c
  435. en10mb.obj: $(srcdir)/plugins/dlt_en10mb/en10mb.c
  436. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT en10mb.obj -MD -MP -MF $(DEPDIR)/en10mb.Tpo -c -o en10mb.obj `if test -f '$(srcdir)/plugins/dlt_en10mb/en10mb.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_en10mb/en10mb.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_en10mb/en10mb.c'; fi`
  437. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/en10mb.Tpo $(DEPDIR)/en10mb.Po
  438. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_en10mb/en10mb.c' object='en10mb.obj' libtool=no @AMDEPBACKSLASH@
  439. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  440. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o en10mb.obj `if test -f '$(srcdir)/plugins/dlt_en10mb/en10mb.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_en10mb/en10mb.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_en10mb/en10mb.c'; fi`
  441. hdlc.o: $(srcdir)/plugins/dlt_hdlc/hdlc.c
  442. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hdlc.o -MD -MP -MF $(DEPDIR)/hdlc.Tpo -c -o hdlc.o `test -f '$(srcdir)/plugins/dlt_hdlc/hdlc.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_hdlc/hdlc.c
  443. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hdlc.Tpo $(DEPDIR)/hdlc.Po
  444. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_hdlc/hdlc.c' object='hdlc.o' libtool=no @AMDEPBACKSLASH@
  445. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  446. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hdlc.o `test -f '$(srcdir)/plugins/dlt_hdlc/hdlc.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_hdlc/hdlc.c
  447. hdlc.obj: $(srcdir)/plugins/dlt_hdlc/hdlc.c
  448. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hdlc.obj -MD -MP -MF $(DEPDIR)/hdlc.Tpo -c -o hdlc.obj `if test -f '$(srcdir)/plugins/dlt_hdlc/hdlc.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_hdlc/hdlc.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_hdlc/hdlc.c'; fi`
  449. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/hdlc.Tpo $(DEPDIR)/hdlc.Po
  450. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_hdlc/hdlc.c' object='hdlc.obj' libtool=no @AMDEPBACKSLASH@
  451. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  452. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hdlc.obj `if test -f '$(srcdir)/plugins/dlt_hdlc/hdlc.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_hdlc/hdlc.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_hdlc/hdlc.c'; fi`
  453. user.o: $(srcdir)/plugins/dlt_user/user.c
  454. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT user.o -MD -MP -MF $(DEPDIR)/user.Tpo -c -o user.o `test -f '$(srcdir)/plugins/dlt_user/user.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_user/user.c
  455. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/user.Tpo $(DEPDIR)/user.Po
  456. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_user/user.c' object='user.o' libtool=no @AMDEPBACKSLASH@
  457. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  458. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o user.o `test -f '$(srcdir)/plugins/dlt_user/user.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_user/user.c
  459. user.obj: $(srcdir)/plugins/dlt_user/user.c
  460. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT user.obj -MD -MP -MF $(DEPDIR)/user.Tpo -c -o user.obj `if test -f '$(srcdir)/plugins/dlt_user/user.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_user/user.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_user/user.c'; fi`
  461. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/user.Tpo $(DEPDIR)/user.Po
  462. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_user/user.c' object='user.obj' libtool=no @AMDEPBACKSLASH@
  463. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  464. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o user.obj `if test -f '$(srcdir)/plugins/dlt_user/user.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_user/user.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_user/user.c'; fi`
  465. raw.o: $(srcdir)/plugins/dlt_raw/raw.c
  466. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT raw.o -MD -MP -MF $(DEPDIR)/raw.Tpo -c -o raw.o `test -f '$(srcdir)/plugins/dlt_raw/raw.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_raw/raw.c
  467. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/raw.Tpo $(DEPDIR)/raw.Po
  468. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_raw/raw.c' object='raw.o' libtool=no @AMDEPBACKSLASH@
  469. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  470. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o raw.o `test -f '$(srcdir)/plugins/dlt_raw/raw.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_raw/raw.c
  471. raw.obj: $(srcdir)/plugins/dlt_raw/raw.c
  472. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT raw.obj -MD -MP -MF $(DEPDIR)/raw.Tpo -c -o raw.obj `if test -f '$(srcdir)/plugins/dlt_raw/raw.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_raw/raw.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_raw/raw.c'; fi`
  473. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/raw.Tpo $(DEPDIR)/raw.Po
  474. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_raw/raw.c' object='raw.obj' libtool=no @AMDEPBACKSLASH@
  475. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  476. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o raw.obj `if test -f '$(srcdir)/plugins/dlt_raw/raw.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_raw/raw.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_raw/raw.c'; fi`
  477. null.o: $(srcdir)/plugins/dlt_null/null.c
  478. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT null.o -MD -MP -MF $(DEPDIR)/null.Tpo -c -o null.o `test -f '$(srcdir)/plugins/dlt_null/null.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_null/null.c
  479. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/null.Tpo $(DEPDIR)/null.Po
  480. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_null/null.c' object='null.o' libtool=no @AMDEPBACKSLASH@
  481. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  482. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o null.o `test -f '$(srcdir)/plugins/dlt_null/null.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_null/null.c
  483. null.obj: $(srcdir)/plugins/dlt_null/null.c
  484. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT null.obj -MD -MP -MF $(DEPDIR)/null.Tpo -c -o null.obj `if test -f '$(srcdir)/plugins/dlt_null/null.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_null/null.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_null/null.c'; fi`
  485. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/null.Tpo $(DEPDIR)/null.Po
  486. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_null/null.c' object='null.obj' libtool=no @AMDEPBACKSLASH@
  487. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  488. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o null.obj `if test -f '$(srcdir)/plugins/dlt_null/null.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_null/null.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_null/null.c'; fi`
  489. loop.o: $(srcdir)/plugins/dlt_loop/loop.c
  490. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT loop.o -MD -MP -MF $(DEPDIR)/loop.Tpo -c -o loop.o `test -f '$(srcdir)/plugins/dlt_loop/loop.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_loop/loop.c
  491. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/loop.Tpo $(DEPDIR)/loop.Po
  492. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_loop/loop.c' object='loop.o' libtool=no @AMDEPBACKSLASH@
  493. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  494. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o loop.o `test -f '$(srcdir)/plugins/dlt_loop/loop.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_loop/loop.c
  495. loop.obj: $(srcdir)/plugins/dlt_loop/loop.c
  496. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT loop.obj -MD -MP -MF $(DEPDIR)/loop.Tpo -c -o loop.obj `if test -f '$(srcdir)/plugins/dlt_loop/loop.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_loop/loop.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_loop/loop.c'; fi`
  497. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/loop.Tpo $(DEPDIR)/loop.Po
  498. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_loop/loop.c' object='loop.obj' libtool=no @AMDEPBACKSLASH@
  499. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  500. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o loop.obj `if test -f '$(srcdir)/plugins/dlt_loop/loop.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_loop/loop.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_loop/loop.c'; fi`
  501. linuxsll.o: $(srcdir)/plugins/dlt_linuxsll/linuxsll.c
  502. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT linuxsll.o -MD -MP -MF $(DEPDIR)/linuxsll.Tpo -c -o linuxsll.o `test -f '$(srcdir)/plugins/dlt_linuxsll/linuxsll.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_linuxsll/linuxsll.c
  503. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/linuxsll.Tpo $(DEPDIR)/linuxsll.Po
  504. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_linuxsll/linuxsll.c' object='linuxsll.o' libtool=no @AMDEPBACKSLASH@
  505. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  506. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o linuxsll.o `test -f '$(srcdir)/plugins/dlt_linuxsll/linuxsll.c' || echo '$(srcdir)/'`$(srcdir)/plugins/dlt_linuxsll/linuxsll.c
  507. linuxsll.obj: $(srcdir)/plugins/dlt_linuxsll/linuxsll.c
  508. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT linuxsll.obj -MD -MP -MF $(DEPDIR)/linuxsll.Tpo -c -o linuxsll.obj `if test -f '$(srcdir)/plugins/dlt_linuxsll/linuxsll.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_linuxsll/linuxsll.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_linuxsll/linuxsll.c'; fi`
  509. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/linuxsll.Tpo $(DEPDIR)/linuxsll.Po
  510. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/plugins/dlt_linuxsll/linuxsll.c' object='linuxsll.obj' libtool=no @AMDEPBACKSLASH@
  511. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  512. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o linuxsll.obj `if test -f '$(srcdir)/plugins/dlt_linuxsll/linuxsll.c'; then $(CYGPATH_W) '$(srcdir)/plugins/dlt_linuxsll/linuxsll.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/plugins/dlt_linuxsll/linuxsll.c'; fi`
  513. mostlyclean-libtool:
  514. -rm -f *.lo
  515. clean-libtool:
  516. -rm -rf .libs _libs
  517. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  518. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  519. unique=`for i in $$list; do \
  520. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  521. done | \
  522. $(AWK) ' { files[$$0] = 1; } \
  523. END { for (i in files) print i; }'`; \
  524. mkid -fID $$unique
  525. tags: TAGS
  526. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  527. $(TAGS_FILES) $(LISP)
  528. tags=; \
  529. here=`pwd`; \
  530. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  531. unique=`for i in $$list; do \
  532. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  533. done | \
  534. $(AWK) ' { files[$$0] = 1; } \
  535. END { for (i in files) print i; }'`; \
  536. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  537. test -n "$$unique" || unique=$$empty_fix; \
  538. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  539. $$tags $$unique; \
  540. fi
  541. ctags: CTAGS
  542. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  543. $(TAGS_FILES) $(LISP)
  544. tags=; \
  545. here=`pwd`; \
  546. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  547. unique=`for i in $$list; do \
  548. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  549. done | \
  550. $(AWK) ' { files[$$0] = 1; } \
  551. END { for (i in files) print i; }'`; \
  552. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  553. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  554. $$tags $$unique
  555. GTAGS:
  556. here=`$(am__cd) $(top_builddir) && pwd` \
  557. && cd $(top_srcdir) \
  558. && gtags -i $(GTAGS_ARGS) $$here
  559. distclean-tags:
  560. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  561. distdir: $(DISTFILES)
  562. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  563. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  564. list='$(DISTFILES)'; \
  565. dist_files=`for file in $$list; do echo $$file; done | \
  566. sed -e "s|^$$srcdirstrip/||;t" \
  567. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  568. case $$dist_files in \
  569. */*) $(MKDIR_P) `echo "$$dist_files" | \
  570. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  571. sort -u` ;; \
  572. esac; \
  573. for file in $$dist_files; do \
  574. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  575. if test -d $$d/$$file; then \
  576. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  577. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  578. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  579. fi; \
  580. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  581. else \
  582. test -f $(distdir)/$$file \
  583. || cp -p $$d/$$file $(distdir)/$$file \
  584. || exit 1; \
  585. fi; \
  586. done
  587. check-am: all-am
  588. check: $(BUILT_SOURCES)
  589. $(MAKE) $(AM_MAKEFLAGS) check-am
  590. all-am: Makefile $(LIBRARIES) $(HEADERS)
  591. installdirs:
  592. install: $(BUILT_SOURCES)
  593. $(MAKE) $(AM_MAKEFLAGS) install-am
  594. install-exec: install-exec-am
  595. install-data: install-data-am
  596. uninstall: uninstall-am
  597. install-am: all-am
  598. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  599. installcheck: installcheck-am
  600. install-strip:
  601. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  602. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  603. `test -z '$(STRIP)' || \
  604. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  605. mostlyclean-generic:
  606. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  607. clean-generic:
  608. distclean-generic:
  609. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  610. maintainer-clean-generic:
  611. @echo "This command is intended for maintainers to use"
  612. @echo "it deletes files that may require special tools to rebuild."
  613. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  614. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  615. clean: clean-am
  616. clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
  617. mostlyclean-am
  618. distclean: distclean-am
  619. -rm -rf ./$(DEPDIR)
  620. -rm -f Makefile
  621. distclean-am: clean-am distclean-compile distclean-generic \
  622. distclean-tags
  623. dvi: dvi-am
  624. dvi-am:
  625. html: html-am
  626. info: info-am
  627. info-am:
  628. install-data-am:
  629. install-dvi: install-dvi-am
  630. install-exec-am:
  631. install-html: install-html-am
  632. install-info: install-info-am
  633. install-man:
  634. install-pdf: install-pdf-am
  635. install-ps: install-ps-am
  636. installcheck-am:
  637. maintainer-clean: maintainer-clean-am
  638. -rm -rf ./$(DEPDIR)
  639. -rm -f Makefile
  640. maintainer-clean-am: distclean-am maintainer-clean-generic
  641. mostlyclean: mostlyclean-am
  642. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  643. mostlyclean-libtool
  644. pdf: pdf-am
  645. pdf-am:
  646. ps: ps-am
  647. ps-am:
  648. uninstall-am:
  649. .MAKE: install-am install-strip
  650. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  651. clean-libtool clean-noinstLIBRARIES ctags distclean \
  652. distclean-compile distclean-generic distclean-libtool \
  653. distclean-tags distdir dvi dvi-am html html-am info info-am \
  654. install install-am install-data install-data-am install-dvi \
  655. install-dvi-am install-exec install-exec-am install-html \
  656. install-html-am install-info install-info-am install-man \
  657. install-pdf install-pdf-am install-ps install-ps-am \
  658. install-strip installcheck installcheck-am installdirs \
  659. maintainer-clean maintainer-clean-generic mostlyclean \
  660. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  661. pdf pdf-am ps ps-am tags uninstall uninstall-am
  662. manpages: tcpedit.1
  663. tcpedit.1: tcpedit_stub.def
  664. @AUTOGEN@ -T agman1.tpl --base-name tcpedit tcpedit_stub.def
  665. tcpedit.c: tcpedit_stub.h
  666. # Get AutoOpts search path
  667. #opts_list=`find plugins -type d -not -regex ".*\.svn.*" -not -regex ".*\.deps.*" -exec echo -n "-L {} " \;`
  668. tcpedit_stub.h: tcpedit_opts.def tcpedit_stub.def $(srcdir)/plugins/dlt_stub.def
  669. @AUTOGEN@ $(opts_list) tcpedit_stub.def
  670. $(srcdir)/plugins/dlt_stub.def: $(DLT_STUB_DEPS)
  671. # dependancies for your plugin source code. Edit as necessary
  672. $(srcdir)/plugins/dlt_en10mb/en10mb.c: $(srcdir)/tcpedit_stub.h $(srcdir)/plugins/dlt_utils.h \
  673. $(srcdir)/plugins/dlt_en10mb/en10mb.h $(srcdir)/plugins/dlt_plugins.h $(srcdir)/plugins/dlt_plugins-int.h
  674. # END OF: dlt_en10mb
  675. # dependancies for your plugin source code. Edit as necessary
  676. $(srcdir)/plugins/dlt_hdlc/hdlc.c: $(srcdir)/tcpedit_stub.h $(srcdir)/plugins/dlt_utils.h \
  677. $(srcdir)/plugins/dlt_hdlc/hdlc.h $(srcdir)/plugins/dlt_plugins.h $(srcdir)/plugins/dlt_plugins-int.h
  678. # END OF: dlt_hdlc
  679. # dependancies for your plugin source code. Edit as necessary
  680. $(srcdir)/plugins/dlt_user/user.c: $(srcdir)/tcpedit_stub.h $(srcdir)/plugins/dlt_utils.h \
  681. $(srcdir)/plugins/dlt_user/user.h $(srcdir)/plugins/dlt_plugins.h $(srcdir)/plugins/dlt_plugins-int.h
  682. # END OF: dlt_user
  683. # dependancies for your plugin source code. Edit as necessary
  684. $(srcdir)/plugins/dlt_raw/raw.c: $(srcdir)/tcpedit_stub.h $(srcdir)/plugins/dlt_utils.h \
  685. $(srcdir)/plugins/dlt_raw/raw.h $(srcdir)/plugins/dlt_plugins.h $(srcdir)/plugins/dlt_plugins-int.h
  686. # END OF: dlt_raw
  687. # dependancies for your plugin source code. Edit as necessary
  688. $(srcdir)/plugins/dlt_null/null.c: $(srcdir)/tcpedit_stub.h $(srcdir)/plugins/dlt_utils.h \
  689. $(srcdir)/plugins/dlt_null/null.h $(srcdir)/plugins/dlt_plugins.h $(srcdir)/plugins/dlt_plugins-int.h
  690. # END OF: dlt_null
  691. # dependancies for your plugin source code. Edit as necessary
  692. $(srcdir)/plugins/dlt_loop/loop.c: $(srcdir)/tcpedit_stub.h $(srcdir)/plugins/dlt_utils.h \
  693. $(srcdir)/plugins/dlt_loop/loop.h $(srcdir)/plugins/dlt_plugins.h $(srcdir)/plugins/dlt_plugins-int.h
  694. # END OF: dlt_loop
  695. # dependancies for your plugin source code. Edit as necessary
  696. $(srcdir)/plugins/dlt_linuxsll/linuxsll.c: $(srcdir)/tcpedit_stub.h $(srcdir)/plugins/dlt_utils.h \
  697. $(srcdir)/plugins/dlt_linuxsll/linuxsll.h $(srcdir)/plugins/dlt_plugins.h $(srcdir)/plugins/dlt_plugins-int.h
  698. # END OF: dlt_linuxsll
  699. ########################################################
  700. # Add your plugin Makefile.am's below this line
  701. ########################################################
  702. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  703. # Otherwise a system limit (for SysV at least) may be exceeded.
  704. .NOEXPORT: