diff options
author | Nicolas Koenig <koenigni@student.ethz.ch> | 2020-11-15 15:41:40 +0100 |
---|---|---|
committer | Nicolas Koenig <koenigni@student.ethz.ch> | 2020-11-15 15:41:40 +0100 |
commit | 21d37e5c24671e50ecc3801fd5da5b5b036c8957 (patch) | |
tree | a56d86a2de22edc467ad8590662b24a0ce8b3f14 | |
parent | 649754c5b4a888c2c69c1a9cbeb1c356899934c1 (diff) | |
download | gcc-21d37e5c24671e50ecc3801fd5da5b5b036c8957.zip gcc-21d37e5c24671e50ecc3801fd5da5b5b036c8957.tar.gz gcc-21d37e5c24671e50ecc3801fd5da5b5b036c8957.tar.bz2 |
Rename directory from nca to caf_shared; also rename some files.
libgfortran/ChangeLog:
* nca: Rename directory to
* caf_shared: New name
* Makefile.am: Change directory name from nca to caf_shared,
nca_minmax_c to cas_collsub_c and nca_minmax to cas_collsub.
* Makefile.in: Regenerated.
* generated/nca_minmax_i1.c: Regenerated.
* generated/nca_minmax_i16.c: Regenerated.
* generated/nca_minmax_i2.c: Regenerated.
* generated/nca_minmax_i4.c: Regenerated.
* generated/nca_minmax_i8.c: Regenerated.
* generated/nca_minmax_r10.c: Regenerated.
* generated/nca_minmax_r16.c: Regenerated.
* generated/nca_minmax_r4.c: Regenerated.
* generated/nca_minmax_r8.c: Regenerated.
* generated/nca_minmax_s1.c: Regenerated.
* generated/nca_minmax_s4.c: Regenerated.
* m4/nca-minmax-s.m4: Rename to cas_collsub-s.m4. Adjust include path.
* m4/nca_minmax.m4: Rename to cas_collsub.m4. Adjust include path.
-rw-r--r-- | libgfortran/Makefile.am | 54 | ||||
-rw-r--r-- | libgfortran/Makefile.in | 274 | ||||
-rw-r--r-- | libgfortran/caf_shared/README.native_coarrays (renamed from libgfortran/nca/README.native_coarrays) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/alloc.c (renamed from libgfortran/nca/alloc.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/alloc.h (renamed from libgfortran/nca/alloc.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/allocator.c (renamed from libgfortran/nca/allocator.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/allocator.h (renamed from libgfortran/nca/allocator.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/coarraynative.c (renamed from libgfortran/nca/coarraynative.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/collective_subroutine.c (renamed from libgfortran/nca/collective_subroutine.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/collective_subroutine.h (renamed from libgfortran/nca/collective_subroutine.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/counter_barrier.c (renamed from libgfortran/nca/counter_barrier.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/counter_barrier.h (renamed from libgfortran/nca/counter_barrier.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/hashmap.c (renamed from libgfortran/nca/hashmap.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/hashmap.h (renamed from libgfortran/nca/hashmap.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/libcoarraynative.h (renamed from libgfortran/nca/libcoarraynative.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/lock.h (renamed from libgfortran/nca/lock.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/shared_memory.c (renamed from libgfortran/nca/shared_memory.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/shared_memory.h (renamed from libgfortran/nca/shared_memory.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/sync.c (renamed from libgfortran/nca/sync.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/sync.h (renamed from libgfortran/nca/sync.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/util.c (renamed from libgfortran/nca/util.c) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/util.h (renamed from libgfortran/nca/util.h) | 0 | ||||
-rw-r--r-- | libgfortran/caf_shared/wrapper.c (renamed from libgfortran/nca/wrapper.c) | 0 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_i1.c (renamed from libgfortran/generated/nca_minmax_i1.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_i16.c (renamed from libgfortran/generated/nca_minmax_i16.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_i2.c (renamed from libgfortran/generated/nca_minmax_i2.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_i4.c (renamed from libgfortran/generated/nca_minmax_i4.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_i8.c (renamed from libgfortran/generated/nca_minmax_i8.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_r10.c (renamed from libgfortran/generated/nca_minmax_r10.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_r16.c (renamed from libgfortran/generated/nca_minmax_r16.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_r4.c (renamed from libgfortran/generated/nca_minmax_r4.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_r8.c (renamed from libgfortran/generated/nca_minmax_r8.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_s1.c (renamed from libgfortran/generated/nca_minmax_s1.c) | 4 | ||||
-rw-r--r-- | libgfortran/generated/cas_collsub_s4.c (renamed from libgfortran/generated/nca_minmax_s4.c) | 4 | ||||
-rw-r--r-- | libgfortran/m4/cas_collsub-s.m4 (renamed from libgfortran/m4/nca-minmax-s.m4) | 4 | ||||
-rw-r--r-- | libgfortran/m4/cas_collsub.m4 (renamed from libgfortran/m4/nca_minmax.m4) | 4 |
36 files changed, 190 insertions, 190 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index bb4f126..5ff2911 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -60,34 +60,34 @@ libcaf_single_la_LDFLAGS = -static libcaf_single_la_DEPENDENCIES = caf/libcaf.h libcaf_single_la_LINK = $(LINK) $(libcaf_single_la_LDFLAGS) -i_nca_minmax_c = \ - $(srcdir)/generated/nca_minmax_i1.c \ - $(srcdir)/generated/nca_minmax_i2.c \ - $(srcdir)/generated/nca_minmax_i4.c \ - $(srcdir)/generated/nca_minmax_i8.c \ - $(srcdir)/generated/nca_minmax_i16.c \ - $(srcdir)/generated/nca_minmax_r4.c \ - $(srcdir)/generated/nca_minmax_r8.c \ - $(srcdir)/generated/nca_minmax_r10.c \ - $(srcdir)/generated/nca_minmax_r16.c - -i_nca_minmax_s_c = \ - $(srcdir)/generated/nca_minmax_s1.c \ - $(srcdir)/generated/nca_minmax_s4.c +i_cas_collsub_c = \ + $(srcdir)/generated/cas_collsub_i1.c \ + $(srcdir)/generated/cas_collsub_i2.c \ + $(srcdir)/generated/cas_collsub_i4.c \ + $(srcdir)/generated/cas_collsub_i8.c \ + $(srcdir)/generated/cas_collsub_i16.c \ + $(srcdir)/generated/cas_collsub_r4.c \ + $(srcdir)/generated/cas_collsub_r8.c \ + $(srcdir)/generated/cas_collsub_r10.c \ + $(srcdir)/generated/cas_collsub_r16.c + +i_cas_collsub_s_c = \ + $(srcdir)/generated/cas_collsub_s1.c \ + $(srcdir)/generated/cas_collsub_s4.c if LIBGFOR_NATIVE_COARRAY mylib_LTLIBRARIES = libcaf_shared.la mylibdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR) -libcaf_shared_la_SOURCES = nca/alloc.c nca/allocator.c nca/coarraynative.c \ - nca/hashmap.c \ - nca/sync.c nca/util.c nca/wrapper.c nca/collective_subroutine.c \ - nca/shared_memory.c nca/counter_barrier.c \ - $(i_nca_minmax_c) $(i_nca_minmax_s_c) -libcaf_shared_la_DEPENDENCIES = nca/alloc.h nca/allocator.h nca/hashmap.h - nca/libcoarraynative.h nca/sync.h shared_memory.h \ - nca/util.h nca/lock.h nca/collective_subroutine.h\ - nca/collective_inline.h nca/counter_barrier.h +libcaf_shared_la_SOURCES = caf_shared/alloc.c caf_shared/allocator.c caf_shared/coarraynative.c \ + caf_shared/hashmap.c \ + caf_shared/sync.c caf_shared/util.c caf_shared/wrapper.c caf_shared/collective_subroutine.c \ + caf_shared/shared_memory.c caf_shared/counter_barrier.c \ + $(i_cas_collsub_c) $(i_cas_collsub_s_c) +libcaf_shared_la_DEPENDENCIES = caf_shared/alloc.h caf_shared/allocator.h caf_shared/hashmap.h + caf_shared/libcoarraynative.h caf_shared/sync.h caf_shared/shared_memory.h \ + caf_shared/util.h caf_shared/lock.h caf_shared/collective_subroutine.h\ + caf_shared/collective_inline.h caf_shared/counter_barrier.h libcaf_shared_la_LINK = $(LINK) $(libcaf_shared_la_LDFLAGS) endif @@ -1276,11 +1276,11 @@ $(gfor_misc_specifics): m4/misc_specifics.m4 m4/head.m4 if LIBGFOR_NATIVE_COARRAY -$(i_nca_minmax_c): m4/nca_minmax.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 nca_minmax.m4 > $@ +$(i_cas_collsub_c): m4/cas_collsub.m4 $(I_M4_DEPS) + $(M4) -Dfile=$@ -I$(srcdir)/m4 cas_collsub.m4 > $@ -$(i_nca_minmax_s_c): m4/nca-minmax-s.m4 $(I_M4_DEPS) - $(M4) -Dfile=$@ -I$(srcdir)/m4 nca-minmax-s.m4 > $@ +$(i_cas_collsub_s_c): m4/cas_collsub-s.m4 $(I_M4_DEPS) + $(M4) -Dfile=$@ -I$(srcdir)/m4 cas_collsub-s.m4 > $@ endif ## end of maintainer mode only rules diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in index 42f4724..502e832 100644 --- a/libgfortran/Makefile.in +++ b/libgfortran/Makefile.in @@ -221,10 +221,10 @@ am__installdirs = "$(DESTDIR)$(cafexeclibdir)" "$(DESTDIR)$(mylibdir)" \ LTLIBRARIES = $(cafexeclib_LTLIBRARIES) $(mylib_LTLIBRARIES) \ $(toolexeclib_LTLIBRARIES) libcaf_shared_la_LIBADD = -am__objects_1 = nca_minmax_i1.lo nca_minmax_i2.lo nca_minmax_i4.lo \ - nca_minmax_i8.lo nca_minmax_i16.lo nca_minmax_r4.lo \ - nca_minmax_r8.lo nca_minmax_r10.lo nca_minmax_r16.lo -am__objects_2 = nca_minmax_s1.lo nca_minmax_s4.lo +am__objects_1 = cas_collsub_i1.lo cas_collsub_i2.lo cas_collsub_i4.lo \ + cas_collsub_i8.lo cas_collsub_i16.lo cas_collsub_r4.lo \ + cas_collsub_r8.lo cas_collsub_r10.lo cas_collsub_r16.lo +am__objects_2 = cas_collsub_s1.lo cas_collsub_s4.lo @LIBGFOR_NATIVE_COARRAY_TRUE@am_libcaf_shared_la_OBJECTS = alloc.lo \ @LIBGFOR_NATIVE_COARRAY_TRUE@ allocator.lo coarraynative.lo \ @LIBGFOR_NATIVE_COARRAY_TRUE@ hashmap.lo sync.lo util.lo \ @@ -769,30 +769,30 @@ libcaf_single_la_SOURCES = caf/single.c libcaf_single_la_LDFLAGS = -static libcaf_single_la_DEPENDENCIES = caf/libcaf.h libcaf_single_la_LINK = $(LINK) $(libcaf_single_la_LDFLAGS) -i_nca_minmax_c = \ - $(srcdir)/generated/nca_minmax_i1.c \ - $(srcdir)/generated/nca_minmax_i2.c \ - $(srcdir)/generated/nca_minmax_i4.c \ - $(srcdir)/generated/nca_minmax_i8.c \ - $(srcdir)/generated/nca_minmax_i16.c \ - $(srcdir)/generated/nca_minmax_r4.c \ - $(srcdir)/generated/nca_minmax_r8.c \ - $(srcdir)/generated/nca_minmax_r10.c \ - $(srcdir)/generated/nca_minmax_r16.c - -i_nca_minmax_s_c = \ - $(srcdir)/generated/nca_minmax_s1.c \ - $(srcdir)/generated/nca_minmax_s4.c +i_cas_collsub_c = \ + $(srcdir)/generated/cas_collsub_i1.c \ + $(srcdir)/generated/cas_collsub_i2.c \ + $(srcdir)/generated/cas_collsub_i4.c \ + $(srcdir)/generated/cas_collsub_i8.c \ + $(srcdir)/generated/cas_collsub_i16.c \ + $(srcdir)/generated/cas_collsub_r4.c \ + $(srcdir)/generated/cas_collsub_r8.c \ + $(srcdir)/generated/cas_collsub_r10.c \ + $(srcdir)/generated/cas_collsub_r16.c + +i_cas_collsub_s_c = \ + $(srcdir)/generated/cas_collsub_s1.c \ + $(srcdir)/generated/cas_collsub_s4.c @LIBGFOR_NATIVE_COARRAY_TRUE@mylib_LTLIBRARIES = libcaf_shared.la @LIBGFOR_NATIVE_COARRAY_TRUE@mylibdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR) -@LIBGFOR_NATIVE_COARRAY_TRUE@libcaf_shared_la_SOURCES = nca/alloc.c nca/allocator.c nca/coarraynative.c \ -@LIBGFOR_NATIVE_COARRAY_TRUE@ nca/hashmap.c \ -@LIBGFOR_NATIVE_COARRAY_TRUE@ nca/sync.c nca/util.c nca/wrapper.c nca/collective_subroutine.c \ -@LIBGFOR_NATIVE_COARRAY_TRUE@ nca/shared_memory.c nca/counter_barrier.c \ -@LIBGFOR_NATIVE_COARRAY_TRUE@ $(i_nca_minmax_c) $(i_nca_minmax_s_c) +@LIBGFOR_NATIVE_COARRAY_TRUE@libcaf_shared_la_SOURCES = caf_shared/alloc.c caf_shared/allocator.c caf_shared/coarraynative.c \ +@LIBGFOR_NATIVE_COARRAY_TRUE@ caf_shared/hashmap.c \ +@LIBGFOR_NATIVE_COARRAY_TRUE@ caf_shared/sync.c caf_shared/util.c caf_shared/wrapper.c caf_shared/collective_subroutine.c \ +@LIBGFOR_NATIVE_COARRAY_TRUE@ caf_shared/shared_memory.c caf_shared/counter_barrier.c \ +@LIBGFOR_NATIVE_COARRAY_TRUE@ $(i_cas_collsub_c) $(i_cas_collsub_s_c) -@LIBGFOR_NATIVE_COARRAY_TRUE@libcaf_shared_la_DEPENDENCIES = nca/alloc.h nca/allocator.h nca/hashmap.h +@LIBGFOR_NATIVE_COARRAY_TRUE@libcaf_shared_la_DEPENDENCIES = caf_shared/alloc.h caf_shared/allocator.h caf_shared/hashmap.h @LIBGFOR_NATIVE_COARRAY_TRUE@libcaf_shared_la_LINK = $(LINK) $(libcaf_shared_la_LDFLAGS) @IEEE_SUPPORT_TRUE@fincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/finclude @IEEE_SUPPORT_TRUE@nodist_finclude_HEADERS = ieee_arithmetic.mod ieee_exceptions.mod ieee_features.mod @@ -1828,6 +1828,17 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bessel_r8.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bounds.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c99_functions.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_i1.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_i16.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_i2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_i4.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_i8.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_r10.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_r16.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_r4.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_r8.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_s1.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas_collsub_s4.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chdir.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chmod.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Plo@am__quote@ @@ -2219,17 +2230,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minval_r8.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/move_alloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mvbits.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_i1.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_i16.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_i2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_i4.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_i8.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_r10.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_r16.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_r4.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_r8.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_s1.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nca_minmax_s4.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/norm2_r10.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/norm2_r16.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/norm2_r4.Plo@am__quote@ @@ -2840,152 +2840,152 @@ f2c_specifics.lo: intrinsics/f2c_specifics.F90 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< -alloc.lo: nca/alloc.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) $(AM_CFLAGS) $(CFLAGS) -MT alloc.lo -MD -MP -MF $(DEPDIR)/alloc.Tpo -c -o alloc.lo `test -f 'nca/alloc.c' || echo '$(srcdir)/'`nca/alloc.c +alloc.lo: caf_shared/alloc.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) $(AM_CFLAGS) $(CFLAGS) -MT alloc.lo -MD -MP -MF $(DEPDIR)/alloc.Tpo -c -o alloc.lo `test -f 'caf_shared/alloc.c' || echo '$(srcdir)/'`caf_shared/alloc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alloc.Tpo $(DEPDIR)/alloc.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/alloc.c' object='alloc.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/alloc.c' object='alloc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alloc.lo `test -f 'nca/alloc.c' || echo '$(srcdir)/'`nca/alloc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alloc.lo `test -f 'caf_shared/alloc.c' || echo '$(srcdir)/'`caf_shared/alloc.c -allocator.lo: nca/allocator.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) $(AM_CFLAGS) $(CFLAGS) -MT allocator.lo -MD -MP -MF $(DEPDIR)/allocator.Tpo -c -o allocator.lo `test -f 'nca/allocator.c' || echo '$(srcdir)/'`nca/allocator.c +allocator.lo: caf_shared/allocator.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) $(AM_CFLAGS) $(CFLAGS) -MT allocator.lo -MD -MP -MF $(DEPDIR)/allocator.Tpo -c -o allocator.lo `test -f 'caf_shared/allocator.c' || echo '$(srcdir)/'`caf_shared/allocator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/allocator.Tpo $(DEPDIR)/allocator.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/allocator.c' object='allocator.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/allocator.c' object='allocator.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o allocator.lo `test -f 'nca/allocator.c' || echo '$(srcdir)/'`nca/allocator.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o allocator.lo `test -f 'caf_shared/allocator.c' || echo '$(srcdir)/'`caf_shared/allocator.c -coarraynative.lo: nca/coarraynative.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) $(AM_CFLAGS) $(CFLAGS) -MT coarraynative.lo -MD -MP -MF $(DEPDIR)/coarraynative.Tpo -c -o coarraynative.lo `test -f 'nca/coarraynative.c' || echo '$(srcdir)/'`nca/coarraynative.c +coarraynative.lo: caf_shared/coarraynative.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) $(AM_CFLAGS) $(CFLAGS) -MT coarraynative.lo -MD -MP -MF $(DEPDIR)/coarraynative.Tpo -c -o coarraynative.lo `test -f 'caf_shared/coarraynative.c' || echo '$(srcdir)/'`caf_shared/coarraynative.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/coarraynative.Tpo $(DEPDIR)/coarraynative.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/coarraynative.c' object='coarraynative.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/coarraynative.c' object='coarraynative.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o coarraynative.lo `test -f 'nca/coarraynative.c' || echo '$(srcdir)/'`nca/coarraynative.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o coarraynative.lo `test -f 'caf_shared/coarraynative.c' || echo '$(srcdir)/'`caf_shared/coarraynative.c -hashmap.lo: nca/hashmap.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) $(AM_CFLAGS) $(CFLAGS) -MT hashmap.lo -MD -MP -MF $(DEPDIR)/hashmap.Tpo -c -o hashmap.lo `test -f 'nca/hashmap.c' || echo '$(srcdir)/'`nca/hashmap.c +hashmap.lo: caf_shared/hashmap.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) $(AM_CFLAGS) $(CFLAGS) -MT hashmap.lo -MD -MP -MF $(DEPDIR)/hashmap.Tpo -c -o hashmap.lo `test -f 'caf_shared/hashmap.c' || echo '$(srcdir)/'`caf_shared/hashmap.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hashmap.Tpo $(DEPDIR)/hashmap.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/hashmap.c' object='hashmap.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/hashmap.c' object='hashmap.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hashmap.lo `test -f 'nca/hashmap.c' || echo '$(srcdir)/'`nca/hashmap.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hashmap.lo `test -f 'caf_shared/hashmap.c' || echo '$(srcdir)/'`caf_shared/hashmap.c -sync.lo: nca/sync.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) $(AM_CFLAGS) $(CFLAGS) -MT sync.lo -MD -MP -MF $(DEPDIR)/sync.Tpo -c -o sync.lo `test -f 'nca/sync.c' || echo '$(srcdir)/'`nca/sync.c +sync.lo: caf_shared/sync.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) $(AM_CFLAGS) $(CFLAGS) -MT sync.lo -MD -MP -MF $(DEPDIR)/sync.Tpo -c -o sync.lo `test -f 'caf_shared/sync.c' || echo '$(srcdir)/'`caf_shared/sync.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sync.Tpo $(DEPDIR)/sync.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/sync.c' object='sync.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/sync.c' object='sync.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sync.lo `test -f 'nca/sync.c' || echo '$(srcdir)/'`nca/sync.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sync.lo `test -f 'caf_shared/sync.c' || echo '$(srcdir)/'`caf_shared/sync.c -util.lo: nca/util.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) $(AM_CFLAGS) $(CFLAGS) -MT util.lo -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.lo `test -f 'nca/util.c' || echo '$(srcdir)/'`nca/util.c +util.lo: caf_shared/util.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) $(AM_CFLAGS) $(CFLAGS) -MT util.lo -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.lo `test -f 'caf_shared/util.c' || echo '$(srcdir)/'`caf_shared/util.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/util.c' object='util.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/util.c' object='util.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o util.lo `test -f 'nca/util.c' || echo '$(srcdir)/'`nca/util.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o util.lo `test -f 'caf_shared/util.c' || echo '$(srcdir)/'`caf_shared/util.c -wrapper.lo: nca/wrapper.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) $(AM_CFLAGS) $(CFLAGS) -MT wrapper.lo -MD -MP -MF $(DEPDIR)/wrapper.Tpo -c -o wrapper.lo `test -f 'nca/wrapper.c' || echo '$(srcdir)/'`nca/wrapper.c +wrapper.lo: caf_shared/wrapper.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) $(AM_CFLAGS) $(CFLAGS) -MT wrapper.lo -MD -MP -MF $(DEPDIR)/wrapper.Tpo -c -o wrapper.lo `test -f 'caf_shared/wrapper.c' || echo '$(srcdir)/'`caf_shared/wrapper.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wrapper.Tpo $(DEPDIR)/wrapper.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/wrapper.c' object='wrapper.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/wrapper.c' object='wrapper.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wrapper.lo `test -f 'nca/wrapper.c' || echo '$(srcdir)/'`nca/wrapper.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wrapper.lo `test -f 'caf_shared/wrapper.c' || echo '$(srcdir)/'`caf_shared/wrapper.c -collective_subroutine.lo: nca/collective_subroutine.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) $(AM_CFLAGS) $(CFLAGS) -MT collective_subroutine.lo -MD -MP -MF $(DEPDIR)/collective_subroutine.Tpo -c -o collective_subroutine.lo `test -f 'nca/collective_subroutine.c' || echo '$(srcdir)/'`nca/collective_subroutine.c +collective_subroutine.lo: caf_shared/collective_subroutine.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) $(AM_CFLAGS) $(CFLAGS) -MT collective_subroutine.lo -MD -MP -MF $(DEPDIR)/collective_subroutine.Tpo -c -o collective_subroutine.lo `test -f 'caf_shared/collective_subroutine.c' || echo '$(srcdir)/'`caf_shared/collective_subroutine.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/collective_subroutine.Tpo $(DEPDIR)/collective_subroutine.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/collective_subroutine.c' object='collective_subroutine.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/collective_subroutine.c' object='collective_subroutine.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o collective_subroutine.lo `test -f 'nca/collective_subroutine.c' || echo '$(srcdir)/'`nca/collective_subroutine.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o collective_subroutine.lo `test -f 'caf_shared/collective_subroutine.c' || echo '$(srcdir)/'`caf_shared/collective_subroutine.c -shared_memory.lo: nca/shared_memory.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) $(AM_CFLAGS) $(CFLAGS) -MT shared_memory.lo -MD -MP -MF $(DEPDIR)/shared_memory.Tpo -c -o shared_memory.lo `test -f 'nca/shared_memory.c' || echo '$(srcdir)/'`nca/shared_memory.c +shared_memory.lo: caf_shared/shared_memory.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) $(AM_CFLAGS) $(CFLAGS) -MT shared_memory.lo -MD -MP -MF $(DEPDIR)/shared_memory.Tpo -c -o shared_memory.lo `test -f 'caf_shared/shared_memory.c' || echo '$(srcdir)/'`caf_shared/shared_memory.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/shared_memory.Tpo $(DEPDIR)/shared_memory.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/shared_memory.c' object='shared_memory.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/shared_memory.c' object='shared_memory.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared_memory.lo `test -f 'nca/shared_memory.c' || echo '$(srcdir)/'`nca/shared_memory.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o shared_memory.lo `test -f 'caf_shared/shared_memory.c' || echo '$(srcdir)/'`caf_shared/shared_memory.c -counter_barrier.lo: nca/counter_barrier.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) $(AM_CFLAGS) $(CFLAGS) -MT counter_barrier.lo -MD -MP -MF $(DEPDIR)/counter_barrier.Tpo -c -o counter_barrier.lo `test -f 'nca/counter_barrier.c' || echo '$(srcdir)/'`nca/counter_barrier.c +counter_barrier.lo: caf_shared/counter_barrier.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) $(AM_CFLAGS) $(CFLAGS) -MT counter_barrier.lo -MD -MP -MF $(DEPDIR)/counter_barrier.Tpo -c -o counter_barrier.lo `test -f 'caf_shared/counter_barrier.c' || echo '$(srcdir)/'`caf_shared/counter_barrier.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/counter_barrier.Tpo $(DEPDIR)/counter_barrier.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nca/counter_barrier.c' object='counter_barrier.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='caf_shared/counter_barrier.c' object='counter_barrier.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o counter_barrier.lo `test -f 'nca/counter_barrier.c' || echo '$(srcdir)/'`nca/counter_barrier.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o counter_barrier.lo `test -f 'caf_shared/counter_barrier.c' || echo '$(srcdir)/'`caf_shared/counter_barrier.c -nca_minmax_i1.lo: $(srcdir)/generated/nca_minmax_i1.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_i1.lo -MD -MP -MF $(DEPDIR)/nca_minmax_i1.Tpo -c -o nca_minmax_i1.lo `test -f '$(srcdir)/generated/nca_minmax_i1.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i1.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_i1.Tpo $(DEPDIR)/nca_minmax_i1.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_i1.c' object='nca_minmax_i1.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_i1.lo: $(srcdir)/generated/cas_collsub_i1.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_i1.lo -MD -MP -MF $(DEPDIR)/cas_collsub_i1.Tpo -c -o cas_collsub_i1.lo `test -f '$(srcdir)/generated/cas_collsub_i1.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_i1.Tpo $(DEPDIR)/cas_collsub_i1.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_i1.c' object='cas_collsub_i1.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_i1.lo `test -f '$(srcdir)/generated/nca_minmax_i1.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i1.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_i1.lo `test -f '$(srcdir)/generated/cas_collsub_i1.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i1.c -nca_minmax_i2.lo: $(srcdir)/generated/nca_minmax_i2.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_i2.lo -MD -MP -MF $(DEPDIR)/nca_minmax_i2.Tpo -c -o nca_minmax_i2.lo `test -f '$(srcdir)/generated/nca_minmax_i2.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i2.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_i2.Tpo $(DEPDIR)/nca_minmax_i2.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_i2.c' object='nca_minmax_i2.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_i2.lo: $(srcdir)/generated/cas_collsub_i2.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_i2.lo -MD -MP -MF $(DEPDIR)/cas_collsub_i2.Tpo -c -o cas_collsub_i2.lo `test -f '$(srcdir)/generated/cas_collsub_i2.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_i2.Tpo $(DEPDIR)/cas_collsub_i2.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_i2.c' object='cas_collsub_i2.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_i2.lo `test -f '$(srcdir)/generated/nca_minmax_i2.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_i2.lo `test -f '$(srcdir)/generated/cas_collsub_i2.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i2.c -nca_minmax_i4.lo: $(srcdir)/generated/nca_minmax_i4.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_i4.lo -MD -MP -MF $(DEPDIR)/nca_minmax_i4.Tpo -c -o nca_minmax_i4.lo `test -f '$(srcdir)/generated/nca_minmax_i4.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_i4.Tpo $(DEPDIR)/nca_minmax_i4.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_i4.c' object='nca_minmax_i4.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_i4.lo: $(srcdir)/generated/cas_collsub_i4.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_i4.lo -MD -MP -MF $(DEPDIR)/cas_collsub_i4.Tpo -c -o cas_collsub_i4.lo `test -f '$(srcdir)/generated/cas_collsub_i4.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_i4.Tpo $(DEPDIR)/cas_collsub_i4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_i4.c' object='cas_collsub_i4.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_i4.lo `test -f '$(srcdir)/generated/nca_minmax_i4.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_i4.lo `test -f '$(srcdir)/generated/cas_collsub_i4.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i4.c -nca_minmax_i8.lo: $(srcdir)/generated/nca_minmax_i8.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_i8.lo -MD -MP -MF $(DEPDIR)/nca_minmax_i8.Tpo -c -o nca_minmax_i8.lo `test -f '$(srcdir)/generated/nca_minmax_i8.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i8.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_i8.Tpo $(DEPDIR)/nca_minmax_i8.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_i8.c' object='nca_minmax_i8.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_i8.lo: $(srcdir)/generated/cas_collsub_i8.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_i8.lo -MD -MP -MF $(DEPDIR)/cas_collsub_i8.Tpo -c -o cas_collsub_i8.lo `test -f '$(srcdir)/generated/cas_collsub_i8.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i8.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_i8.Tpo $(DEPDIR)/cas_collsub_i8.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_i8.c' object='cas_collsub_i8.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_i8.lo `test -f '$(srcdir)/generated/nca_minmax_i8.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i8.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_i8.lo `test -f '$(srcdir)/generated/cas_collsub_i8.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i8.c -nca_minmax_i16.lo: $(srcdir)/generated/nca_minmax_i16.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_i16.lo -MD -MP -MF $(DEPDIR)/nca_minmax_i16.Tpo -c -o nca_minmax_i16.lo `test -f '$(srcdir)/generated/nca_minmax_i16.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_i16.Tpo $(DEPDIR)/nca_minmax_i16.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_i16.c' object='nca_minmax_i16.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_i16.lo: $(srcdir)/generated/cas_collsub_i16.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_i16.lo -MD -MP -MF $(DEPDIR)/cas_collsub_i16.Tpo -c -o cas_collsub_i16.lo `test -f '$(srcdir)/generated/cas_collsub_i16.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_i16.Tpo $(DEPDIR)/cas_collsub_i16.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_i16.c' object='cas_collsub_i16.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_i16.lo `test -f '$(srcdir)/generated/nca_minmax_i16.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_i16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_i16.lo `test -f '$(srcdir)/generated/cas_collsub_i16.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_i16.c -nca_minmax_r4.lo: $(srcdir)/generated/nca_minmax_r4.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_r4.lo -MD -MP -MF $(DEPDIR)/nca_minmax_r4.Tpo -c -o nca_minmax_r4.lo `test -f '$(srcdir)/generated/nca_minmax_r4.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_r4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_r4.Tpo $(DEPDIR)/nca_minmax_r4.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_r4.c' object='nca_minmax_r4.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_r4.lo: $(srcdir)/generated/cas_collsub_r4.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_r4.lo -MD -MP -MF $(DEPDIR)/cas_collsub_r4.Tpo -c -o cas_collsub_r4.lo `test -f '$(srcdir)/generated/cas_collsub_r4.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_r4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_r4.Tpo $(DEPDIR)/cas_collsub_r4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_r4.c' object='cas_collsub_r4.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_r4.lo `test -f '$(srcdir)/generated/nca_minmax_r4.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_r4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_r4.lo `test -f '$(srcdir)/generated/cas_collsub_r4.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_r4.c -nca_minmax_r8.lo: $(srcdir)/generated/nca_minmax_r8.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_r8.lo -MD -MP -MF $(DEPDIR)/nca_minmax_r8.Tpo -c -o nca_minmax_r8.lo `test -f '$(srcdir)/generated/nca_minmax_r8.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_r8.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_r8.Tpo $(DEPDIR)/nca_minmax_r8.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_r8.c' object='nca_minmax_r8.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_r8.lo: $(srcdir)/generated/cas_collsub_r8.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_r8.lo -MD -MP -MF $(DEPDIR)/cas_collsub_r8.Tpo -c -o cas_collsub_r8.lo `test -f '$(srcdir)/generated/cas_collsub_r8.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_r8.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_r8.Tpo $(DEPDIR)/cas_collsub_r8.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_r8.c' object='cas_collsub_r8.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_r8.lo `test -f '$(srcdir)/generated/nca_minmax_r8.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_r8.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_r8.lo `test -f '$(srcdir)/generated/cas_collsub_r8.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_r8.c -nca_minmax_r10.lo: $(srcdir)/generated/nca_minmax_r10.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_r10.lo -MD -MP -MF $(DEPDIR)/nca_minmax_r10.Tpo -c -o nca_minmax_r10.lo `test -f '$(srcdir)/generated/nca_minmax_r10.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_r10.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_r10.Tpo $(DEPDIR)/nca_minmax_r10.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_r10.c' object='nca_minmax_r10.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_r10.lo: $(srcdir)/generated/cas_collsub_r10.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_r10.lo -MD -MP -MF $(DEPDIR)/cas_collsub_r10.Tpo -c -o cas_collsub_r10.lo `test -f '$(srcdir)/generated/cas_collsub_r10.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_r10.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_r10.Tpo $(DEPDIR)/cas_collsub_r10.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_r10.c' object='cas_collsub_r10.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_r10.lo `test -f '$(srcdir)/generated/nca_minmax_r10.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_r10.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_r10.lo `test -f '$(srcdir)/generated/cas_collsub_r10.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_r10.c -nca_minmax_r16.lo: $(srcdir)/generated/nca_minmax_r16.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_r16.lo -MD -MP -MF $(DEPDIR)/nca_minmax_r16.Tpo -c -o nca_minmax_r16.lo `test -f '$(srcdir)/generated/nca_minmax_r16.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_r16.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_r16.Tpo $(DEPDIR)/nca_minmax_r16.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_r16.c' object='nca_minmax_r16.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_r16.lo: $(srcdir)/generated/cas_collsub_r16.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_r16.lo -MD -MP -MF $(DEPDIR)/cas_collsub_r16.Tpo -c -o cas_collsub_r16.lo `test -f '$(srcdir)/generated/cas_collsub_r16.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_r16.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_r16.Tpo $(DEPDIR)/cas_collsub_r16.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_r16.c' object='cas_collsub_r16.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_r16.lo `test -f '$(srcdir)/generated/nca_minmax_r16.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_r16.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_r16.lo `test -f '$(srcdir)/generated/cas_collsub_r16.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_r16.c -nca_minmax_s1.lo: $(srcdir)/generated/nca_minmax_s1.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_s1.lo -MD -MP -MF $(DEPDIR)/nca_minmax_s1.Tpo -c -o nca_minmax_s1.lo `test -f '$(srcdir)/generated/nca_minmax_s1.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_s1.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_s1.Tpo $(DEPDIR)/nca_minmax_s1.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_s1.c' object='nca_minmax_s1.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_s1.lo: $(srcdir)/generated/cas_collsub_s1.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_s1.lo -MD -MP -MF $(DEPDIR)/cas_collsub_s1.Tpo -c -o cas_collsub_s1.lo `test -f '$(srcdir)/generated/cas_collsub_s1.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_s1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_s1.Tpo $(DEPDIR)/cas_collsub_s1.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_s1.c' object='cas_collsub_s1.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_s1.lo `test -f '$(srcdir)/generated/nca_minmax_s1.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_s1.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_s1.lo `test -f '$(srcdir)/generated/cas_collsub_s1.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_s1.c -nca_minmax_s4.lo: $(srcdir)/generated/nca_minmax_s4.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) $(AM_CFLAGS) $(CFLAGS) -MT nca_minmax_s4.lo -MD -MP -MF $(DEPDIR)/nca_minmax_s4.Tpo -c -o nca_minmax_s4.lo `test -f '$(srcdir)/generated/nca_minmax_s4.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_s4.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nca_minmax_s4.Tpo $(DEPDIR)/nca_minmax_s4.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/nca_minmax_s4.c' object='nca_minmax_s4.lo' libtool=yes @AMDEPBACKSLASH@ +cas_collsub_s4.lo: $(srcdir)/generated/cas_collsub_s4.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) $(AM_CFLAGS) $(CFLAGS) -MT cas_collsub_s4.lo -MD -MP -MF $(DEPDIR)/cas_collsub_s4.Tpo -c -o cas_collsub_s4.lo `test -f '$(srcdir)/generated/cas_collsub_s4.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_s4.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas_collsub_s4.Tpo $(DEPDIR)/cas_collsub_s4.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/generated/cas_collsub_s4.c' object='cas_collsub_s4.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nca_minmax_s4.lo `test -f '$(srcdir)/generated/nca_minmax_s4.c' || echo '$(srcdir)/'`$(srcdir)/generated/nca_minmax_s4.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cas_collsub_s4.lo `test -f '$(srcdir)/generated/cas_collsub_s4.c' || echo '$(srcdir)/'`$(srcdir)/generated/cas_collsub_s4.c single.lo: caf/single.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) $(AM_CFLAGS) $(CFLAGS) -MT single.lo -MD -MP -MF $(DEPDIR)/single.Tpo -c -o single.lo `test -f 'caf/single.c' || echo '$(srcdir)/'`caf/single.c @@ -7242,9 +7242,9 @@ uninstall-am: uninstall-cafexeclibLTLIBRARIES uninstall-gfor_cHEADERS \ @LIBGFOR_USE_SYMVER_SUN_TRUE@@LIBGFOR_USE_SYMVER_TRUE@ `echo $(libgfortran_la_LIBADD) | \ @LIBGFOR_USE_SYMVER_SUN_TRUE@@LIBGFOR_USE_SYMVER_TRUE@ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \ @LIBGFOR_USE_SYMVER_SUN_TRUE@@LIBGFOR_USE_SYMVER_TRUE@ > $@ || (rm -f $@ ; exit 1) -@LIBGFOR_NATIVE_COARRAY_TRUE@ nca/libcoarraynative.h nca/sync.h shared_memory.h \ -@LIBGFOR_NATIVE_COARRAY_TRUE@ nca/util.h nca/lock.h nca/collective_subroutine.h\ -@LIBGFOR_NATIVE_COARRAY_TRUE@ nca/collective_inline.h nca/counter_barrier.h +@LIBGFOR_NATIVE_COARRAY_TRUE@ caf_shared/libcoarraynative.h caf_shared/sync.h caf_shared/shared_memory.h \ +@LIBGFOR_NATIVE_COARRAY_TRUE@ caf_shared/util.h caf_shared/lock.h caf_shared/collective_subroutine.h\ +@LIBGFOR_NATIVE_COARRAY_TRUE@ caf_shared/collective_inline.h caf_shared/counter_barrier.h # Turn on vectorization and loop unrolling for matmul. $(patsubst %.c,%.lo,$(notdir $(i_matmul_c))): AM_CFLAGS += -ffast-math -ftree-vectorize -funroll-loops --param max-unroll-times=4 @@ -7455,11 +7455,11 @@ fpu-target.inc: fpu-target.h $(srcdir)/libgfortran.h @MAINTAINER_MODE_TRUE@$(gfor_misc_specifics): m4/misc_specifics.m4 m4/head.m4 @MAINTAINER_MODE_TRUE@ $(M4) -Dfile=$@ -I$(srcdir)/m4 misc_specifics.m4 > $@ -@LIBGFOR_NATIVE_COARRAY_TRUE@@MAINTAINER_MODE_TRUE@$(i_nca_minmax_c): m4/nca_minmax.m4 $(I_M4_DEPS) -@LIBGFOR_NATIVE_COARRAY_TRUE@@MAINTAINER_MODE_TRUE@ $(M4) -Dfile=$@ -I$(srcdir)/m4 nca_minmax.m4 > $@ +@LIBGFOR_NATIVE_COARRAY_TRUE@@MAINTAINER_MODE_TRUE@$(i_cas_collsub_c): m4/cas_collsub.m4 $(I_M4_DEPS) +@LIBGFOR_NATIVE_COARRAY_TRUE@@MAINTAINER_MODE_TRUE@ $(M4) -Dfile=$@ -I$(srcdir)/m4 cas_collsub.m4 > $@ -@LIBGFOR_NATIVE_COARRAY_TRUE@@MAINTAINER_MODE_TRUE@$(i_nca_minmax_s_c): m4/nca-minmax-s.m4 $(I_M4_DEPS) -@LIBGFOR_NATIVE_COARRAY_TRUE@@MAINTAINER_MODE_TRUE@ $(M4) -Dfile=$@ -I$(srcdir)/m4 nca-minmax-s.m4 > $@ +@LIBGFOR_NATIVE_COARRAY_TRUE@@MAINTAINER_MODE_TRUE@$(i_cas_collsub_s_c): m4/cas_collsub-s.m4 $(I_M4_DEPS) +@LIBGFOR_NATIVE_COARRAY_TRUE@@MAINTAINER_MODE_TRUE@ $(M4) -Dfile=$@ -I$(srcdir)/m4 cas_collsub-s.m4 > $@ # target overrides -include $(tmake_file) diff --git a/libgfortran/nca/README.native_coarrays b/libgfortran/caf_shared/README.native_coarrays index 02fc013..02fc013 100644 --- a/libgfortran/nca/README.native_coarrays +++ b/libgfortran/caf_shared/README.native_coarrays diff --git a/libgfortran/nca/alloc.c b/libgfortran/caf_shared/alloc.c index ae45729..ae45729 100644 --- a/libgfortran/nca/alloc.c +++ b/libgfortran/caf_shared/alloc.c diff --git a/libgfortran/nca/alloc.h b/libgfortran/caf_shared/alloc.h index f65121c..f65121c 100644 --- a/libgfortran/nca/alloc.h +++ b/libgfortran/caf_shared/alloc.h diff --git a/libgfortran/nca/allocator.c b/libgfortran/caf_shared/allocator.c index e31b66a..e31b66a 100644 --- a/libgfortran/nca/allocator.c +++ b/libgfortran/caf_shared/allocator.c diff --git a/libgfortran/nca/allocator.h b/libgfortran/caf_shared/allocator.h index 306022a..306022a 100644 --- a/libgfortran/nca/allocator.h +++ b/libgfortran/caf_shared/allocator.h diff --git a/libgfortran/nca/coarraynative.c b/libgfortran/caf_shared/coarraynative.c index 821d69b..821d69b 100644 --- a/libgfortran/nca/coarraynative.c +++ b/libgfortran/caf_shared/coarraynative.c diff --git a/libgfortran/nca/collective_subroutine.c b/libgfortran/caf_shared/collective_subroutine.c index 875eb94..875eb94 100644 --- a/libgfortran/nca/collective_subroutine.c +++ b/libgfortran/caf_shared/collective_subroutine.c diff --git a/libgfortran/nca/collective_subroutine.h b/libgfortran/caf_shared/collective_subroutine.h index 137220c..137220c 100644 --- a/libgfortran/nca/collective_subroutine.h +++ b/libgfortran/caf_shared/collective_subroutine.h diff --git a/libgfortran/nca/counter_barrier.c b/libgfortran/caf_shared/counter_barrier.c index acf94d9..acf94d9 100644 --- a/libgfortran/nca/counter_barrier.c +++ b/libgfortran/caf_shared/counter_barrier.c diff --git a/libgfortran/nca/counter_barrier.h b/libgfortran/caf_shared/counter_barrier.h index 94eb727..94eb727 100644 --- a/libgfortran/nca/counter_barrier.h +++ b/libgfortran/caf_shared/counter_barrier.h diff --git a/libgfortran/nca/hashmap.c b/libgfortran/caf_shared/hashmap.c index 2d38c56..2d38c56 100644 --- a/libgfortran/nca/hashmap.c +++ b/libgfortran/caf_shared/hashmap.c diff --git a/libgfortran/nca/hashmap.h b/libgfortran/caf_shared/hashmap.h index 10a43d0..10a43d0 100644 --- a/libgfortran/nca/hashmap.h +++ b/libgfortran/caf_shared/hashmap.h diff --git a/libgfortran/nca/libcoarraynative.h b/libgfortran/caf_shared/libcoarraynative.h index e454965..e454965 100644 --- a/libgfortran/nca/libcoarraynative.h +++ b/libgfortran/caf_shared/libcoarraynative.h diff --git a/libgfortran/nca/lock.h b/libgfortran/caf_shared/lock.h index 4697395..4697395 100644 --- a/libgfortran/nca/lock.h +++ b/libgfortran/caf_shared/lock.h diff --git a/libgfortran/nca/shared_memory.c b/libgfortran/caf_shared/shared_memory.c index b64e40a..b64e40a 100644 --- a/libgfortran/nca/shared_memory.c +++ b/libgfortran/caf_shared/shared_memory.c diff --git a/libgfortran/nca/shared_memory.h b/libgfortran/caf_shared/shared_memory.h index 09692fc..09692fc 100644 --- a/libgfortran/nca/shared_memory.h +++ b/libgfortran/caf_shared/shared_memory.h diff --git a/libgfortran/nca/sync.c b/libgfortran/caf_shared/sync.c index 851bf75..851bf75 100644 --- a/libgfortran/nca/sync.c +++ b/libgfortran/caf_shared/sync.c diff --git a/libgfortran/nca/sync.h b/libgfortran/caf_shared/sync.h index 5994643..5994643 100644 --- a/libgfortran/nca/sync.h +++ b/libgfortran/caf_shared/sync.h diff --git a/libgfortran/nca/util.c b/libgfortran/caf_shared/util.c index 0b77a52..0b77a52 100644 --- a/libgfortran/nca/util.c +++ b/libgfortran/caf_shared/util.c diff --git a/libgfortran/nca/util.h b/libgfortran/caf_shared/util.h index fa9e158..fa9e158 100644 --- a/libgfortran/nca/util.h +++ b/libgfortran/caf_shared/util.h diff --git a/libgfortran/nca/wrapper.c b/libgfortran/caf_shared/wrapper.c index 4716194..4716194 100644 --- a/libgfortran/nca/wrapper.c +++ b/libgfortran/caf_shared/wrapper.c diff --git a/libgfortran/generated/nca_minmax_i1.c b/libgfortran/generated/cas_collsub_i1.c index a340181..69ec15b 100644 --- a/libgfortran/generated/nca_minmax_i1.c +++ b/libgfortran/generated/cas_collsub_i1.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_INTEGER_1) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_i1 (GFC_INTEGER_1 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_i16.c b/libgfortran/generated/cas_collsub_i16.c index 6642fa6..2631851 100644 --- a/libgfortran/generated/nca_minmax_i16.c +++ b/libgfortran/generated/cas_collsub_i16.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_INTEGER_16) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_i16 (GFC_INTEGER_16 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_i2.c b/libgfortran/generated/cas_collsub_i2.c index 1a9d43a..e4e3c55 100644 --- a/libgfortran/generated/nca_minmax_i2.c +++ b/libgfortran/generated/cas_collsub_i2.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_INTEGER_2) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_i2 (GFC_INTEGER_2 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_i4.c b/libgfortran/generated/cas_collsub_i4.c index e601853..f4f5c19 100644 --- a/libgfortran/generated/nca_minmax_i4.c +++ b/libgfortran/generated/cas_collsub_i4.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_INTEGER_4) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_i4 (GFC_INTEGER_4 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_i8.c b/libgfortran/generated/cas_collsub_i8.c index fb5a2ec..ee6b099 100644 --- a/libgfortran/generated/nca_minmax_i8.c +++ b/libgfortran/generated/cas_collsub_i8.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_INTEGER_8) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_i8 (GFC_INTEGER_8 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_r10.c b/libgfortran/generated/cas_collsub_r10.c index f219dd3..2ebb78b 100644 --- a/libgfortran/generated/nca_minmax_r10.c +++ b/libgfortran/generated/cas_collsub_r10.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_REAL_10) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_r10 (GFC_REAL_10 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_r16.c b/libgfortran/generated/cas_collsub_r16.c index a26eafe..863cf8f 100644 --- a/libgfortran/generated/nca_minmax_r16.c +++ b/libgfortran/generated/cas_collsub_r16.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_REAL_16) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_r16 (GFC_REAL_16 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_r4.c b/libgfortran/generated/cas_collsub_r4.c index 3efa625..f0b3207 100644 --- a/libgfortran/generated/nca_minmax_r4.c +++ b/libgfortran/generated/cas_collsub_r4.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_REAL_4) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_r4 (GFC_REAL_4 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_r8.c b/libgfortran/generated/cas_collsub_r8.c index 83518b6..5a8df48 100644 --- a/libgfortran/generated/nca_minmax_r8.c +++ b/libgfortran/generated/cas_collsub_r8.c @@ -28,8 +28,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_REAL_8) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" void cas_collsub_max_scalar_r8 (GFC_REAL_8 *obj, int *result_image, int *stat, char *errmsg, index_type errmsg_len); diff --git a/libgfortran/generated/nca_minmax_s1.c b/libgfortran/generated/cas_collsub_s1.c index 1b4826c..b6c97da 100644 --- a/libgfortran/generated/nca_minmax_s1.c +++ b/libgfortran/generated/cas_collsub_s1.c @@ -29,8 +29,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_UINTEGER_1) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" #if 1 == 4 diff --git a/libgfortran/generated/nca_minmax_s4.c b/libgfortran/generated/cas_collsub_s4.c index 336e167..237e91c 100644 --- a/libgfortran/generated/nca_minmax_s4.c +++ b/libgfortran/generated/cas_collsub_s4.c @@ -29,8 +29,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_UINTEGER_4) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" #if 4 == 4 diff --git a/libgfortran/m4/nca-minmax-s.m4 b/libgfortran/m4/cas_collsub-s.m4 index 9e9b0b9..7f50628 100644 --- a/libgfortran/m4/nca-minmax-s.m4 +++ b/libgfortran/m4/cas_collsub-s.m4 @@ -266,8 +266,8 @@ cas_collsub_'$1`_array_'rtype_code` ('rtype` * restrict array, int *result_image #if defined (HAVE_'rtype_name`) #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" #if 'rtype_kind` == 4 diff --git a/libgfortran/m4/nca_minmax.m4 b/libgfortran/m4/cas_collsub.m4 index f69cf65..4d416d5 100644 --- a/libgfortran/m4/nca_minmax.m4 +++ b/libgfortran/m4/cas_collsub.m4 @@ -243,8 +243,8 @@ cas_collsub_'$1`_array_'rtype_code` ('rtype` * restrict array, int *result_image #if defined (HAVE_'rtype_name`)' #include <string.h> -#include "../nca/libcoarraynative.h" -#include "../nca/collective_subroutine.h" +#include "../caf_shared/libcoarraynative.h" +#include "../caf_shared/collective_subroutine.h" SCALAR_FUNCTION(`max',`if (*b > *a) *a = *b;')dnl |