bin_PROGRAMS = ethereal man_MANS = ethereal.1 sysconf_DATA = manuf ethereal_SOURCES = \ capture.c \ ethereal.c \ ethertype.c \ file.c \ filter.c \ follow.c \ menu.c \ packet.c \ packet-arp.c \ packet-bootp.c \ packet-data.c \ packet-dns.c \ packet-eth.c \ packet-fddi.c \ packet-llc.c \ packet-lpd.c \ packet-ip.c \ packet-ipv6.c \ packet-ipx.c \ packet-ncp.c \ packet-null.c \ packet-osi.c \ packet-ospf.c \ packet-ppp.c \ packet-raw.c \ packet-rip.c \ packet-tcp.c \ packet-tr.c \ packet-trmac.c \ packet-udp.c \ packet-vines.c \ prefs.c \ print.c \ ps.c \ resolv.c \ util.c \ capture.h \ config.h \ ethereal.h \ etypes.h \ file.h \ filter.h \ follow.h \ menu.h \ packet.h \ packet-ipv6.h \ packet-ipx.h \ packet-ospf.h \ packet-rip.h \ packet-vines.h \ prefs.h \ print.h \ ps.h \ resolv.h \ util.h EXTRA_ethereal_SOURCES = \ snprintf.c \ snprintf.h \ snprintf-imp.h ethereal_DEPENDENCIES = @SNPRINTF_O@ ethereal_LDADD = @SNPRINTF_O@ ps.c: print.ps rdps ./rdps print.ps ps.c rdps: rdps.c $(CC) -o rdps rdps.c DISTCLEANFILES = \ rdps \ ps.c EXTRA_DIST = \ doc/Makefile \ doc/ethereal.pod \ ethereal.1 \ image/icon-excl.xpm \ manuf \ print.ps \ rdps.c