~ubuntu-branches/ubuntu/trusty/xprobe/trusty

« back to all changes in this revision

Viewing changes to src/xpmodules/alive_probe/portscanner/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Richard Atterer
  • Date: 2005-02-22 22:54:24 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050222225424-6cqy8rr45pkna819
Tags: 0.2.2-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.in,v 1.2 2004/06/09 12:08:24 mederchik Exp $
 
2
#
 
3
# Copyright (C) 2003 Meder Kydyraliev
 
4
# Copyright (C) 2001 Fyodor Yarochkin <fygrave@tigerteam.net>,
 
5
#
 
6
# This program is free software; you can redistribute it and/or modify
 
7
# it under the terms of the GNU General Public License as published by
 
8
# the Free Software Foundation; either version 2 of the License, or
 
9
# (at your option) any later version.
 
10
#
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
# GNU General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU General Public License
 
17
# along with this program; if not, write to the Free Software
 
18
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
19
 
 
20
 
 
21
CC=@CC@
 
22
CXX=@CXX@
 
23
INSTALL=@INSTALL@
 
24
INSTALL_PROGRAM=@INSTALL_PROGRAM@
 
25
INSTALL_DATA=@INSTALL_DATA@
 
26
RANLIB=@RANLIB@
 
27
DESTDIR=
 
28
prefix=@prefix@
 
29
exec_prefix=@exec_prefix@
 
30
bindir=@bindir@
 
31
mandir=@mandir@
 
32
PACKAGE=@PACKAGE@
 
33
VERSION=@VERSION@
 
34
CPPFLAGS=@CPPFLAGS@
 
35
CFLAGS=@CFLAGS@ @CPPFLAGS@ -I. -I.. -I../../../ -I ../../../xplib -I ../../../../libs-external/USI++
 
36
LDFLAGS=@LDFLAGS@ -L../../xplib
 
37
SOLDFLAGS=@SOLDFLAGS@
 
38
LIBS=@LIBS@ -lxplib
 
39
DYNFLAGS=@DYNFLAGS@
 
40
XPLIB=../../xplib/libxplib.a
 
41
INCLUDES=
 
42
CXXSOURCES=portscanner.cc
 
43
OBJS=${CXXSOURCES:.cc=.o} ${CSOURCES:.c=.o}
 
44
 
 
45
all: portscanner_mod
 
46
 
 
47
portscanner_mod: $(OBJS)
 
48
 
 
49
.c.o: $(INCLUDES)
 
50
        $(CC) -c $(CFLAGS) $<
 
51
 
 
52
.cc.o: $(INCLUDES)
 
53
        $(CXX) -c ${CFLAGS} $<
 
54
 
 
55
clean:
 
56
        rm -f core *.o *.so
 
57
 
 
58
distclean: clean
 
59
        rm -f Makefile