strptime.c needs ctype.h.
[metze/wireshark/wip.git] / wsutil / Makefile.common
index 570dbe60daa0eea125a0b6e1682fd38852de1da3..48fa8b090f90f6f28bae0b6a837eaf4aeed30ad7 100644 (file)
@@ -3,8 +3,6 @@
 #     a) common to both files and
 #     b) portable between both files
 #
-# $Id$
-#
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
 # generated from YACC or Lex files (as Automake doesn't want them in
 # _SOURCES variables).
 LIBWSUTIL_SRC =        \
+       adler32.c       \
+       aes.c           \
        airpdcap_wep.c  \
+       base64.c        \
+       bitswap.c       \
+       buffer.c        \
+       cfutils.c       \
+       clopts_common.c \
+       cmdarg_err.c    \
+       compiler_info.c \
+       copyright_info.c \
+       cpu_info.c      \
        crash_info.c    \
        crc6.c          \
        crc7.c          \
@@ -39,14 +48,49 @@ LIBWSUTIL_SRC =     \
        crc16.c         \
        crc16-plain.c   \
        crc32.c         \
-       crcdrm.c        \
+       des.c           \
+       eax.c           \
+       filesystem.c    \
+       g711.c          \
+       glib_version_info.c \
+       md4.c           \
+       md5.c           \
+       mem_info.c      \
        mpeg-audio.c    \
+       nstime.c        \
+       os_version_info.c \
+       plugins.c       \
        privileges.c    \
+       sha1.c          \
+       sober128.c      \
+       strnatcmp.c     \
        str_util.c      \
-       type_util.c
+       rc4.c           \
+       report_err.c    \
+       tempfile.c      \
+       time_util.c     \
+       type_util.c     \
+       ws_mempbrk.c    \
+       u3.c            \
+       unicode-utils.c \
+       ws_version_info.c
 
-# Header files that are not generated from other files
-LIBWSUTIL_INCLUDES =   \
+# Header files that don't declare replacement functions for functions
+# present in the APIs/ABIs of some, but not all, targets.
+libwsutil_nonrepl_INCLUDES = \
+       adler32.h       \
+       aes.h           \
+       base64.h        \
+       bits_ctz.h      \
+       bits_count_ones.h       \
+       bitswap.h       \
+       buffer.h        \
+       cfutils.h       \
+       clopts_common.h \
+       cmdarg_err.h    \
+       compiler_info.h \
+       copyright_info.h \
+       cpu_info.h      \
        crash_info.h    \
        crc6.h          \
        crc7.h          \
@@ -56,8 +100,51 @@ LIBWSUTIL_INCLUDES =        \
        crc16.h         \
        crc16-plain.h   \
        crc32.h         \
-       crcdrm.h        \
+       des.h           \
+       eax.h           \
+       filesystem.h    \
+       g711.h          \
+       glib_version_info.h \
+       md4.h           \
+       md5.h           \
+       mem_info.h      \
        mpeg-audio.h    \
+       nstime.h        \
+       os_version_info.h \
+       plugins.h       \
        privileges.h    \
+       sha1.h          \
+       sign_ext.h      \
+       sober128.h      \
+       strnatcmp.h     \
        str_util.h      \
-       type_util.h
+       pint.h          \
+       rc4.h           \
+       report_err.h    \
+       tempfile.h      \
+       time_util.h     \
+       type_util.h     \
+       u3.h            \
+       unicode-utils.h \
+       ws_cpuid.h      \
+       ws_diag_control.h \
+       ws_mempbrk.h    \
+       ws_version_info.h
+
+# Header files that are not generated from other files
+LIBWSUTIL_INCLUDES =   \
+       $(libwsutil_nonrepl_INCLUDES)   \
+       strncasecmp.h
+
+#
+# Editor modelines  -  https://www.wireshark.org/tools/modelines.html
+#
+# Local variables:
+# c-basic-offset: 8
+# tab-width: 8
+# indent-tabs-mode: t
+# End:
+#
+# vi: set shiftwidth=8 tabstop=8 noexpandtab:
+# :indentSize=8:tabSize=8:noTabs=false:
+#