Makefile.am 654 B

123456789101112131415161718192021222324
  1. # $Id: Makefile.am 1518 2006-07-18 02:47:33Z aturner $
  2. noinst_LIBRARIES = libtcpedit.a
  3. libtcpedit_a_SOURCES = tcpedit.c parse_args.c edit_packet.c \
  4. rewrite_l2.c portmap.c ../mac.c dlt.c
  5. manpages: tcpedit.1
  6. tcpedit.1: tcpedit_stub.def
  7. @AUTOGEN@ -T agman1.tpl --base-name tcpedit tcpedit_stub.def
  8. tcpedit_stub.h: tcpedit_opts.def
  9. @AUTOGEN@ tcpedit_stub.def
  10. AM_CFLAGS = -I.. -I../common -I../.. $(LIBOPTS_CFLAGS)
  11. noinst_HEADERS = tcpedit.h edit_packet.h rewrite_l2.h portmap.h \
  12. tcpedit_stub.h parse_args.h dlt.h
  13. MOSTLYCLEANFILES = *~
  14. MAINTAINERCLEANFILES = Makefile.in tcpedit_stub.h tcpedit.1
  15. EXTRA_DIST = tcpedit_stub.def tcpedit_opts.def