# Generated automatically from Makefile.in by configure. # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # # $Id: Makefile.in,v 1.2 2000/10/04 17:40:54 slay Exp $ SHELL = /bin/sh srcdir = . top_srcdir = . prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var mandir = ${prefix}/man includedir = ${prefix}/include oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/SING pkgincludedir = $(includedir)/SING top_builddir = . ACLOCAL = aclocal INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_PROGRAM = install -s -o root -g wheel -m 555 $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = install -o root -g wheel -m 444 INSTALL_SCRIPT = install -o root -g wheel -m 555 transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_alias = i386-unknown-gnu build_triplet = i386-unknown-gnu host_alias = i386-unknown-gnu host_triplet = i386-unknown-gnu target_alias = i386-unknown-gnu target_triplet = i386-unknown-gnu CC = cc CFLAGS = -fno-common -I/usr -ILibnet-1.0.1b CPPFLAGS = -DLIBNET_LIL_ENDIAN -I/include/libnet10 LDFLAGS = LIBNET_CLEAN = libnet_clean LIBNET_COMPILE = LIBNET_DISTCLEAN = libnet_distclean MAKEDEPEND = /usr/local/bin/makedepend PACKAGE = SING PCAP_CLEAN = pcap_clean PCAP_COMPILE = PCAP_DISTCLEAN = pcap_distclean VERSION = 1.1 getopt_OBJECTS = getopt_SOURCES = libnetdir = Libnet-1.0.1b libpcapdir = /usr INCLUDES = -I$(includedir) #-I$(libpcapdir) -I$(libnetdir)/include LIBS = -L/usr/local/lib -L/usr/local/lib -lresolv -L/lib/libnet10 -lnet -lpcap -lnet bin_PROGRAMS = sing man_MANS = sing.8 sing_SOURCES = sing.c ip_options.c device.c parser.c vers_date.c help.c ipcompat.h sing.h ip_options.h misc.h device.h packet.h parser.h dev_struct.h codes.h ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) DEFS = -DHAVE_CONFIG_H `$(libnetdir)/libnet-config --defines` -I. -I$(srcdir) -I. sing_OBJECTS = sing.o device.o ip_options.o parser.o vers_date.o help.o sing_LDADD = $(LDADD) sing_DEPENDENCIES = sing_LDFLAGS = COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ man8dir = $(mandir)/man8 MANS = $(man_MANS) NROFF = nroff SOURCES = $(sing_SOURCES) OBJECTS = $(sing_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .o .s Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status $(ACLOCAL_M4): cd $(srcdir) && $(ACLOCAL) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(ACLOCAL_M4) config.h: stamp-h @if test ! -f $@; then \ rm -f stamp-h; \ $(MAKE) stamp-h; \ else :; fi stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ $(SHELL) ./config.status @echo timestamp > stamp-h 2> /dev/null $(srcdir)/config.h.in: $(srcdir)/stamp-h.in @if test ! -f $@; then \ rm -f $(srcdir)/stamp-h.in; \ $(MAKE) $(srcdir)/stamp-h.in; \ else :; fi $(srcdir)/stamp-h.in: $(ACLOCAL_M4) distclean-hdr: -rm -f config.h clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(sbindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) list='$(bin_PROGRAMS)'; for p in $$list; do \ rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ done .c.o: $(COMPILE) -c $< .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core distclean-compile: -rm -f *.tab.c sing: $(sing_OBJECTS) $(sing_DEPENDENCIES) @rm -f sing $(LINK) $(sing_LDFLAGS) $(sing_OBJECTS) $(sing_LDADD) $(LIBS) install-man8: $(mkinstalldirs) $(DESTDIR)$(man8dir) @list='$(man8_MANS)'; \ l2='$(man_MANS)'; for i in $$l2; do \ case "$$i" in \ *.8*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \ $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \ done uninstall-man8: @list='$(man8_MANS)'; \ l2='$(man_MANS)'; for i in $$l2; do \ case "$$i" in \ *.8*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \ rm -f $(DESTDIR)$(man8dir)/$$inst; \ done install-man: $(MANS) @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-man8 uninstall-man: @$(NORMAL_UNINSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-man8 help.o: help.c config.h sing.o: sing.c config.h sing.h ipcompat.h misc.h packet.h dev_struct.h ip_options.o: ip_options.c config.h ip_options.h ipcompat.h packet.h \ misc.h device.o: device.c config.h device.h misc.h packet.h dev_struct.h parser.o: parser.c config.h getopt.h parser.h ipcompat.h packet.h misc.h \ ip_options.h dev_struct.h codes.h vers_date.o: vers_date.c check-am: all-am check: check-am all-recursive-am: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive install-exec-am: install-binPROGRAMS install-exec: install-exec-am install-data-am: install-man install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall: uninstall-am all-am: Makefile $(PROGRAMS) $(MANS) config.h all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man8 distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* mostlyclean-am: mostlyclean-compile mostlyclean: mostlyclean-am clean-am: clean-binPROGRAMS mostlyclean-am clean: clean-am pcap_clean libnet_clean distclean-am: distclean-hdr distclean-compile \ distclean-generic clean-am distclean: distclean-am pcap_distclean libnet_distclean -rm -f config.status .PHONY: distclean-hdr clean-binPROGRAMS \ uninstall-binPROGRAMS install-binPROGRAMS \ mostlyclean-compile distclean-compile \ install-man8 uninstall-man8 install-man \ uninstall-man distdir check check-am \ all-recursive-am install-exec-am \ install-exec install-data-am install-data install-am install \ uninstall-am uninstall all-redirect all-am all installdirs \ distclean-generic clean mostlyclean distclean clean-local: pcap_clean libnet_clean distclean-local: pcap_distclean libnet_distclean libpcap: pcap_conf pcap_conf: @echo Configuring libpcap; cd $(libpcapdir); ./configure pcap_compile: @echo Compiling libpcap; cd $(libpcapdir); $(MAKE) pcap_clean: cd $(libpcapdir); $(MAKE) clean pcap_distclean: cd $(libpcapdir); $(MAKE) distclean libnet: libnet_conf libnet_conf: @echo Configuring libnet; cd $(libnetdir); ./configure libnet_compile: @echo Compiling libnet; cd $(libnetdir); $(MAKE) libnet_clean: cd $(libnetdir); $(MAKE) clean libnet_distclean: cd $(libnetdir); $(MAKE) distclean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: