Add support for Exif decoding (initial framework).
[obnox/wireshark/wip.git] / Makefile.common
index 0d5cd3ebf7fa628ed52cd84ebe5ab10ffd47b6e7..3c2c044861c5cd05a13fbb98f70a251caff85ae4 100644 (file)
@@ -3,7 +3,7 @@
 #     a) common to both files and
 #     b) portable between both files
 #
-# $Id: Makefile.common,v 1.31 2004/03/23 01:02:40 guy Exp $
+# $Id: Makefile.common,v 1.46 2004/05/25 10:09:03 sahlberg Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -32,6 +32,7 @@ DISSECTOR_INCLUDES =  \
        packet-afs-macros.h     \
        packet-afs-register-info.h      \
        packet-afs.h    \
+       packet-aim.h    \
        packet-ansi_a.h \
        packet-ansi_map.h       \
        packet-ap1394.h \
@@ -55,6 +56,7 @@ DISSECTOR_INCLUDES =  \
        packet-dcerpc-dfs.h     \
        packet-dcerpc-dnsserver.h       \
        packet-dcerpc-drsuapi.h \
+       packet-dcerpc-efs.h     \
        packet-dcerpc-initshutdown.h    \
        packet-dcerpc-lsa.h     \
        packet-dcerpc-mapi.h    \
@@ -91,14 +93,17 @@ DISSECTOR_INCLUDES =        \
        packet-fcswils.h        \
        packet-fddi.h   \
        packet-frame.h  \
+       packet-ftam.h   \
        packet-giop.h   \
        packet-gnutella.h       \
        packet-gsm_a.h  \
        packet-gsm_map.h        \
+       packet-gsm_sms.h        \
        packet-gsm_ss.h \
        packet-gssapi.h \
        packet-gtp.h    \
        packet-h225.h   \
+       packet-h235.h   \
        packet-h245.h   \
        packet-hclnfsd.h        \
        packet-hpext.h  \
@@ -124,9 +129,11 @@ DISSECTOR_INCLUDES =       \
        packet-kerberos.h       \
        packet-klm.h    \
        packet-ldap.h   \
+       packet-ldp.h    \
        packet-llc.h    \
        packet-mip6.h   \
        packet-mount.h  \
+       packet-mq.h     \
        packet-mrdisc.h \
        packet-msnip.h  \
        packet-mtp3.h   \
@@ -145,6 +152,7 @@ DISSECTOR_INCLUDES =        \
        packet-per.h    \
        packet-pflog.h  \
        packet-pim.h    \
+       packet-pktc.h   \
        packet-portmap.h        \
        packet-ppp.h    \
        packet-pres.h   \
@@ -159,11 +167,14 @@ DISSECTOR_INCLUDES =      \
        packet-rsvp.h   \
        packet-rtcp.h   \
        packet-rtp.h    \
+       packet-rtps.h   \
        packet-rtp-events.h     \
        packet-rwall.h  \
        packet-rx.h     \
        packet-scsi.h   \
+       packet-sctp.h   \
        packet-ses.h    \
+       packet-sip.h    \
        packet-sll.h    \
        packet-smb-browse.h     \
        packet-smb-common.h     \
@@ -215,7 +226,6 @@ DISSECTOR_SUPPORT_INCLUDES =        \
        etypes.h        \
        follow.h        \
        format-oid.h    \
-       g711.h  \
        greproto.h      \
        h225-persistentdata.h   \
        in_cksum.h      \
@@ -228,6 +238,8 @@ DISSECTOR_SUPPORT_INCLUDES =        \
        ppptypes.h      \
        prefs-int.h     \
        prefs.h \
+       print.h \
+       ps.h    \
        ptvcursor.h     \
        reassemble.h    \
        req_resp_hdrs.h \
@@ -244,7 +256,8 @@ DISSECTOR_SUPPORT_INCLUDES =        \
 
 # "BUILT_SOURCES" are built before any "make all" or "make check" targets.
 BUILT_SOURCES =                \
-       cvsversion.h
+       cvsversion.h \
+       ps.c
 
 # sources common for ethereal and tethereal
 ETHEREAL_COMMON_SRC =  \
@@ -254,8 +267,6 @@ ETHEREAL_COMMON_SRC =       \
        conditions.c    \
        disabled_protos.c       \
        pcap-util.c     \
-       print.c \
-       ps.c    \
        range.c \
        ringbuffer.c    \
        timestats.c     \
@@ -273,8 +284,6 @@ ETHEREAL_COMMON_INCLUDES =  \
        file.h  \
        pcap-util.h     \
        pcap-util-int.h \
-       print.h \
-       ps.h    \
        range.h \
        register.h      \
        ringbuffer.h    \
@@ -297,6 +306,7 @@ TETHEREAL_TAP_SRC = \
        tap-protohierstat.c     \
        tap-rpcstat.c   \
        tap-rpcprogs.c  \
+       tap-sipstat.c \
        tap-smbsids.c   \
        tap-smbstat.c   \
        tap-wspstat.c
@@ -325,6 +335,7 @@ ethereal_SOURCES =  \
        capture.c       \
        file.c  \
        filters.c       \
+       g711.c \
        proto_hier_stats.c      \
        summary.c
 
@@ -333,11 +344,11 @@ ethereal_INCLUDES =       \
        alert_box.h     \
        capture.h       \
        filters.h       \
+       g711.h  \
        globals.h       \
        menu.h  \
        progress_dlg.h  \
        proto_hier_stats.h      \
-       report_err.h    \
        simple_dialog.h \
        statusbar.h     \
        summary.h       \