Makefile.am 735 B

1234567891011121314151617181920212223242526
  1. # $Id: Makefile.am 1560 2006-08-01 19:06:42Z 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 checksum.c
  5. manpages: tcpedit.1
  6. tcpedit.1: tcpedit_stub.def
  7. @AUTOGEN@ -T agman1.tpl --base-name tcpedit tcpedit_stub.def
  8. tcpedit.c: tcpedit_stub.h
  9. tcpedit_stub.h: tcpedit_opts.def tcpedit_stub.def
  10. @AUTOGEN@ tcpedit_stub.def
  11. AM_CFLAGS = -I.. -I../common -I../.. $(LIBOPTS_CFLAGS) $(LNAV_CFLAGS)
  12. noinst_HEADERS = tcpedit.h edit_packet.h rewrite_l2.h portmap.h \
  13. tcpedit_stub.h parse_args.h dlt.h checksum.h
  14. MOSTLYCLEANFILES = *~
  15. MAINTAINERCLEANFILES = Makefile.in tcpedit_stub.h tcpedit.1
  16. EXTRA_DIST = tcpedit_stub.def tcpedit_opts.def