The Android Open Source Project | 2949f58 | 2009-03-03 19:30:46 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_SRC_FILES:=\ |
| 5 | addrtoname.c\ |
| 6 | af.c\ |
| 7 | cpack.c\ |
| 8 | gmpls.c\ |
| 9 | oui.c\ |
| 10 | gmt2local.c\ |
| 11 | ipproto.c\ |
| 12 | nlpid.c\ |
| 13 | l2vpn.c\ |
| 14 | machdep.c\ |
| 15 | parsenfsfh.c\ |
| 16 | print-802_11.c\ |
| 17 | print-ap1394.c\ |
| 18 | print-ah.c\ |
| 19 | print-arcnet.c\ |
| 20 | print-aodv.c\ |
| 21 | print-arp.c\ |
| 22 | print-ascii.c\ |
| 23 | print-atalk.c\ |
| 24 | print-atm.c\ |
| 25 | print-beep.c\ |
| 26 | print-bfd.c\ |
| 27 | print-bgp.c\ |
| 28 | print-bootp.c\ |
| 29 | print-cdp.c\ |
| 30 | print-chdlc.c\ |
| 31 | print-cip.c\ |
| 32 | print-cnfp.c\ |
| 33 | print-dccp.c\ |
| 34 | print-dhcp6.c\ |
| 35 | print-decnet.c\ |
| 36 | print-domain.c\ |
| 37 | print-dvmrp.c\ |
| 38 | print-enc.c\ |
| 39 | print-egp.c\ |
| 40 | print-eap.c\ |
| 41 | print-eigrp.c\ |
| 42 | print-esp.c\ |
| 43 | print-ether.c\ |
| 44 | print-fddi.c\ |
| 45 | print-fr.c\ |
| 46 | print-frag6.c\ |
| 47 | print-gre.c\ |
| 48 | print-hsrp.c\ |
| 49 | print-icmp.c\ |
| 50 | print-icmp6.c\ |
| 51 | print-igmp.c\ |
| 52 | print-igrp.c\ |
| 53 | print-ip.c\ |
| 54 | print-ip6.c\ |
| 55 | print-ip6opts.c\ |
| 56 | print-ipcomp.c\ |
| 57 | print-ipfc.c\ |
| 58 | print-ipx.c\ |
| 59 | print-isakmp.c\ |
| 60 | print-isoclns.c\ |
| 61 | print-juniper.c\ |
| 62 | print-krb.c\ |
| 63 | print-l2tp.c\ |
| 64 | print-lane.c\ |
| 65 | print-ldp.c\ |
| 66 | print-llc.c\ |
| 67 | print-lmp.c\ |
| 68 | print-lspping.c\ |
| 69 | print-lwres.c\ |
| 70 | print-mobile.c\ |
| 71 | print-mobility.c\ |
| 72 | print-mpls.c\ |
| 73 | print-msdp.c\ |
| 74 | print-nfs.c\ |
| 75 | print-ntp.c\ |
| 76 | print-null.c\ |
| 77 | print-olsr.c\ |
| 78 | print-ospf.c\ |
| 79 | print-ospf6.c\ |
| 80 | print-pgm.c\ |
| 81 | print-pim.c\ |
| 82 | print-ppp.c\ |
| 83 | print-pppoe.c\ |
| 84 | print-pptp.c\ |
| 85 | print-radius.c\ |
| 86 | print-raw.c\ |
| 87 | print-rip.c\ |
| 88 | print-ripng.c\ |
| 89 | print-rsvp.c\ |
| 90 | print-rt6.c\ |
| 91 | print-rx.c\ |
| 92 | print-sctp.c\ |
| 93 | print-sip.c\ |
| 94 | print-sl.c\ |
| 95 | print-sll.c\ |
| 96 | print-slow.c\ |
| 97 | print-snmp.c\ |
| 98 | print-stp.c\ |
| 99 | print-sunatm.c\ |
| 100 | print-sunrpc.c\ |
| 101 | print-symantec.c\ |
| 102 | print-syslog.c\ |
| 103 | print-tcp.c\ |
| 104 | print-telnet.c\ |
| 105 | print-tftp.c\ |
| 106 | print-timed.c\ |
| 107 | print-token.c\ |
| 108 | print-udp.c\ |
| 109 | print-vjc.c\ |
| 110 | print-vrrp.c\ |
| 111 | print-wb.c\ |
| 112 | print-zephyr.c\ |
| 113 | setsignal.c\ |
| 114 | tcpdump.c\ |
| 115 | util.c\ |
| 116 | version.c\ |
| 117 | print-smb.c\ |
| 118 | smbutil.c\ |
| 119 | missing/strlcat.c\ |
| 120 | missing/strlcpy.c |
| 121 | |
Dan Egnor | ae21bd0 | 2009-05-15 12:43:43 -0700 | [diff] [blame] | 122 | LOCAL_CFLAGS := -O2 -g |
| 123 | LOCAL_CFLAGS += -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" |
The Android Open Source Project | 2949f58 | 2009-03-03 19:30:46 -0800 | [diff] [blame] | 124 | |
Dan Egnor | ae21bd0 | 2009-05-15 12:43:43 -0700 | [diff] [blame] | 125 | LOCAL_C_INCLUDES += \ |
The Android Open Source Project | 2949f58 | 2009-03-03 19:30:46 -0800 | [diff] [blame] | 126 | $(LOCAL_PATH)/missing\ |
| 127 | external/openssl/include\ |
| 128 | external/libpcap |
| 129 | |
Doug Kwan | c88d03b | 2009-10-02 15:54:56 -0700 | [diff] [blame] | 130 | LOCAL_SHARED_LIBRARIES += libssl libcrypto |
The Android Open Source Project | 2949f58 | 2009-03-03 19:30:46 -0800 | [diff] [blame] | 131 | |
Dan Egnor | ae21bd0 | 2009-05-15 12:43:43 -0700 | [diff] [blame] | 132 | LOCAL_STATIC_LIBRARIES += libpcap |
The Android Open Source Project | 2949f58 | 2009-03-03 19:30:46 -0800 | [diff] [blame] | 133 | |
Dan Egnor | ae21bd0 | 2009-05-15 12:43:43 -0700 | [diff] [blame] | 134 | LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) |
The Android Open Source Project | 2949f58 | 2009-03-03 19:30:46 -0800 | [diff] [blame] | 135 | |
Dan Egnor | f35e56d | 2009-06-02 20:51:06 -0700 | [diff] [blame] | 136 | LOCAL_MODULE_TAGS := eng |
Dan Egnor | ae21bd0 | 2009-05-15 12:43:43 -0700 | [diff] [blame] | 137 | |
| 138 | LOCAL_MODULE := tcpdump |
The Android Open Source Project | 2949f58 | 2009-03-03 19:30:46 -0800 | [diff] [blame] | 139 | |
| 140 | include $(BUILD_EXECUTABLE) |