初步修复
This commit is contained in:
parent
8fc4357cc6
commit
e4714f3f0e
46705 changed files with 12004901 additions and 0 deletions
33
Common/cppunit-1.12.1/include/cppunit/config/CppUnitApi.h
Normal file
33
Common/cppunit-1.12.1/include/cppunit/config/CppUnitApi.h
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
#ifndef CPPUNIT_CONFIG_CPPUNITAPI
|
||||
#define CPPUNIT_CONFIG_CPPUNITAPI
|
||||
|
||||
#undef CPPUNIT_API
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
// define CPPUNIT_DLL_BUILD when building CppUnit dll.
|
||||
#ifdef CPPUNIT_BUILD_DLL
|
||||
#define CPPUNIT_API __declspec(dllexport)
|
||||
#endif
|
||||
|
||||
// define CPPUNIT_DLL when linking to CppUnit dll.
|
||||
#ifdef CPPUNIT_DLL
|
||||
#define CPPUNIT_API __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#ifdef CPPUNIT_API
|
||||
#undef CPPUNIT_NEED_DLL_DECL
|
||||
#define CPPUNIT_NEED_DLL_DECL 1
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef CPPUNIT_API
|
||||
#define CPPUNIT_API
|
||||
#undef CPPUNIT_NEED_DLL_DECL
|
||||
#define CPPUNIT_NEED_DLL_DECL 0
|
||||
#endif
|
||||
|
||||
|
||||
#endif // CPPUNIT_CONFIG_CPPUNITAPI
|
||||
10
Common/cppunit-1.12.1/include/cppunit/config/Makefile.am
Normal file
10
Common/cppunit-1.12.1/include/cppunit/config/Makefile.am
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
libcppunitincludedir = $(includedir)/cppunit/config
|
||||
|
||||
libcppunitinclude_HEADERS = \
|
||||
config-bcb5.h \
|
||||
config-evc4.h \
|
||||
config-mac.h \
|
||||
config-msvc6.h \
|
||||
SelectDllLoader.h \
|
||||
CppUnitApi.h \
|
||||
SourcePrefix.h
|
||||
438
Common/cppunit-1.12.1/include/cppunit/config/Makefile.in
Normal file
438
Common/cppunit-1.12.1/include/cppunit/config/Makefile.in
Normal file
|
|
@ -0,0 +1,438 @@
|
|||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = include/cppunit/config
|
||||
DIST_COMMON = $(libcppunitinclude_HEADERS) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = \
|
||||
$(top_srcdir)/config/ac_create_prefix_config_h.m4 \
|
||||
$(top_srcdir)/config/ac_cxx_have_sstream.m4 \
|
||||
$(top_srcdir)/config/ac_cxx_have_strstream.m4 \
|
||||
$(top_srcdir)/config/ac_cxx_namespaces.m4 \
|
||||
$(top_srcdir)/config/ac_cxx_rtti.m4 \
|
||||
$(top_srcdir)/config/ac_cxx_string_compare_string_first.m4 \
|
||||
$(top_srcdir)/config/ac_dll.m4 \
|
||||
$(top_srcdir)/config/ax_cxx_gcc_abi_demangle.m4 \
|
||||
$(top_srcdir)/config/ax_cxx_have_isfinite.m4 \
|
||||
$(top_srcdir)/config/bb_enable_doxygen.m4 \
|
||||
$(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libcppunitincludedir)"
|
||||
libcppunitincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
||||
HEADERS = $(libcppunitinclude_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CPPUNIT_BINARY_AGE = @CPPUNIT_BINARY_AGE@
|
||||
CPPUNIT_INTERFACE_AGE = @CPPUNIT_INTERFACE_AGE@
|
||||
CPPUNIT_MAJOR_VERSION = @CPPUNIT_MAJOR_VERSION@
|
||||
CPPUNIT_MICRO_VERSION = @CPPUNIT_MICRO_VERSION@
|
||||
CPPUNIT_MINOR_VERSION = @CPPUNIT_MINOR_VERSION@
|
||||
CPPUNIT_VERSION = @CPPUNIT_VERSION@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOT = @DOT@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBADD_DL = @LIBADD_DL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
LT_AGE = @LT_AGE@
|
||||
LT_CURRENT = @LT_CURRENT@
|
||||
LT_RELEASE = @LT_RELEASE@
|
||||
LT_REVISION = @LT_REVISION@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
enable_dot = @enable_dot@
|
||||
enable_html_docs = @enable_html_docs@
|
||||
enable_latex_docs = @enable_latex_docs@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
libcppunitincludedir = $(includedir)/cppunit/config
|
||||
libcppunitinclude_HEADERS = \
|
||||
config-bcb5.h \
|
||||
config-evc4.h \
|
||||
config-mac.h \
|
||||
config-msvc6.h \
|
||||
SelectDllLoader.h \
|
||||
CppUnitApi.h \
|
||||
SourcePrefix.h
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/cppunit/config/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu include/cppunit/config/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-libcppunitincludeHEADERS: $(libcppunitinclude_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libcppunitincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libcppunitincludedir)"
|
||||
@list='$(libcppunitinclude_HEADERS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(libcppunitincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libcppunitincludedir)/$$f'"; \
|
||||
$(libcppunitincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libcppunitincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-libcppunitincludeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(libcppunitinclude_HEADERS)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(libcppunitincludedir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(libcppunitincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(libcppunitincludedir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-libcppunitincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-libcppunitincludeHEADERS
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libtool ctags distclean distclean-generic \
|
||||
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am install-data \
|
||||
install-data-am install-dvi install-dvi-am install-exec \
|
||||
install-exec-am install-html install-html-am install-info \
|
||||
install-info-am install-libcppunitincludeHEADERS install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
tags uninstall uninstall-am uninstall-libcppunitincludeHEADERS
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
|
@ -0,0 +1,76 @@
|
|||
#ifndef CPPUNIT_CONFIG_SELECTDLLLOADER_H
|
||||
#define CPPUNIT_CONFIG_SELECTDLLLOADER_H
|
||||
|
||||
/*! \file
|
||||
* Selects DynamicLibraryManager implementation.
|
||||
*
|
||||
* Don't include this file directly. Include Portability.h instead.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \def CPPUNIT_NO_TESTPLUGIN
|
||||
* \brief If defined, then plug-in related classes and functions will not be compiled.
|
||||
*
|
||||
* \internal
|
||||
* CPPUNIT_HAVE_WIN32_DLL_LOADER
|
||||
* If defined, Win32 implementation of DynamicLibraryManager will be used.
|
||||
*
|
||||
* CPPUNIT_HAVE_BEOS_DLL_LOADER
|
||||
* If defined, BeOs implementation of DynamicLibraryManager will be used.
|
||||
*
|
||||
* CPPUNIT_HAVE_UNIX_DLL_LOADER
|
||||
* If defined, Unix implementation (dlfcn.h) of DynamicLibraryManager will be used.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \def CPPUNIT_PLUGIN_EXPORT
|
||||
* \ingroup WritingTestPlugIn
|
||||
* \brief A macro to export a function from a dynamic library
|
||||
*
|
||||
* This macro export the C function following it from a dynamic library.
|
||||
* Exporting the function makes it accessible to the DynamicLibraryManager.
|
||||
*
|
||||
* Example of usage:
|
||||
* \code
|
||||
* #include <cppunit/include/plugin/TestPlugIn.h>
|
||||
*
|
||||
* CPPUNIT_PLUGIN_EXPORT CppUnitTestPlugIn *CPPUNIT_PLUGIN_EXPORTED_NAME(void)
|
||||
* {
|
||||
* ...
|
||||
* return &myPlugInInterface;
|
||||
* }
|
||||
* \endcode
|
||||
*/
|
||||
|
||||
#if !defined(CPPUNIT_NO_TESTPLUGIN)
|
||||
|
||||
// Is WIN32 platform ?
|
||||
#if defined(WIN32)
|
||||
#define CPPUNIT_HAVE_WIN32_DLL_LOADER 1
|
||||
#undef CPPUNIT_PLUGIN_EXPORT
|
||||
#define CPPUNIT_PLUGIN_EXPORT extern "C" __declspec(dllexport)
|
||||
|
||||
// Is BeOS platform ?
|
||||
#elif defined(__BEOS__)
|
||||
#define CPPUNIT_HAVE_BEOS_DLL_LOADER 1
|
||||
|
||||
// Is Unix platform and have shl_load() (hp-ux)
|
||||
#elif defined(CPPUNIT_HAVE_SHL_LOAD)
|
||||
#define CPPUNIT_HAVE_UNIX_SHL_LOADER 1
|
||||
|
||||
// Is Unix platform and have include <dlfcn.h>
|
||||
#elif defined(CPPUNIT_HAVE_LIBDL)
|
||||
#define CPPUNIT_HAVE_UNIX_DLL_LOADER 1
|
||||
|
||||
// Otherwise, disable support for DllLoader
|
||||
#else
|
||||
#define CPPUNIT_NO_TESTPLUGIN 1
|
||||
#endif
|
||||
|
||||
#if !defined(CPPUNIT_PLUGIN_EXPORT)
|
||||
#define CPPUNIT_PLUGIN_EXPORT extern "C"
|
||||
#endif // !defined(CPPUNIT_PLUGIN_EXPORT)
|
||||
|
||||
#endif // !defined(CPPUNIT_NO_TESTPLUGIN)
|
||||
|
||||
#endif // CPPUNIT_CONFIG_SELECTDLLLOADER_H
|
||||
14
Common/cppunit-1.12.1/include/cppunit/config/SourcePrefix.h
Normal file
14
Common/cppunit-1.12.1/include/cppunit/config/SourcePrefix.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef CPPUNIT_CONFIG_H_INCLUDED
|
||||
#define CPPUNIT_CONFIG_H_INCLUDED
|
||||
|
||||
#include <cppunit/Portability.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable: 4018 4284 4146)
|
||||
#if _MSC_VER >= 1400
|
||||
#pragma warning(disable: 4996) // sprintf is deprecated
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#endif // CPPUNIT_CONFIG_H_INCLUDED
|
||||
47
Common/cppunit-1.12.1/include/cppunit/config/config-bcb5.h
Normal file
47
Common/cppunit-1.12.1/include/cppunit/config/config-bcb5.h
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
#ifndef _INCLUDE_CPPUNIT_CONFIG_BCB5_H
|
||||
#define _INCLUDE_CPPUNIT_CONFIG_BCB5_H 1
|
||||
|
||||
#define HAVE_CMATH 1
|
||||
|
||||
/* include/cppunit/config-bcb5.h. Manually adapted from
|
||||
include/cppunit/config-auto.h */
|
||||
|
||||
/* define to 1 if the compiler implements namespaces */
|
||||
#ifndef CPPUNIT_HAVE_NAMESPACES
|
||||
#define CPPUNIT_HAVE_NAMESPACES 1
|
||||
#endif
|
||||
|
||||
/* define if library uses std::string::compare(string,pos,n) */
|
||||
#ifndef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
|
||||
#define CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST 0
|
||||
#endif
|
||||
|
||||
/* Define if you have the <dlfcn.h> header file. */
|
||||
#ifdef CPPUNIT_HAVE_DLFCN_H
|
||||
#undef CPPUNIT_HAVE_DLFCN_H
|
||||
#endif
|
||||
|
||||
/* define to 1 if the compiler implements namespaces */
|
||||
#ifndef CPPUNIT_HAVE_NAMESPACES
|
||||
#define CPPUNIT_HAVE_NAMESPACES 1
|
||||
#endif
|
||||
|
||||
/* define if the compiler supports Run-Time Type Identification */
|
||||
#ifndef CPPUNIT_HAVE_RTTI
|
||||
#define CPPUNIT_HAVE_RTTI 1
|
||||
#endif
|
||||
|
||||
/* Define to 1 to use type_info::name() for class names */
|
||||
#ifndef CPPUNIT_USE_TYPEINFO_NAME
|
||||
#define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI
|
||||
#endif
|
||||
|
||||
#define CPPUNIT_HAVE_SSTREAM 1
|
||||
|
||||
/* Name of package */
|
||||
#ifndef CPPUNIT_PACKAGE
|
||||
#define CPPUNIT_PACKAGE "cppunit"
|
||||
#endif
|
||||
|
||||
/* _INCLUDE_CPPUNIT_CONFIG_BCB5_H */
|
||||
#endif
|
||||
78
Common/cppunit-1.12.1/include/cppunit/config/config-evc4.h
Normal file
78
Common/cppunit-1.12.1/include/cppunit/config/config-evc4.h
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
#ifndef _INCLUDE_CPPUNIT_CONFIG_EVC4_H
|
||||
#define _INCLUDE_CPPUNIT_CONFIG_EVC4_H 1
|
||||
|
||||
#if _MSC_VER > 1000 // VC++
|
||||
#pragma warning( disable : 4786 ) // disable warning debug symbol > 255...
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#define HAVE_CMATH 1
|
||||
|
||||
/* include/cppunit/config-msvc6.h. Manually adapted from
|
||||
include/cppunit/config-auto.h */
|
||||
|
||||
/* define to 1 if the compiler implements namespaces */
|
||||
#ifndef CPPUNIT_HAVE_NAMESPACES
|
||||
#define CPPUNIT_HAVE_NAMESPACES 1
|
||||
#endif
|
||||
|
||||
/* define if library uses std::string::compare(string,pos,n) */
|
||||
#ifdef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
|
||||
#undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
|
||||
#endif
|
||||
|
||||
/* Define if you have the <dlfcn.h> header file. */
|
||||
#ifdef CPPUNIT_HAVE_DLFCN_H
|
||||
#undef CPPUNIT_HAVE_DLFCN_H
|
||||
#endif
|
||||
|
||||
/* define to 1 if the compiler implements namespaces */
|
||||
#ifndef CPPUNIT_HAVE_NAMESPACES
|
||||
#define CPPUNIT_HAVE_NAMESPACES 1
|
||||
#endif
|
||||
|
||||
/* define if the compiler supports Run-Time Type Identification */
|
||||
#ifndef CPPUNIT_HAVE_RTTI
|
||||
#define CPPUNIT_HAVE_RTTI 0
|
||||
#endif
|
||||
|
||||
/* Define to 1 to use type_info::name() for class names */
|
||||
#ifndef CPPUNIT_USE_TYPEINFO_NAME
|
||||
#define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI
|
||||
#endif
|
||||
|
||||
#define CPPUNIT_NO_STREAM 1
|
||||
#define CPPUNIT_NO_ASSERT 1
|
||||
|
||||
#define CPPUNIT_HAVE_SSTREAM 0
|
||||
|
||||
/* Name of package */
|
||||
#ifndef CPPUNIT_PACKAGE
|
||||
#define CPPUNIT_PACKAGE "cppunit"
|
||||
#endif
|
||||
|
||||
|
||||
// Compiler error location format for CompilerOutputter
|
||||
// See class CompilerOutputter for format.
|
||||
#undef CPPUNIT_COMPILER_LOCATION_FORMAT
|
||||
#if _MSC_VER >= 1300 // VS 7.0
|
||||
# define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l) : error : "
|
||||
#else
|
||||
# define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l):"
|
||||
#endif
|
||||
|
||||
/* define to 1 if the compiler has _finite() */
|
||||
#ifndef CPPUNIT_HAVE__FINITE
|
||||
#define CPPUNIT_HAVE__FINITE 1
|
||||
#endif
|
||||
|
||||
// Uncomment to turn on STL wrapping => use this to test compilation.
|
||||
// This will make CppUnit subclass std::vector & co to provide default
|
||||
// parameter.
|
||||
/*#define CPPUNIT_STD_NEED_ALLOCATOR 1
|
||||
#define CPPUNIT_STD_ALLOCATOR std::allocator<T>
|
||||
//#define CPPUNIT_NO_NAMESPACE 1
|
||||
*/
|
||||
|
||||
|
||||
/* _INCLUDE_CPPUNIT_CONFIG_EVC4_H */
|
||||
#endif
|
||||
58
Common/cppunit-1.12.1/include/cppunit/config/config-mac.h
Normal file
58
Common/cppunit-1.12.1/include/cppunit/config/config-mac.h
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
#ifndef _INCLUDE_CPPUNIT_CONFIG_MAC_H
|
||||
#define _INCLUDE_CPPUNIT_CONFIG_MAC_H 1
|
||||
|
||||
/* MacOS X should be installed using the configure script.
|
||||
This file is for other macs.
|
||||
|
||||
It is not integrated into <cppunit/Portability.h> because we don't
|
||||
know a suitable preprocessor symbol that will distinguish MacOS X
|
||||
from other MacOS versions. Email us if you know the answer.
|
||||
*/
|
||||
|
||||
/* define if library uses std::string::compare(string,pos,n) */
|
||||
#ifdef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
|
||||
#undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
|
||||
#endif
|
||||
|
||||
/* define if the library defines strstream */
|
||||
#ifndef CPPUNIT_HAVE_CLASS_STRSTREAM
|
||||
#define CPPUNIT_HAVE_CLASS_STRSTREAM 1
|
||||
#endif
|
||||
|
||||
/* Define if you have the <cmath> header file. */
|
||||
#ifdef CPPUNIT_HAVE_CMATH
|
||||
#undef CPPUNIT_HAVE_CMATH
|
||||
#endif
|
||||
|
||||
/* Define if you have the <dlfcn.h> header file. */
|
||||
#ifdef CPPUNIT_HAVE_DLFCN_H
|
||||
#undef CPPUNIT_HAVE_DLFCN_H
|
||||
#endif
|
||||
|
||||
/* define to 1 if the compiler implements namespaces */
|
||||
#ifndef CPPUNIT_HAVE_NAMESPACES
|
||||
#define CPPUNIT_HAVE_NAMESPACES 1
|
||||
#endif
|
||||
|
||||
/* define if the compiler supports Run-Time Type Identification */
|
||||
#ifndef CPPUNIT_HAVE_RTTI
|
||||
#define CPPUNIT_HAVE_RTTI 1
|
||||
#endif
|
||||
|
||||
/* define if the compiler has stringstream */
|
||||
#ifndef CPPUNIT_HAVE_SSTREAM
|
||||
#define CPPUNIT_HAVE_SSTREAM 1
|
||||
#endif
|
||||
|
||||
/* Define if you have the <strstream> header file. */
|
||||
#ifndef CPPUNIT_HAVE_STRSTREAM
|
||||
#define CPPUNIT_HAVE_STRSTREAM 1
|
||||
#endif
|
||||
|
||||
/* Define to 1 to use type_info::name() for class names */
|
||||
#ifndef CPPUNIT_USE_TYPEINFO_NAME
|
||||
#define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI
|
||||
#endif
|
||||
|
||||
/* _INCLUDE_CPPUNIT_CONFIG_MAC_H */
|
||||
#endif
|
||||
83
Common/cppunit-1.12.1/include/cppunit/config/config-msvc6.h
Normal file
83
Common/cppunit-1.12.1/include/cppunit/config/config-msvc6.h
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
#ifndef _INCLUDE_CPPUNIT_CONFIG_MSVC6_H
|
||||
#define _INCLUDE_CPPUNIT_CONFIG_MSVC6_H 1
|
||||
|
||||
#if _MSC_VER > 1000 // VC++
|
||||
#pragma warning( disable : 4786 ) // disable warning debug symbol > 255...
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#define HAVE_CMATH 1
|
||||
|
||||
/* include/cppunit/config-msvc6.h. Manually adapted from
|
||||
include/cppunit/config-auto.h */
|
||||
|
||||
/* define to 1 if the compiler implements namespaces */
|
||||
#ifndef CPPUNIT_HAVE_NAMESPACES
|
||||
#define CPPUNIT_HAVE_NAMESPACES 1
|
||||
#endif
|
||||
|
||||
/* define if library uses std::string::compare(string,pos,n) */
|
||||
#ifdef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
|
||||
#undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST
|
||||
#endif
|
||||
|
||||
/* Define if you have the <dlfcn.h> header file. */
|
||||
#ifdef CPPUNIT_HAVE_DLFCN_H
|
||||
#undef CPPUNIT_HAVE_DLFCN_H
|
||||
#endif
|
||||
|
||||
/* define to 1 if the compiler implements namespaces */
|
||||
#ifndef CPPUNIT_HAVE_NAMESPACES
|
||||
#define CPPUNIT_HAVE_NAMESPACES 1
|
||||
#endif
|
||||
|
||||
/* define if the compiler supports Run-Time Type Identification */
|
||||
#ifndef CPPUNIT_HAVE_RTTI
|
||||
# ifdef _CPPRTTI // Defined by the compiler option /GR
|
||||
# define CPPUNIT_HAVE_RTTI 1
|
||||
# else
|
||||
# define CPPUNIT_HAVE_RTTI 0
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Define to 1 to use type_info::name() for class names */
|
||||
#ifndef CPPUNIT_USE_TYPEINFO_NAME
|
||||
#define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI
|
||||
#endif
|
||||
|
||||
#define CPPUNIT_HAVE_SSTREAM 1
|
||||
|
||||
/* Name of package */
|
||||
#ifndef CPPUNIT_PACKAGE
|
||||
#define CPPUNIT_PACKAGE "cppunit"
|
||||
#endif
|
||||
|
||||
|
||||
// Compiler error location format for CompilerOutputter
|
||||
// See class CompilerOutputter for format.
|
||||
#undef CPPUNIT_COMPILER_LOCATION_FORMAT
|
||||
#if _MSC_VER >= 1300 // VS 7.0
|
||||
# define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l) : error : "
|
||||
#else
|
||||
# define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l):"
|
||||
#endif
|
||||
|
||||
// Define to 1 if the compiler support C++ style cast.
|
||||
#define CPPUNIT_HAVE_CPP_CAST 1
|
||||
|
||||
/* define to 1 if the compiler has _finite() */
|
||||
#ifndef CPPUNIT_HAVE__FINITE
|
||||
#define CPPUNIT_HAVE__FINITE 1
|
||||
#endif
|
||||
|
||||
|
||||
// Uncomment to turn on STL wrapping => use this to test compilation.
|
||||
// This will make CppUnit subclass std::vector & co to provide default
|
||||
// parameter.
|
||||
/*#define CPPUNIT_STD_NEED_ALLOCATOR 1
|
||||
#define CPPUNIT_STD_ALLOCATOR std::allocator<T>
|
||||
//#define CPPUNIT_NO_NAMESPACE 1
|
||||
*/
|
||||
|
||||
|
||||
/* _INCLUDE_CPPUNIT_CONFIG_MSVC6_H */
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue