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

« back to all changes in this revision

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