svn commit: r380771 - in head/lang/mono: . files
Romain Tartière
romain at FreeBSD.org
Sun Mar 8 12:29:59 UTC 2015
Author: romain
Date: Sun Mar 8 12:29:57 2015
New Revision: 380771
URL: https://svnweb.freebsd.org/changeset/ports/380771
QAT: https://qat.redports.org/buildarchive/r380771/
Log:
Import upstream patch for non-Linux ParseRouteInfo.
PR: ports/194660
Submitted by: Ben Woods <woodsb02 at gmail.com>
Added:
head/lang/mono/files/patch-mono_metadata_Makefile.in (contents, props changed)
Modified:
head/lang/mono/Makefile
head/lang/mono/distinfo
Modified: head/lang/mono/Makefile
==============================================================================
--- head/lang/mono/Makefile Sun Mar 8 11:55:51 2015 (r380770)
+++ head/lang/mono/Makefile Sun Mar 8 12:29:57 2015 (r380771)
@@ -3,10 +3,12 @@
PORTNAME= mono
PORTVERSION= 3.12.1
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
-PATCHFILES= fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch
+PATCHFILES= fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch \
+ 396d9dbeb1a93665ede08c0e24e3e051e2c3e1de.patch
PATCH_SITES= https://github.com/mono/mono/commit/
PATCH_DIST_STRIP=-p1
Modified: head/lang/mono/distinfo
==============================================================================
--- head/lang/mono/distinfo Sun Mar 8 11:55:51 2015 (r380770)
+++ head/lang/mono/distinfo Sun Mar 8 12:29:57 2015 (r380771)
@@ -2,3 +2,5 @@ SHA256 (mono-3.12.1.tar.bz2) = 5d8cf153a
SIZE (mono-3.12.1.tar.bz2) = 73487974
SHA256 (fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch) = 22af40601f76960d902ac5b89c5eda08ec789bbf5effbc3e751330ea39a801e9
SIZE (fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch) = 4475
+SHA256 (396d9dbeb1a93665ede08c0e24e3e051e2c3e1de.patch) = fa80a44b968aa7a92eb92730c18bdf077e95effd1e5ccee95d23a4c4e8d7d981
+SIZE (396d9dbeb1a93665ede08c0e24e3e051e2c3e1de.patch) = 21017
Added: head/lang/mono/files/patch-mono_metadata_Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/mono/files/patch-mono_metadata_Makefile.in Sun Mar 8 12:29:57 2015 (r380771)
@@ -0,0 +1,334 @@
+
+$FreeBSD$
+
+Commit 396d9dbeb1a93665ede08c0e24e3e051e2c3e1de upstream modifies Makefile.am,
+so update Makefile.in for everybody until upstream tarballs contain this patch.
+
+--- mono/metadata/Makefile.in.orig
++++ mono/metadata/Makefile.in
+@@ -121,19 +130,20 @@
+ mono-debug-debugger.c mono-endian.c mono-endian.h mono-hash.h \
+ mono-mlist.c mono-mlist.h mono-perfcounters.c \
+ mono-perfcounters.h mono-perfcounters-def.h mono-ptr-array.h \
+- mono-wsq.c mono-wsq.h monitor.h nacl-stub.c \
+- normalization-tables.h number-formatter.h object-internals.h \
+- opcodes.c socket-io.c socket-io.h process.c process.h \
+- profiler.c profiler-private.h rand.h rand.c runtime.c \
+- security.c security.h security-core-clr.c security-core-clr.h \
+- security-manager.c security-manager.h string-icalls.c \
+- string-icalls.h sysmath.h sysmath.c tabledefs.h threads.c \
+- threads-types.h threadpool.c threadpool.h \
+- threadpool-internals.h verify.c verify-internals.h \
+- wrapper-types.h reflection-internals.h file-mmap-posix.c \
+- file-mmap-windows.c file-mmap.h object-offsets.h abi-details.h \
+- metadata-cross-helpers.c appdomain.c domain.c gc.c monitor.c \
+- mono-hash.c object.c reflection.c null-gc.c boehm-gc.c
++ mono-route.c mono-route.h mono-wsq.c mono-wsq.h monitor.h \
++ nacl-stub.c normalization-tables.h number-formatter.h \
++ object-internals.h opcodes.c socket-io.c socket-io.h process.c \
++ process.h profiler.c profiler-private.h rand.h rand.c \
++ runtime.c security.c security.h security-core-clr.c \
++ security-core-clr.h security-manager.c security-manager.h \
++ string-icalls.c string-icalls.h sysmath.h sysmath.c \
++ tabledefs.h threads.c threads-types.h threadpool.c \
++ threadpool.h threadpool-internals.h verify.c \
++ verify-internals.h wrapper-types.h reflection-internals.h \
++ file-mmap-posix.c file-mmap-windows.c file-mmap.h \
++ object-offsets.h abi-details.h metadata-cross-helpers.c \
++ appdomain.c domain.c gc.c monitor.c mono-hash.c object.c \
++ reflection.c null-gc.c boehm-gc.c
+ @HOST_WIN32_FALSE at am__objects_1 = \
+ @HOST_WIN32_FALSE@ libmonoruntime_static_la-console-unix.lo
+ @HOST_WIN32_TRUE at am__objects_2 = \
+@@ -172,6 +182,7 @@
+ libmonoruntime_static_la-mono-endian.lo \
+ libmonoruntime_static_la-mono-mlist.lo \
+ libmonoruntime_static_la-mono-perfcounters.lo \
++ libmonoruntime_static_la-mono-route.lo \
+ libmonoruntime_static_la-mono-wsq.lo \
+ libmonoruntime_static_la-nacl-stub.lo \
+ libmonoruntime_static_la-opcodes.lo \
+@@ -232,20 +243,20 @@
+ mono-debug-debugger.h mono-debug-debugger.c mono-endian.c \
+ mono-endian.h mono-hash.h mono-mlist.c mono-mlist.h \
+ mono-perfcounters.c mono-perfcounters.h \
+- mono-perfcounters-def.h mono-ptr-array.h mono-wsq.c mono-wsq.h \
+- monitor.h nacl-stub.c normalization-tables.h \
+- number-formatter.h object-internals.h opcodes.c socket-io.c \
+- socket-io.h process.c process.h profiler.c profiler-private.h \
+- rand.h rand.c runtime.c security.c security.h \
+- security-core-clr.c security-core-clr.h security-manager.c \
+- security-manager.h string-icalls.c string-icalls.h sysmath.h \
+- sysmath.c tabledefs.h threads.c threads-types.h threadpool.c \
+- threadpool.h threadpool-internals.h verify.c \
+- verify-internals.h wrapper-types.h reflection-internals.h \
+- file-mmap-posix.c file-mmap-windows.c file-mmap.h \
+- object-offsets.h abi-details.h metadata-cross-helpers.c \
+- appdomain.c domain.c gc.c monitor.c mono-hash.c object.c \
+- reflection.c null-gc.c boehm-gc.c
++ mono-perfcounters-def.h mono-ptr-array.h mono-route.c \
++ mono-route.h mono-wsq.c mono-wsq.h monitor.h nacl-stub.c \
++ normalization-tables.h number-formatter.h object-internals.h \
++ opcodes.c socket-io.c socket-io.h process.c process.h \
++ profiler.c profiler-private.h rand.h rand.c runtime.c \
++ security.c security.h security-core-clr.c security-core-clr.h \
++ security-manager.c security-manager.h string-icalls.c \
++ string-icalls.h sysmath.h sysmath.c tabledefs.h threads.c \
++ threads-types.h threadpool.c threadpool.h \
++ threadpool-internals.h verify.c verify-internals.h \
++ wrapper-types.h reflection-internals.h file-mmap-posix.c \
++ file-mmap-windows.c file-mmap.h object-offsets.h abi-details.h \
++ metadata-cross-helpers.c appdomain.c domain.c gc.c monitor.c \
++ mono-hash.c object.c reflection.c null-gc.c boehm-gc.c
+ @HOST_WIN32_FALSE at am__objects_9 = libmonoruntime_la-console-unix.lo
+ @HOST_WIN32_TRUE at am__objects_10 = libmonoruntime_la-console-win32.lo
+ @HOST_WIN32_FALSE at am__objects_11 = $(am__objects_9)
+@@ -272,11 +283,11 @@
+ libmonoruntime_la-mono-endian.lo \
+ libmonoruntime_la-mono-mlist.lo \
+ libmonoruntime_la-mono-perfcounters.lo \
+- libmonoruntime_la-mono-wsq.lo libmonoruntime_la-nacl-stub.lo \
+- libmonoruntime_la-opcodes.lo libmonoruntime_la-socket-io.lo \
+- libmonoruntime_la-process.lo libmonoruntime_la-profiler.lo \
+- libmonoruntime_la-rand.lo libmonoruntime_la-runtime.lo \
+- libmonoruntime_la-security.lo \
++ libmonoruntime_la-mono-route.lo libmonoruntime_la-mono-wsq.lo \
++ libmonoruntime_la-nacl-stub.lo libmonoruntime_la-opcodes.lo \
++ libmonoruntime_la-socket-io.lo libmonoruntime_la-process.lo \
++ libmonoruntime_la-profiler.lo libmonoruntime_la-rand.lo \
++ libmonoruntime_la-runtime.lo libmonoruntime_la-security.lo \
+ libmonoruntime_la-security-core-clr.lo \
+ libmonoruntime_la-security-manager.lo \
+ libmonoruntime_la-string-icalls.lo \
+@@ -319,28 +330,28 @@
+ mono-debug-debugger.c mono-endian.c mono-endian.h mono-hash.h \
+ mono-mlist.c mono-mlist.h mono-perfcounters.c \
+ mono-perfcounters.h mono-perfcounters-def.h mono-ptr-array.h \
+- mono-wsq.c mono-wsq.h monitor.h nacl-stub.c \
+- normalization-tables.h number-formatter.h object-internals.h \
+- opcodes.c socket-io.c socket-io.h process.c process.h \
+- profiler.c profiler-private.h rand.h rand.c runtime.c \
+- security.c security.h security-core-clr.c security-core-clr.h \
+- security-manager.c security-manager.h string-icalls.c \
+- string-icalls.h sysmath.h sysmath.c tabledefs.h threads.c \
+- threads-types.h threadpool.c threadpool.h \
+- threadpool-internals.h verify.c verify-internals.h \
+- wrapper-types.h reflection-internals.h file-mmap-posix.c \
+- file-mmap-windows.c file-mmap.h object-offsets.h abi-details.h \
+- metadata-cross-helpers.c appdomain.c domain.c gc.c monitor.c \
+- mono-hash.c object.c reflection.c sgen-os-posix.c \
+- sgen-os-mach.c sgen-os-win32.c sgen-gc.c sgen-internal.c \
+- sgen-marksweep.c sgen-los.c sgen-protocol.c sgen-bridge.c \
+- sgen-bridge.h sgen-old-bridge.c sgen-new-bridge.c \
+- sgen-tarjan-bridge.c sgen-toggleref.c sgen-toggleref.h \
+- sgen-gc.h sgen-conf.h sgen-archdep.h sgen-cardtable.c \
+- sgen-cardtable.h sgen-pointer-queue.c sgen-pointer-queue.h \
+- sgen-pinning.c sgen-pinning.h sgen-pinning-stats.c \
+- sgen-workers.c sgen-workers.h sgen-gray.c sgen-gray.h \
+- sgen-major-copy-object.h sgen-minor-copy-object.h \
++ mono-route.c mono-route.h mono-wsq.c mono-wsq.h monitor.h \
++ nacl-stub.c normalization-tables.h number-formatter.h \
++ object-internals.h opcodes.c socket-io.c socket-io.h process.c \
++ process.h profiler.c profiler-private.h rand.h rand.c \
++ runtime.c security.c security.h security-core-clr.c \
++ security-core-clr.h security-manager.c security-manager.h \
++ string-icalls.c string-icalls.h sysmath.h sysmath.c \
++ tabledefs.h threads.c threads-types.h threadpool.c \
++ threadpool.h threadpool-internals.h verify.c \
++ verify-internals.h wrapper-types.h reflection-internals.h \
++ file-mmap-posix.c file-mmap-windows.c file-mmap.h \
++ object-offsets.h abi-details.h metadata-cross-helpers.c \
++ appdomain.c domain.c gc.c monitor.c mono-hash.c object.c \
++ reflection.c sgen-os-posix.c sgen-os-mach.c sgen-os-win32.c \
++ sgen-gc.c sgen-internal.c sgen-marksweep.c sgen-los.c \
++ sgen-protocol.c sgen-bridge.c sgen-bridge.h sgen-old-bridge.c \
++ sgen-new-bridge.c sgen-tarjan-bridge.c sgen-toggleref.c \
++ sgen-toggleref.h sgen-gc.h sgen-conf.h sgen-archdep.h \
++ sgen-cardtable.c sgen-cardtable.h sgen-pointer-queue.c \
++ sgen-pointer-queue.h sgen-pinning.c sgen-pinning.h \
++ sgen-pinning-stats.c sgen-workers.c sgen-workers.h sgen-gray.c \
++ sgen-gray.h sgen-major-copy-object.h sgen-minor-copy-object.h \
+ sgen-copy-object.h sgen-major-scan-object.h \
+ sgen-minor-scan-object.h sgen-protocol.h sgen-scan-object.h \
+ sgen-nursery-allocator.c sgen-hash-table.c sgen-hash-table.h \
+@@ -386,6 +397,7 @@
+ libmonoruntimesgen_static_la-mono-endian.lo \
+ libmonoruntimesgen_static_la-mono-mlist.lo \
+ libmonoruntimesgen_static_la-mono-perfcounters.lo \
++ libmonoruntimesgen_static_la-mono-route.lo \
+ libmonoruntimesgen_static_la-mono-wsq.lo \
+ libmonoruntimesgen_static_la-nacl-stub.lo \
+ libmonoruntimesgen_static_la-opcodes.lo \
+@@ -471,28 +483,28 @@
+ mono-debug-debugger.c mono-endian.c mono-endian.h mono-hash.h \
+ mono-mlist.c mono-mlist.h mono-perfcounters.c \
+ mono-perfcounters.h mono-perfcounters-def.h mono-ptr-array.h \
+- mono-wsq.c mono-wsq.h monitor.h nacl-stub.c \
+- normalization-tables.h number-formatter.h object-internals.h \
+- opcodes.c socket-io.c socket-io.h process.c process.h \
+- profiler.c profiler-private.h rand.h rand.c runtime.c \
+- security.c security.h security-core-clr.c security-core-clr.h \
+- security-manager.c security-manager.h string-icalls.c \
+- string-icalls.h sysmath.h sysmath.c tabledefs.h threads.c \
+- threads-types.h threadpool.c threadpool.h \
+- threadpool-internals.h verify.c verify-internals.h \
+- wrapper-types.h reflection-internals.h file-mmap-posix.c \
+- file-mmap-windows.c file-mmap.h object-offsets.h abi-details.h \
+- metadata-cross-helpers.c appdomain.c domain.c gc.c monitor.c \
+- mono-hash.c object.c reflection.c sgen-os-posix.c \
+- sgen-os-mach.c sgen-os-win32.c sgen-gc.c sgen-internal.c \
+- sgen-marksweep.c sgen-los.c sgen-protocol.c sgen-bridge.c \
+- sgen-bridge.h sgen-old-bridge.c sgen-new-bridge.c \
+- sgen-tarjan-bridge.c sgen-toggleref.c sgen-toggleref.h \
+- sgen-gc.h sgen-conf.h sgen-archdep.h sgen-cardtable.c \
+- sgen-cardtable.h sgen-pointer-queue.c sgen-pointer-queue.h \
+- sgen-pinning.c sgen-pinning.h sgen-pinning-stats.c \
+- sgen-workers.c sgen-workers.h sgen-gray.c sgen-gray.h \
+- sgen-major-copy-object.h sgen-minor-copy-object.h \
++ mono-route.c mono-route.h mono-wsq.c mono-wsq.h monitor.h \
++ nacl-stub.c normalization-tables.h number-formatter.h \
++ object-internals.h opcodes.c socket-io.c socket-io.h process.c \
++ process.h profiler.c profiler-private.h rand.h rand.c \
++ runtime.c security.c security.h security-core-clr.c \
++ security-core-clr.h security-manager.c security-manager.h \
++ string-icalls.c string-icalls.h sysmath.h sysmath.c \
++ tabledefs.h threads.c threads-types.h threadpool.c \
++ threadpool.h threadpool-internals.h verify.c \
++ verify-internals.h wrapper-types.h reflection-internals.h \
++ file-mmap-posix.c file-mmap-windows.c file-mmap.h \
++ object-offsets.h abi-details.h metadata-cross-helpers.c \
++ appdomain.c domain.c gc.c monitor.c mono-hash.c object.c \
++ reflection.c sgen-os-posix.c sgen-os-mach.c sgen-os-win32.c \
++ sgen-gc.c sgen-internal.c sgen-marksweep.c sgen-los.c \
++ sgen-protocol.c sgen-bridge.c sgen-bridge.h sgen-old-bridge.c \
++ sgen-new-bridge.c sgen-tarjan-bridge.c sgen-toggleref.c \
++ sgen-toggleref.h sgen-gc.h sgen-conf.h sgen-archdep.h \
++ sgen-cardtable.c sgen-cardtable.h sgen-pointer-queue.c \
++ sgen-pointer-queue.h sgen-pinning.c sgen-pinning.h \
++ sgen-pinning-stats.c sgen-workers.c sgen-workers.h sgen-gray.c \
++ sgen-gray.h sgen-major-copy-object.h sgen-minor-copy-object.h \
+ sgen-copy-object.h sgen-major-scan-object.h \
+ sgen-minor-scan-object.h sgen-protocol.h sgen-scan-object.h \
+ sgen-nursery-allocator.c sgen-hash-table.c sgen-hash-table.h \
+@@ -537,6 +549,7 @@
+ libmonoruntimesgen_la-mono-endian.lo \
+ libmonoruntimesgen_la-mono-mlist.lo \
+ libmonoruntimesgen_la-mono-perfcounters.lo \
++ libmonoruntimesgen_la-mono-route.lo \
+ libmonoruntimesgen_la-mono-wsq.lo \
+ libmonoruntimesgen_la-nacl-stub.lo \
+ libmonoruntimesgen_la-opcodes.lo \
+@@ -1029,6 +1044,8 @@
+ mono-perfcounters.h \
+ mono-perfcounters-def.h \
+ mono-ptr-array.h \
++ mono-route.c \
++ mono-route.h \
+ mono-wsq.c \
+ mono-wsq.h \
+ monitor.h \
+@@ -1208,7 +1225,6 @@
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mono/metadata/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign mono/metadata/Makefile
+-.PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+@@ -1352,6 +1368,7 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_la-mono-hash.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_la-mono-mlist.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_la-mono-perfcounters.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_la-mono-route.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_la-mono-wsq.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_la-nacl-stub.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_la-null-gc.Plo at am__quote@
+@@ -1414,6 +1431,7 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_static_la-mono-hash.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_static_la-mono-mlist.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_static_la-mono-perfcounters.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_static_la-mono-route.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_static_la-mono-wsq.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_static_la-nacl-stub.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntime_static_la-null-gc.Plo at am__quote@
+@@ -1475,6 +1493,7 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_la-mono-hash.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_la-mono-mlist.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_la-mono-perfcounters.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_la-mono-route.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_la-mono-wsq.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_la-nacl-stub.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_la-object.Plo at am__quote@
+@@ -1566,6 +1585,7 @@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_static_la-mono-hash.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_static_la-mono-mlist.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_static_la-mono-perfcounters.Plo at am__quote@
++ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_static_la-mono-route.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_static_la-mono-wsq.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_static_la-nacl-stub.Plo at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libmonoruntimesgen_static_la-object.Plo at am__quote@
+@@ -1879,6 +1899,13 @@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ @am__fastdepCC_FALSE@ $(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntime_static_la_CFLAGS) $(CFLAGS) -c -o libmonoruntime_static_la-mono-perfcounters.lo `test -f 'mono-perfcounters.c' || echo '$(srcdir)/'`mono-perfcounters.c
+
++libmonoruntime_static_la-mono-route.lo: mono-route.c
++ at am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntime_static_la_CFLAGS) $(CFLAGS) -MT libmonoruntime_static_la-mono-route.lo -MD -MP -MF $(DEPDIR)/libmonoruntime_static_la-mono-route.Tpo -c -o libmonoruntime_static_la-mono-route.lo `test -f 'mono-route.c' || echo '$(srcdir)/'`mono-route.c
++ at am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmonoruntime_static_la-mono-route.Tpo $(DEPDIR)/libmonoruntime_static_la-mono-route.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mono-route.c' object='libmonoruntime_static_la-mono-route.lo' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@ $(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntime_static_la_CFLAGS) $(CFLAGS) -c -o libmonoruntime_static_la-mono-route.lo `test -f 'mono-route.c' || echo '$(srcdir)/'`mono-route.c
++
+ libmonoruntime_static_la-mono-wsq.lo: mono-wsq.c
+ @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntime_static_la_CFLAGS) $(CFLAGS) -MT libmonoruntime_static_la-mono-wsq.lo -MD -MP -MF $(DEPDIR)/libmonoruntime_static_la-mono-wsq.Tpo -c -o libmonoruntime_static_la-mono-wsq.lo `test -f 'mono-wsq.c' || echo '$(srcdir)/'`mono-wsq.c
+ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmonoruntime_static_la-mono-wsq.Tpo $(DEPDIR)/libmonoruntime_static_la-mono-wsq.Plo
+@@ -2313,6 +2340,13 @@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ @am__fastdepCC_FALSE@ $(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntime_la_CFLAGS) $(CFLAGS) -c -o libmonoruntime_la-mono-perfcounters.lo `test -f 'mono-perfcounters.c' || echo '$(srcdir)/'`mono-perfcounters.c
+
++libmonoruntime_la-mono-route.lo: mono-route.c
++ at am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntime_la_CFLAGS) $(CFLAGS) -MT libmonoruntime_la-mono-route.lo -MD -MP -MF $(DEPDIR)/libmonoruntime_la-mono-route.Tpo -c -o libmonoruntime_la-mono-route.lo `test -f 'mono-route.c' || echo '$(srcdir)/'`mono-route.c
++ at am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmonoruntime_la-mono-route.Tpo $(DEPDIR)/libmonoruntime_la-mono-route.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mono-route.c' object='libmonoruntime_la-mono-route.lo' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@ $(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntime_la_CFLAGS) $(CFLAGS) -c -o libmonoruntime_la-mono-route.lo `test -f 'mono-route.c' || echo '$(srcdir)/'`mono-route.c
++
+ libmonoruntime_la-mono-wsq.lo: mono-wsq.c
+ @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntime_la_CFLAGS) $(CFLAGS) -MT libmonoruntime_la-mono-wsq.lo -MD -MP -MF $(DEPDIR)/libmonoruntime_la-mono-wsq.Tpo -c -o libmonoruntime_la-mono-wsq.lo `test -f 'mono-wsq.c' || echo '$(srcdir)/'`mono-wsq.c
+ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmonoruntime_la-mono-wsq.Tpo $(DEPDIR)/libmonoruntime_la-mono-wsq.Plo
+@@ -2747,6 +2781,13 @@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ @am__fastdepCC_FALSE@ $(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntimesgen_static_la_CFLAGS) $(CFLAGS) -c -o libmonoruntimesgen_static_la-mono-perfcounters.lo `test -f 'mono-perfcounters.c' || echo '$(srcdir)/'`mono-perfcounters.c
+
++libmonoruntimesgen_static_la-mono-route.lo: mono-route.c
++ at am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntimesgen_static_la_CFLAGS) $(CFLAGS) -MT libmonoruntimesgen_static_la-mono-route.lo -MD -MP -MF $(DEPDIR)/libmonoruntimesgen_static_la-mono-route.Tpo -c -o libmonoruntimesgen_static_la-mono-route.lo `test -f 'mono-route.c' || echo '$(srcdir)/'`mono-route.c
++ at am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmonoruntimesgen_static_la-mono-route.Tpo $(DEPDIR)/libmonoruntimesgen_static_la-mono-route.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mono-route.c' object='libmonoruntimesgen_static_la-mono-route.lo' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@ $(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntimesgen_static_la_CFLAGS) $(CFLAGS) -c -o libmonoruntimesgen_static_la-mono-route.lo `test -f 'mono-route.c' || echo '$(srcdir)/'`mono-route.c
++
+ libmonoruntimesgen_static_la-mono-wsq.lo: mono-wsq.c
+ @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntimesgen_static_la_CFLAGS) $(CFLAGS) -MT libmonoruntimesgen_static_la-mono-wsq.lo -MD -MP -MF $(DEPDIR)/libmonoruntimesgen_static_la-mono-wsq.Tpo -c -o libmonoruntimesgen_static_la-mono-wsq.lo `test -f 'mono-wsq.c' || echo '$(srcdir)/'`mono-wsq.c
+ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmonoruntimesgen_static_la-mono-wsq.Tpo $(DEPDIR)/libmonoruntimesgen_static_la-mono-wsq.Plo
+@@ -3384,6 +3425,13 @@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ @am__fastdepCC_FALSE@ $(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntimesgen_la_CFLAGS) $(CFLAGS) -c -o libmonoruntimesgen_la-mono-perfcounters.lo `test -f 'mono-perfcounters.c' || echo '$(srcdir)/'`mono-perfcounters.c
+
++libmonoruntimesgen_la-mono-route.lo: mono-route.c
++ at am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntimesgen_la_CFLAGS) $(CFLAGS) -MT libmonoruntimesgen_la-mono-route.lo -MD -MP -MF $(DEPDIR)/libmonoruntimesgen_la-mono-route.Tpo -c -o libmonoruntimesgen_la-mono-route.lo `test -f 'mono-route.c' || echo '$(srcdir)/'`mono-route.c
++ at am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmonoruntimesgen_la-mono-route.Tpo $(DEPDIR)/libmonoruntimesgen_la-mono-route.Plo
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mono-route.c' object='libmonoruntimesgen_la-mono-route.lo' libtool=yes @AMDEPBACKSLASH@
++ at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
++ at am__fastdepCC_FALSE@ $(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntimesgen_la_CFLAGS) $(CFLAGS) -c -o libmonoruntimesgen_la-mono-route.lo `test -f 'mono-route.c' || echo '$(srcdir)/'`mono-route.c
++
+ libmonoruntimesgen_la-mono-wsq.lo: mono-wsq.c
+ @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmonoruntimesgen_la_CFLAGS) $(CFLAGS) -MT libmonoruntimesgen_la-mono-wsq.lo -MD -MP -MF $(DEPDIR)/libmonoruntimesgen_la-mono-wsq.Tpo -c -o libmonoruntimesgen_la-mono-wsq.lo `test -f 'mono-wsq.c' || echo '$(srcdir)/'`mono-wsq.c
+ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libmonoruntimesgen_la-mono-wsq.Tpo $(DEPDIR)/libmonoruntimesgen_la-mono-wsq.Plo
+@@ -4021,6 +4069,8 @@
+ uninstall-am uninstall-binPROGRAMS \
+ uninstall-libmonoruntimeincludeHEADERS
+
++.PRECIOUS: Makefile
++
+ @HOST_WIN32_TRUE at export HOST_CC
+
+ #
More information about the svn-ports-all
mailing list