This commit is contained in:
2019-02-19 22:42:30 +00:00
parent cc33879fd0
commit ea6a21030c
9 changed files with 61 additions and 2966 deletions
+61
View File
@@ -0,0 +1,61 @@
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Log files
*.log
# Misc
.svn
.libs
*.bak
modules
-270
View File
@@ -1,270 +0,0 @@
srcdir = /home/sameye/mermsemr/mermsemr/src
builddir = /home/sameye/mermsemr/mermsemr/src
top_srcdir = /home/sameye/mermsemr/mermsemr/src
top_builddir = /home/sameye/mermsemr/mermsemr/src
EGREP = /usr/bin/grep -E
SED = /usr/bin/sed
CONFIGURE_COMMAND = './configure'
CONFIGURE_OPTIONS =
SHLIB_SUFFIX_NAME = so
SHLIB_DL_SUFFIX_NAME = so
ZEND_EXT_TYPE = zend_extension
RE2C = exit 0;
AWK = gawk
MERMSEMR_API_SAMEYE_SHARED_LIBADD = -Wl,-rpath,/usr/lib64 -L/usr/lib64 -lpq -lstdc++ -lcurl -lconfig++ -ljson-c -lssl -lz -lpcrecpp -lgcc_s
shared_objects_mermsemr_api_sameye = core/cfg.lo core/cgi.lo core/clog.lo core/cvariables.lo core/exceptions.lo core/hmac_sha2.lo core/input.lo core/list.lo core/mermsemr.lo core/mermsemr_api.lo core/pgsql.lo core/pgsql_wrapper.lo core/safestring.lo core/sha2.lo core/sha512.lo core/smtp.lo core/timer.lo core/util.lo core/vars.lo shared_tool/creditcards.lo shared_tool/function_agents.lo shared_tool/function_backoffice.lo shared_tool/function_cron.lo shared_tool/function_driver.lo shared_tool/function_invoice.lo shared_tool/function_members.lo shared_tool/function_users.lo shared_tool/medTEmails.lo shared_tool/medTUpload.lo shared_tool/medTrBackOffice.lo shared_tool/medTrMembers.lo shared_tool/medTrTransporter.lo shared_tool/mermsemr_api_main.lo shared_tool/payments.lo shared_tool/stripe.lo shared_tool/stripe_charge.lo
PHP_PECL_EXTENSION = mermsemr_api_sameye
PHP_MODULES = $(phplibdir)/mermsemr_api_sameye.la
PHP_ZEND_EX =
all_targets = $(PHP_MODULES) $(PHP_ZEND_EX)
install_targets = install-modules install-headers
prefix = /usr
exec_prefix = $(prefix)
libdir = ${exec_prefix}/lib
prefix = /usr
phplibdir = /home/sameye/mermsemr/mermsemr/src/modules
phpincludedir = /usr/include/php
CC = cc
CFLAGS = -g -O2
CFLAGS_CLEAN = $(CFLAGS)
CPP = cc -E
CPPFLAGS = -DHAVE_CONFIG_H
CXX = g++
CXXFLAGS = -g -O2
CXXFLAGS_CLEAN = $(CXXFLAGS)
EXTENSION_DIR = /usr/lib64/php/modules
PHP_EXECUTABLE = /usr/bin/php
EXTRA_LDFLAGS =
EXTRA_LIBS =
INCLUDES = -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/pgsql
LFLAGS =
LDFLAGS = -Wl,-rpath,/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/ -L/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/
SHARED_LIBTOOL =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
SHELL = /bin/sh
INSTALL_HEADERS =
mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
INSTALL = $(top_srcdir)/build/shtool install -c
INSTALL_DATA = $(INSTALL) -m 644
DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH)
all: $(all_targets)
@echo
@echo "Build complete."
@echo "Don't forget to run 'make test'."
@echo
build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
build-binaries: $(PHP_BINARIES)
libphp$(PHP_MAJOR_VERSION).la: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -rpath $(phptempdir) $(EXTRA_LDFLAGS) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@
-@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
libs/libphp$(PHP_MAJOR_VERSION).bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
$(CC) $(MH_BUNDLE_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(PHP_GLOBAL_OBJS:.lo=.o) $(PHP_SAPI_OBJS:.lo=.o) $(PHP_FRAMEWORKS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ && cp $@ libs/libphp$(PHP_MAJOR_VERSION).so
install: $(all_targets) $(install_targets)
install-sapi: $(OVERALL_TARGET)
@echo "Installing PHP SAPI module: $(PHP_SAPI)"
-@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
-@if test ! -r $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME); then \
for i in 0.0.0 0.0 0; do \
if test -r $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME).$$i; then \
$(LN_S) $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME).$$i $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME); \
break; \
fi; \
done; \
fi
@$(INSTALL_IT)
install-binaries: build-binaries $(install_binary_targets)
install-modules: build-modules
@test -d modules && \
$(mkinstalldirs) $(INSTALL_ROOT)$(EXTENSION_DIR)
@echo "Installing shared extensions: $(INSTALL_ROOT)$(EXTENSION_DIR)/"
@rm -f modules/*.la >/dev/null 2>&1
@$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR)
install-headers:
-@if test "$(INSTALL_HEADERS)"; then \
for i in `echo $(INSTALL_HEADERS)`; do \
i=`$(top_srcdir)/build/shtool path -d $$i`; \
paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \
done; \
$(mkinstalldirs) $$paths && \
echo "Installing header files: $(INSTALL_ROOT)$(phpincludedir)/" && \
for i in `echo $(INSTALL_HEADERS)`; do \
if test "$(PHP_PECL_EXTENSION)"; then \
src=`echo $$i | $(SED) -e "s#ext/$(PHP_PECL_EXTENSION)/##g"`; \
else \
src=$$i; \
fi; \
if test -f "$(top_srcdir)/$$src"; then \
$(INSTALL_DATA) $(top_srcdir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \
elif test -f "$(top_builddir)/$$src"; then \
$(INSTALL_DATA) $(top_builddir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \
else \
(cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \
cd $(top_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \
fi \
done; \
fi
PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'
PHP_TEST_SHARED_EXTENSIONS = ` \
if test "x$(PHP_MODULES)" != "x"; then \
for i in $(PHP_MODULES)""; do \
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
done; \
fi; \
if test "x$(PHP_ZEND_EX)" != "x"; then \
for i in $(PHP_ZEND_EX)""; do \
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d $(ZEND_EXT_TYPE)=$(top_builddir)/modules/$$dlname"; \
done; \
fi`
PHP_DEPRECATED_DIRECTIVES_REGEX = '^(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
test: all
@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \
if test "$$INI_FILE"; then \
$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \
else \
echo > $(top_builddir)/tmp-php.ini; \
fi; \
INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \
if test "$$INI_SCANNED_PATH"; then \
INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \
$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \
fi; \
TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \
TEST_PHP_SRCDIR=$(top_srcdir) \
CC="$(CC)" \
$(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARED_EXTENSIONS) $(TESTS); \
TEST_RESULT_EXIT_CODE=$$?; \
rm $(top_builddir)/tmp-php.ini; \
exit $$TEST_RESULT_EXIT_CODE; \
else \
echo "ERROR: Cannot run tests without CLI sapi."; \
fi
clean:
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_MILTER_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
distclean: clean
rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c stamp-h buildmk.stamp Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h TSRM/tsrm_config.h
rm -f php7.spec main/build-defs.h scripts/phpize
rm -f ext/date/lib/timelib_config.h ext/mbstring/oniguruma/config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/oci8/oci8_dtrace_gen.h.bak
rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.1 ext/phar/phar.1 ext/phar/phar.phar.1
rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html
rm -f ext/iconv/php_have_bsd_iconv.h ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h ext/iconv/php_have_iconv.h ext/iconv/php_have_libiconv.h ext/iconv/php_iconv_aliased_libiconv.h ext/iconv/php_iconv_supports_errno.h ext/iconv/php_php_iconv_h_path.h ext/iconv/php_php_iconv_impl.h
rm -f ext/phar/phar.phar ext/phar/phar.php
if test "$(srcdir)" != "$(builddir)"; then \
rm -f ext/phar/phar/phar.inc; \
fi
$(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f
prof-gen:
CCACHE_DISABLE=1 $(MAKE) PROF_FLAGS=-fprofile-generate all
prof-clean:
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_MILTER_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
prof-use:
CCACHE_DISABLE=1 $(MAKE) PROF_FLAGS=-fprofile-use all
.PHONY: all clean install distclean test prof-gen prof-clean prof-use
.NOEXPORT:
core/cfg.lo: /home/sameye/mermsemr/mermsemr/src/core/cfg.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/cfg.cc -o core/cfg.lo
core/cgi.lo: /home/sameye/mermsemr/mermsemr/src/core/cgi.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/cgi.cc -o core/cgi.lo
core/clog.lo: /home/sameye/mermsemr/mermsemr/src/core/clog.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/clog.cc -o core/clog.lo
core/cvariables.lo: /home/sameye/mermsemr/mermsemr/src/core/cvariables.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/cvariables.cc -o core/cvariables.lo
core/exceptions.lo: /home/sameye/mermsemr/mermsemr/src/core/exceptions.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/exceptions.cc -o core/exceptions.lo
core/hmac_sha2.lo: /home/sameye/mermsemr/mermsemr/src/core/hmac_sha2.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/hmac_sha2.cc -o core/hmac_sha2.lo
core/input.lo: /home/sameye/mermsemr/mermsemr/src/core/input.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/input.cc -o core/input.lo
core/list.lo: /home/sameye/mermsemr/mermsemr/src/core/list.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/list.cc -o core/list.lo
core/mermsemr.lo: /home/sameye/mermsemr/mermsemr/src/core/mermsemr.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/mermsemr.cc -o core/mermsemr.lo
core/mermsemr_api.lo: /home/sameye/mermsemr/mermsemr/src/core/mermsemr_api.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/mermsemr_api.cc -o core/mermsemr_api.lo
core/pgsql.lo: /home/sameye/mermsemr/mermsemr/src/core/pgsql.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/pgsql.cc -o core/pgsql.lo
core/pgsql_wrapper.lo: /home/sameye/mermsemr/mermsemr/src/core/pgsql_wrapper.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/pgsql_wrapper.cc -o core/pgsql_wrapper.lo
core/safestring.lo: /home/sameye/mermsemr/mermsemr/src/core/safestring.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/safestring.cc -o core/safestring.lo
core/sha2.lo: /home/sameye/mermsemr/mermsemr/src/core/sha2.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/sha2.cc -o core/sha2.lo
core/sha512.lo: /home/sameye/mermsemr/mermsemr/src/core/sha512.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/sha512.cc -o core/sha512.lo
core/smtp.lo: /home/sameye/mermsemr/mermsemr/src/core/smtp.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/smtp.cc -o core/smtp.lo
core/timer.lo: /home/sameye/mermsemr/mermsemr/src/core/timer.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/timer.cc -o core/timer.lo
core/util.lo: /home/sameye/mermsemr/mermsemr/src/core/util.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/util.cc -o core/util.lo
core/vars.lo: /home/sameye/mermsemr/mermsemr/src/core/vars.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/vars.cc -o core/vars.lo
shared_tool/creditcards.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/creditcards.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/creditcards.cc -o shared_tool/creditcards.lo
shared_tool/function_agents.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_agents.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_agents.cc -o shared_tool/function_agents.lo
shared_tool/function_backoffice.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_backoffice.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_backoffice.cc -o shared_tool/function_backoffice.lo
shared_tool/function_cron.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_cron.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_cron.cc -o shared_tool/function_cron.lo
shared_tool/function_driver.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_driver.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_driver.cc -o shared_tool/function_driver.lo
shared_tool/function_invoice.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_invoice.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_invoice.cc -o shared_tool/function_invoice.lo
shared_tool/function_members.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_members.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_members.cc -o shared_tool/function_members.lo
shared_tool/function_users.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_users.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_users.cc -o shared_tool/function_users.lo
shared_tool/medTEmails.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTEmails.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTEmails.cc -o shared_tool/medTEmails.lo
shared_tool/medTUpload.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTUpload.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTUpload.cc -o shared_tool/medTUpload.lo
shared_tool/medTrBackOffice.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrBackOffice.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrBackOffice.cc -o shared_tool/medTrBackOffice.lo
shared_tool/medTrMembers.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrMembers.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrMembers.cc -o shared_tool/medTrMembers.lo
shared_tool/medTrTransporter.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrTransporter.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrTransporter.cc -o shared_tool/medTrTransporter.lo
shared_tool/mermsemr_api_main.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/mermsemr_api_main.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/mermsemr_api_main.cc -o shared_tool/mermsemr_api_main.lo
shared_tool/payments.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/payments.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/payments.cc -o shared_tool/payments.lo
shared_tool/stripe.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/stripe.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/stripe.cc -o shared_tool/stripe.lo
shared_tool/stripe_charge.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/stripe_charge.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/stripe_charge.cc -o shared_tool/stripe_charge.lo
$(phplibdir)/mermsemr_api_sameye.la: ./mermsemr_api_sameye.la
$(LIBTOOL) --mode=install cp ./mermsemr_api_sameye.la $(phplibdir)
./mermsemr_api_sameye.la: $(shared_objects_mermsemr_api_sameye) $(MERMSEMR_API_SAMEYE_SHARED_DEPENDENCIES)
$(LIBTOOL) --mode=link $(CC) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ -export-dynamic -avoid-version -prefer-pic -module -rpath $(phplibdir) $(EXTRA_LDFLAGS) $(shared_objects_mermsemr_api_sameye) $(MERMSEMR_API_SAMEYE_SHARED_LIBADD)
-78
View File
@@ -1,78 +0,0 @@
core/cfg.lo: /home/sameye/mermsemr/mermsemr/src/core/cfg.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/cfg.cc -o core/cfg.lo
core/cgi.lo: /home/sameye/mermsemr/mermsemr/src/core/cgi.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/cgi.cc -o core/cgi.lo
core/clog.lo: /home/sameye/mermsemr/mermsemr/src/core/clog.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/clog.cc -o core/clog.lo
core/cvariables.lo: /home/sameye/mermsemr/mermsemr/src/core/cvariables.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/cvariables.cc -o core/cvariables.lo
core/exceptions.lo: /home/sameye/mermsemr/mermsemr/src/core/exceptions.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/exceptions.cc -o core/exceptions.lo
core/hmac_sha2.lo: /home/sameye/mermsemr/mermsemr/src/core/hmac_sha2.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/hmac_sha2.cc -o core/hmac_sha2.lo
core/input.lo: /home/sameye/mermsemr/mermsemr/src/core/input.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/input.cc -o core/input.lo
core/list.lo: /home/sameye/mermsemr/mermsemr/src/core/list.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/list.cc -o core/list.lo
core/mermsemr.lo: /home/sameye/mermsemr/mermsemr/src/core/mermsemr.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/mermsemr.cc -o core/mermsemr.lo
core/mermsemr_api.lo: /home/sameye/mermsemr/mermsemr/src/core/mermsemr_api.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/mermsemr_api.cc -o core/mermsemr_api.lo
core/pgsql.lo: /home/sameye/mermsemr/mermsemr/src/core/pgsql.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/pgsql.cc -o core/pgsql.lo
core/pgsql_wrapper.lo: /home/sameye/mermsemr/mermsemr/src/core/pgsql_wrapper.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/pgsql_wrapper.cc -o core/pgsql_wrapper.lo
core/safestring.lo: /home/sameye/mermsemr/mermsemr/src/core/safestring.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/safestring.cc -o core/safestring.lo
core/sha2.lo: /home/sameye/mermsemr/mermsemr/src/core/sha2.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/sha2.cc -o core/sha2.lo
core/sha512.lo: /home/sameye/mermsemr/mermsemr/src/core/sha512.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/sha512.cc -o core/sha512.lo
core/smtp.lo: /home/sameye/mermsemr/mermsemr/src/core/smtp.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/smtp.cc -o core/smtp.lo
core/timer.lo: /home/sameye/mermsemr/mermsemr/src/core/timer.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/timer.cc -o core/timer.lo
core/util.lo: /home/sameye/mermsemr/mermsemr/src/core/util.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/util.cc -o core/util.lo
core/vars.lo: /home/sameye/mermsemr/mermsemr/src/core/vars.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/core/vars.cc -o core/vars.lo
shared_tool/creditcards.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/creditcards.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/creditcards.cc -o shared_tool/creditcards.lo
shared_tool/function_agents.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_agents.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_agents.cc -o shared_tool/function_agents.lo
shared_tool/function_backoffice.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_backoffice.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_backoffice.cc -o shared_tool/function_backoffice.lo
shared_tool/function_cron.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_cron.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_cron.cc -o shared_tool/function_cron.lo
shared_tool/function_driver.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_driver.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_driver.cc -o shared_tool/function_driver.lo
shared_tool/function_invoice.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_invoice.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_invoice.cc -o shared_tool/function_invoice.lo
shared_tool/function_members.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_members.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_members.cc -o shared_tool/function_members.lo
shared_tool/function_users.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/function_users.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/function_users.cc -o shared_tool/function_users.lo
shared_tool/medTEmails.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTEmails.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTEmails.cc -o shared_tool/medTEmails.lo
shared_tool/medTUpload.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTUpload.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTUpload.cc -o shared_tool/medTUpload.lo
shared_tool/medTrBackOffice.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrBackOffice.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrBackOffice.cc -o shared_tool/medTrBackOffice.lo
shared_tool/medTrMembers.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrMembers.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrMembers.cc -o shared_tool/medTrMembers.lo
shared_tool/medTrTransporter.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrTransporter.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/medTrTransporter.cc -o shared_tool/medTrTransporter.lo
shared_tool/mermsemr_api_main.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/mermsemr_api_main.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/mermsemr_api_main.cc -o shared_tool/mermsemr_api_main.lo
shared_tool/payments.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/payments.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/payments.cc -o shared_tool/payments.lo
shared_tool/stripe.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/stripe.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/stripe.cc -o shared_tool/stripe.lo
shared_tool/stripe_charge.lo: /home/sameye/mermsemr/mermsemr/src/shared_tool/stripe_charge.cc
$(LIBTOOL) --mode=compile $(CXX) -I/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1 -I. -I/home/sameye/mermsemr/mermsemr/src $(COMMON_FLAGS) $(CXXFLAGS_CLEAN) $(EXTRA_CXXFLAGS) -c /home/sameye/mermsemr/mermsemr/src/shared_tool/stripe_charge.cc -o shared_tool/stripe_charge.lo
$(phplibdir)/mermsemr_api_sameye.la: ./mermsemr_api_sameye.la
$(LIBTOOL) --mode=install cp ./mermsemr_api_sameye.la $(phplibdir)
./mermsemr_api_sameye.la: $(shared_objects_mermsemr_api_sameye) $(MERMSEMR_API_SAMEYE_SHARED_DEPENDENCIES)
$(LIBTOOL) --mode=link $(CC) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ -export-dynamic -avoid-version -prefer-pic -module -rpath $(phplibdir) $(EXTRA_LDFLAGS) $(shared_objects_mermsemr_api_sameye) $(MERMSEMR_API_SAMEYE_SHARED_LIBADD)
-760
View File
@@ -1,760 +0,0 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = merms-ehr-dev
uname -m = x86_64
uname -r = 3.10.0-957.1.3.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Thu Nov 29 14:49:43 UTC 2018
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/sameye/.local/bin
PATH: /home/sameye/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2209: checking for grep that handles long lines and -e
configure:2267: result: /usr/bin/grep
configure:2272: checking for egrep
configure:2334: result: /usr/bin/grep -E
configure:2339: checking for a sed that does not truncate output
configure:2403: result: /usr/bin/sed
configure:2542: checking for cc
configure:2558: found /usr/bin/cc
configure:2569: result: cc
configure:2600: checking for C compiler version
configure:2609: cc --version >&5
cc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2620: $? = 0
configure:2609: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
configure:2620: $? = 0
configure:2609: cc -V >&5
cc: error: unrecognized command line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:2620: $? = 4
configure:2609: cc -qversion >&5
cc: error: unrecognized command line option '-qversion'
cc: fatal error: no input files
compilation terminated.
configure:2620: $? = 4
configure:2640: checking whether the C compiler works
configure:2662: cc conftest.c >&5
configure:2666: $? = 0
configure:2714: result: yes
configure:2717: checking for C compiler default output file name
configure:2719: result: a.out
configure:2725: checking for suffix of executables
configure:2732: cc -o conftest conftest.c >&5
configure:2736: $? = 0
configure:2758: result:
configure:2780: checking whether we are cross compiling
configure:2788: cc -o conftest conftest.c >&5
configure:2792: $? = 0
configure:2799: ./conftest
configure:2803: $? = 0
configure:2818: result: no
configure:2823: checking for suffix of object files
configure:2845: cc -c conftest.c >&5
configure:2849: $? = 0
configure:2870: result: o
configure:2874: checking whether we are using the GNU C compiler
configure:2893: cc -c conftest.c >&5
configure:2893: $? = 0
configure:2902: result: yes
configure:2911: checking whether cc accepts -g
configure:2931: cc -c -g conftest.c >&5
configure:2931: $? = 0
configure:2972: result: yes
configure:2989: checking for cc option to accept ISO C89
configure:3052: cc -c -g -O2 conftest.c >&5
configure:3052: $? = 0
configure:3065: result: none needed
configure:3091: checking how to run the C preprocessor
configure:3122: cc -E conftest.c
configure:3122: $? = 0
configure:3136: cc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3136: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3161: result: cc -E
configure:3181: cc -E conftest.c
configure:3181: $? = 0
configure:3195: cc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3226: checking for icc
configure:3235: result: no
configure:3249: checking for suncc
configure:3258: result: no
configure:3276: checking whether cc understands -c and -o together
configure:3304: cc -c conftest.c -o conftest2.o >&5
configure:3308: $? = 0
configure:3314: cc -c conftest.c -o conftest2.o >&5
configure:3318: $? = 0
configure:3373: result: yes
configure:3387: checking for system library directory
configure:3402: result: lib
configure:3409: checking if compiler supports -R
configure:3428: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5
cc: error: unrecognized command line option '-R'
configure:3428: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3438: result: no
configure:3443: checking if compiler supports -Wl,-rpath,
configure:3462: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
configure:3462: $? = 0
configure:3472: result: yes
configure:3517: checking build system type
configure:3531: result: x86_64-unknown-linux-gnu
configure:3551: checking host system type
configure:3564: result: x86_64-unknown-linux-gnu
configure:3584: checking target system type
configure:3597: result: x86_64-unknown-linux-gnu
configure:3700: checking for PHP prefix
configure:3702: result: /usr
configure:3704: checking for PHP includes
configure:3706: result: -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
configure:3708: checking for PHP extension directory
configure:3710: result: /usr/lib64/php/modules
configure:3712: checking for PHP installed headers prefix
configure:3714: result: /usr/include/php
configure:3717: checking if debug is enabled
configure:3743: result: no
configure:3746: checking if zts is enabled
configure:3772: result: no
configure:3843: checking for re2c
configure:3873: result: no
configure:3898: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
configure:3912: checking for gawk
configure:3929: found /usr/bin/gawk
configure:3940: result: gawk
configure:3983: checking Whether to enable the "mermsemr_api_sameye" extension
configure:4022: result: yes, shared
configure:4089: checking for g++
configure:4105: found /usr/bin/g++
configure:4116: result: g++
configure:4143: checking for C++ compiler version
configure:4152: g++ --version >&5
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4163: $? = 0
configure:4152: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
configure:4163: $? = 0
configure:4152: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4163: $? = 4
configure:4152: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4163: $? = 4
configure:4167: checking whether we are using the GNU C++ compiler
configure:4186: g++ -c conftest.cpp >&5
configure:4186: $? = 0
configure:4195: result: yes
configure:4204: checking whether g++ accepts -g
configure:4224: g++ -c -g conftest.cpp >&5
configure:4224: $? = 0
configure:4265: result: yes
configure:4293: checking how to run the C++ preprocessor
configure:4320: g++ -E conftest.cpp
configure:4320: $? = 0
configure:4334: g++ -E conftest.cpp
conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4334: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4359: result: g++ -E
configure:4379: g++ -E conftest.cpp
configure:4379: $? = 0
configure:4393: g++ -E conftest.cpp
conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4393: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5164: checking how to print strings
configure:5191: result: printf
configure:5212: checking for a sed that does not truncate output
configure:5276: result: /usr/bin/sed
configure:5294: checking for fgrep
configure:5356: result: /usr/bin/grep -F
configure:5391: checking for ld used by cc
configure:5458: result: /usr/bin/ld
configure:5465: checking if the linker (/usr/bin/ld) is GNU ld
configure:5480: result: yes
configure:5492: checking for BSD- or MS-compatible name lister (nm)
configure:5541: result: /usr/bin/nm -B
configure:5671: checking the name lister (/usr/bin/nm -B) interface
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5681: /usr/bin/nm -B "conftest.o"
configure:5684: output
0000000000000000 B some_variable
configure:5691: result: BSD nm
configure:5694: checking whether ln -s works
configure:5698: result: yes
configure:5706: checking the maximum length of command line arguments
configure:5836: result: 1572864
configure:5853: checking whether the shell understands some XSI constructs
configure:5863: result: yes
configure:5867: checking whether the shell understands "+="
configure:5873: result: yes
configure:5908: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5948: result: func_convert_file_noop
configure:5955: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5975: result: func_convert_file_noop
configure:5982: checking for /usr/bin/ld option to reload object files
configure:5989: result: -r
configure:6063: checking for objdump
configure:6079: found /usr/bin/objdump
configure:6090: result: objdump
configure:6122: checking how to recognize dependent libraries
configure:6324: result: pass_all
configure:6409: checking for dlltool
configure:6439: result: no
configure:6469: checking how to associate runtime and link libraries
configure:6496: result: printf %s\n
configure:6556: checking for ar
configure:6572: found /usr/bin/ar
configure:6583: result: ar
configure:6620: checking for archiver @FILE support
configure:6637: cc -c -g -O2 conftest.c >&5
configure:6637: $? = 0
configure:6640: ar cru libconftest.a @conftest.lst >&5
configure:6643: $? = 0
configure:6648: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6651: $? = 1
configure:6663: result: @
configure:6721: checking for strip
configure:6737: found /usr/bin/strip
configure:6748: result: strip
configure:6820: checking for ranlib
configure:6836: found /usr/bin/ranlib
configure:6847: result: ranlib
configure:6924: checking for gawk
configure:6951: result: gawk
configure:6991: checking command to parse /usr/bin/nm -B output from cc object
configure:7111: cc -c -g -O2 conftest.c >&5
configure:7114: $? = 0
configure:7118: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7121: $? = 0
configure:7187: cc -o conftest -g -O2 -Wl,-rpath,/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/ -L/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/ conftest.c conftstm.o >&5
configure:7190: $? = 0
configure:7228: result: ok
configure:7265: checking for sysroot
configure:7295: result: no
configure:7372: cc -c -g -O2 conftest.c >&5
configure:7375: $? = 0
configure:7551: checking for mt
configure:7581: result: no
configure:7601: checking if : is a manifest tool
configure:7607: : '-?'
configure:7615: result: no
configure:8252: checking for ANSI C header files
configure:8272: cc -c -g -O2 conftest.c >&5
configure:8272: $? = 0
configure:8345: cc -o conftest -g -O2 -Wl,-rpath,/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/ -L/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/ conftest.c -lconfig++ -lstdc++ >&5
configure:8345: $? = 0
configure:8345: ./conftest
configure:8345: $? = 0
configure:8356: result: yes
configure:8369: checking for sys/types.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for sys/stat.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for stdlib.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for string.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for memory.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for strings.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for inttypes.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for stdint.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8369: checking for unistd.h
configure:8369: cc -c -g -O2 conftest.c >&5
configure:8369: $? = 0
configure:8369: result: yes
configure:8383: checking for dlfcn.h
configure:8383: cc -c -g -O2 conftest.c >&5
configure:8383: $? = 0
configure:8383: result: yes
configure:8600: checking for objdir
configure:8615: result: .libs
configure:8886: checking if cc supports -fno-rtti -fno-exceptions
configure:8904: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8908: $? = 0
configure:8921: result: no
configure:9248: checking for cc option to produce PIC
configure:9255: result: -fPIC -DPIC
configure:9263: checking if cc PIC flag -fPIC -DPIC works
configure:9281: cc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9285: $? = 0
configure:9298: result: yes
configure:9327: checking if cc static flag -static works
configure:9355: result: no
configure:9370: checking if cc supports -c -o file.o
configure:9391: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9395: $? = 0
configure:9417: result: yes
configure:9425: checking if cc supports -c -o file.o
configure:9472: result: yes
configure:9505: checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10658: result: yes
configure:10695: checking whether -lc should be explicitly linked in
configure:10703: cc -c -g -O2 conftest.c >&5
configure:10706: $? = 0
configure:10721: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10724: $? = 0
configure:10738: result: no
configure:10898: checking dynamic linker characteristics
configure:11409: cc -o conftest -g -O2 -Wl,-rpath,/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/ -L/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/ -Wl,-rpath -Wl,/foo conftest.c -lconfig++ -lstdc++ >&5
configure:11409: $? = 0
configure:11635: result: GNU/Linux ld.so
configure:11742: checking how to hardcode library paths into programs
configure:11767: result: immediate
configure:12307: checking whether stripping libraries is possible
configure:12312: result: yes
configure:12347: checking if libtool supports shared libraries
configure:12349: result: yes
configure:12352: checking whether to build shared libraries
configure:12373: result: yes
configure:12376: checking whether to build static libraries
configure:12380: result: no
configure:12403: checking how to run the C++ preprocessor
configure:12469: result: g++ -E
configure:12489: g++ -E conftest.cpp
configure:12489: $? = 0
configure:12503: g++ -E conftest.cpp
conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:12503: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define COMPILE_DL_MERMSEMR_API_SAMEYE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12672: checking for ld used by g++
configure:12739: result: /usr/bin/ld -m elf_x86_64
configure:12746: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12761: result: yes
configure:12816: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13821: result: yes
configure:13857: g++ -c -g -O2 conftest.cpp >&5
configure:13860: $? = 0
configure:14380: checking for g++ option to produce PIC
configure:14387: result: -fPIC -DPIC
configure:14395: checking if g++ PIC flag -fPIC -DPIC works
configure:14413: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14417: $? = 0
configure:14430: result: yes
configure:14453: checking if g++ static flag -static works
configure:14481: result: no
configure:14493: checking if g++ supports -c -o file.o
configure:14514: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14518: $? = 0
configure:14540: result: yes
configure:14545: checking if g++ supports -c -o file.o
configure:14592: result: yes
configure:14622: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14658: result: yes
configure:14799: checking dynamic linker characteristics
configure:15470: result: GNU/Linux ld.so
configure:15523: checking how to hardcode library paths into programs
configure:15548: result: immediate
configure:15847: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on merms-ehr-dev
config.status:942: creating config.h
config.status:1032: config.h is unchanged
config.status:1046: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=x86_64-unknown-linux-gnu
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
php_cv_cc_dashr=no
php_cv_cc_rpath=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='gawk'
CC='cc'
CFLAGS='-g -O2'
CONFIGURE_COMMAND=' '\''./configure'\'' '
CONFIGURE_OPTIONS=''
CPP='cc -E'
CPPFLAGS=' -DHAVE_CONFIG_H'
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=' -Wl,-rpath,/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/ -L/home/sameye/mermsemr/mermsemr/src/libconfig-1.3.1/.libs/'
LIBOBJS=''
LIBS='-lconfig++ -lstdc++ '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MANIFEST_TOOL=':'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RE2C='exit 0;'
SED='/usr/bin/sed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='so'
STRIP='strip'
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='$(prefix)'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define COMPILE_DL_MERMSEMR_API_SAMEYE 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
configure: exit 0
File diff suppressed because it is too large Load Diff
@@ -1 +0,0 @@
#define MERMSEMR_CONFIG "/home/sameye/mermsemr/mermsemr/etc/"
-1
View File
@@ -1 +0,0 @@
#define MERMSEMR_LOG "/home/sameye/mermsemr/mermsemr/logs/mermsemr_api_sameye.log"
-1
View File
@@ -1 +0,0 @@
#define TMPL_PREFIX "/home/sameye/mermsemr/mermsemr/email/"
Binary file not shown.