--- parser3/src/classes/Makefile.in 2023/09/26 20:49:05 1.85 +++ parser3/src/classes/Makefile.in 2024/11/11 05:42:39 1.87 @@ -109,10 +109,11 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libclasses_la_LIBADD = -am__objects_1 = bool.lo curl.lo date.lo double.lo file.lo form.lo \ - hash.lo hashfile.lo image.lo inet.lo int.lo json.lo mail.lo \ - math.lo memcached.lo memory.lo op.lo reflection.lo regex.lo \ - response.lo string.lo table.lo void.lo xnode.lo xdoc.lo +am__objects_1 = array.lo bool.lo curl.lo date.lo double.lo file.lo \ + form.lo hash.lo hashfile.lo image.lo inet.lo int.lo json.lo \ + mail.lo math.lo memcached.lo memory.lo op.lo reflection.lo \ + regex.lo response.lo string.lo table.lo void.lo xnode.lo \ + xdoc.lo am_libclasses_la_OBJECTS = $(am__objects_1) classes.lo libclasses_la_OBJECTS = $(am_libclasses_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) @@ -134,10 +135,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles -am__depfiles_remade = ./$(DEPDIR)/bool.Plo ./$(DEPDIR)/classes.Plo \ - ./$(DEPDIR)/curl.Plo ./$(DEPDIR)/date.Plo \ - ./$(DEPDIR)/double.Plo ./$(DEPDIR)/file.Plo \ - ./$(DEPDIR)/form.Plo ./$(DEPDIR)/hash.Plo \ +am__depfiles_remade = ./$(DEPDIR)/array.Plo ./$(DEPDIR)/bool.Plo \ + ./$(DEPDIR)/classes.Plo ./$(DEPDIR)/curl.Plo \ + ./$(DEPDIR)/date.Plo ./$(DEPDIR)/double.Plo \ + ./$(DEPDIR)/file.Plo ./$(DEPDIR)/form.Plo ./$(DEPDIR)/hash.Plo \ ./$(DEPDIR)/hashfile.Plo ./$(DEPDIR)/image.Plo \ ./$(DEPDIR)/inet.Plo ./$(DEPDIR)/int.Plo ./$(DEPDIR)/json.Plo \ ./$(DEPDIR)/mail.Plo ./$(DEPDIR)/math.Plo \ @@ -348,11 +349,10 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I../types -I../sql -I../lib/gd -I../lib/sdbm/pa-include -Igd $(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@ -I../lib/md5 -I../lib/smtp -I../lib/json -I../lib/memcached -I../lib/curl -CLASSES_SOURCE_FILES = classes.awk bool.C curl.C date.C double.C file.C form.C hash.C hashfile.C image.C inet.C int.C json.C mail.C math.C memcached.C memory.C op.C reflection.C regex.C response.C string.C table.C void.C xnode.C xdoc.C +CLASSES_SOURCE_FILES = array.C bool.C curl.C date.C double.C file.C form.C hash.C hashfile.C image.C inet.C int.C json.C mail.C math.C memcached.C memory.C op.C reflection.C regex.C response.C string.C table.C void.C xnode.C xdoc.C noinst_HEADERS = classes.h xnode.h noinst_LTLIBRARIES = libclasses.la libclasses_la_SOURCES = $(CLASSES_SOURCE_FILES) classes.C -CLEANFILES = classes.inc EXTRA_DIST = classes.vcproj all: all-am @@ -408,6 +408,7 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bool.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classes.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl.Plo@am__quote@ # am--include-marker @@ -579,7 +580,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -594,7 +594,8 @@ clean-am: clean-generic clean-libtool cl mostlyclean-am distclean: distclean-am - -rm -f ./$(DEPDIR)/bool.Plo + -rm -f ./$(DEPDIR)/array.Plo + -rm -f ./$(DEPDIR)/bool.Plo -rm -f ./$(DEPDIR)/classes.Plo -rm -f ./$(DEPDIR)/curl.Plo -rm -f ./$(DEPDIR)/date.Plo @@ -665,7 +666,8 @@ install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f ./$(DEPDIR)/bool.Plo + -rm -f ./$(DEPDIR)/array.Plo + -rm -f ./$(DEPDIR)/bool.Plo -rm -f ./$(DEPDIR)/classes.Plo -rm -f ./$(DEPDIR)/curl.Plo -rm -f ./$(DEPDIR)/date.Plo @@ -728,13 +730,6 @@ uninstall-am: .PRECIOUS: Makefile -classes.inc: $(CLASSES_SOURCE_FILES) Makefile.am - echo "/* do not edit. autogenerated by Makefile.am */" > classes.inc - echo >> classes.inc - ls $(CLASSES_SOURCE_FILES) | $(AWK) -f classes.awk >> classes.inc - -classes.C: classes.inc - # 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: