# Generated automatically from Makefile.in by configure.
# $Id: Makefile.in,v 1.2 2002/07/19 14:56:45 fygrave Exp $
#
# Copyright (C) 2001 Fyodor Yarochkin <fygrave@tigerteam.net>,
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


CC=gcc
CXX=c++
INSTALL=/usr/bin/install -c
INSTALL_PROGRAM=${INSTALL}
INSTALL_DATA=${INSTALL} -m 644
RANLIB=ranlib
DESTDIR=
prefix=/usr/local
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
mandir=${prefix}/man
PACKAGE=xprobe2
VERSION=0.1
CPPFLAGS= -Wall -W -Wcast-align -Wcast-qual -Wmissing-prototypes -Wshadow
CFLAGS=-g -O2  -Wall -W -Wcast-align -Wcast-qual -Wmissing-prototypes -Wshadow -I. -I.. -I../../../ -I ../../../xplib -I ../../../../libs-external/USI++
LDFLAGS= -ldl -rdynamic -L../../xplib
SOLDFLAGS=@SOLDFLAGS@
LIBS=-lpcap  -lxplib
DYNFLAGS=-fPIC -shared
XPLIB=../../xplib/libxplib.a
INCLUDES=
CXXSOURCES=icmp_port_unreach.cc build_DNS_reply.cc getrandom.cc parse_keyword.cc
OBJS=${CXXSOURCES:.cc=.o} ${CSOURCES:.c=.o}

all: ttl_calc

ttl_calc: $(OBJS)
	@echo "ttl_calc done"

.c.o: $(INCLUDES)
	$(CC) -c $(CFLAGS) $<

.cc.o: $(INCLUDES)
	$(CXX) -c ${CFLAGS} $<

clean:
	rm -f core *.o *.so

distclean: clean
	rm -f Makefile
