[44f44617] | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
---|
[8c0404e] | 2 | # @configure_input@ |
---|
| 3 | |
---|
[44f44617] | 4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
---|
| 5 | |
---|
[8c0404e] | 6 | # This Makefile.in is free software; the Free Software Foundation |
---|
| 7 | # gives unlimited permission to copy and/or distribute it, |
---|
| 8 | # with or without modifications, as long as this notice is preserved. |
---|
| 9 | |
---|
| 10 | # This program is distributed in the hope that it will be useful, |
---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
| 13 | # PARTICULAR PURPOSE. |
---|
| 14 | |
---|
| 15 | @SET_MAKE@ |
---|
| 16 | |
---|
| 17 | ######################## -*- Mode: Makefile-Automake -*- ###################### |
---|
| 18 | ############################################################################### |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | VPATH = @srcdir@ |
---|
[44f44617] | 22 | am__is_gnu_make = { \ |
---|
| 23 | if test -z '$(MAKELEVEL)'; then \ |
---|
| 24 | false; \ |
---|
| 25 | elif test -n '$(MAKE_HOST)'; then \ |
---|
| 26 | true; \ |
---|
| 27 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
---|
| 28 | true; \ |
---|
| 29 | else \ |
---|
| 30 | false; \ |
---|
| 31 | fi; \ |
---|
| 32 | } |
---|
| 33 | am__make_running_with_option = \ |
---|
| 34 | case $${target_option-} in \ |
---|
| 35 | ?) ;; \ |
---|
| 36 | *) echo "am__make_running_with_option: internal error: invalid" \ |
---|
| 37 | "target option '$${target_option-}' specified" >&2; \ |
---|
| 38 | exit 1;; \ |
---|
| 39 | esac; \ |
---|
| 40 | has_opt=no; \ |
---|
| 41 | sane_makeflags=$$MAKEFLAGS; \ |
---|
| 42 | if $(am__is_gnu_make); then \ |
---|
| 43 | sane_makeflags=$$MFLAGS; \ |
---|
| 44 | else \ |
---|
| 45 | case $$MAKEFLAGS in \ |
---|
| 46 | *\\[\ \ ]*) \ |
---|
| 47 | bs=\\; \ |
---|
| 48 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
---|
| 49 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
---|
| 50 | esac; \ |
---|
| 51 | fi; \ |
---|
| 52 | skip_next=no; \ |
---|
| 53 | strip_trailopt () \ |
---|
| 54 | { \ |
---|
| 55 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
---|
| 56 | }; \ |
---|
| 57 | for flg in $$sane_makeflags; do \ |
---|
| 58 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
---|
| 59 | case $$flg in \ |
---|
| 60 | *=*|--*) continue;; \ |
---|
| 61 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
---|
| 62 | -*I?*) strip_trailopt 'I';; \ |
---|
| 63 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
---|
| 64 | -*O?*) strip_trailopt 'O';; \ |
---|
| 65 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
---|
| 66 | -*l?*) strip_trailopt 'l';; \ |
---|
| 67 | -[dEDm]) skip_next=yes;; \ |
---|
| 68 | -[JT]) skip_next=yes;; \ |
---|
| 69 | esac; \ |
---|
| 70 | case $$flg in \ |
---|
| 71 | *$$target_option*) has_opt=yes; break;; \ |
---|
| 72 | esac; \ |
---|
| 73 | done; \ |
---|
| 74 | test $$has_opt = yes |
---|
| 75 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
---|
| 76 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
---|
[8c0404e] | 77 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 78 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 79 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 80 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
---|
| 81 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 82 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 83 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 84 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 85 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 86 | transform = $(program_transform_name) |
---|
| 87 | NORMAL_INSTALL = : |
---|
| 88 | PRE_INSTALL = : |
---|
| 89 | POST_INSTALL = : |
---|
| 90 | NORMAL_UNINSTALL = : |
---|
| 91 | PRE_UNINSTALL = : |
---|
| 92 | POST_UNINSTALL = : |
---|
[e4745d7a] | 93 | build_triplet = @build@ |
---|
| 94 | host_triplet = @host@ |
---|
[3d50aaf] | 95 | @BUILD_RELEASE_TRUE@am__append_1 = libcfa.a |
---|
| 96 | @BUILD_DEBUG_TRUE@am__append_2 = libcfa-d.a |
---|
[facc44f] | 97 | |
---|
| 98 | # not all platforms support concurrency, add option do disable it |
---|
[9d944b2] | 99 | @BUILD_CONCURRENCY_TRUE@am__append_3 = concurrency/coroutine concurrency/thread concurrency/kernel concurrency/monitor |
---|
[facc44f] | 100 | |
---|
| 101 | # not all platforms support concurrency, add option do disable it |
---|
[c5ac6d5] | 102 | @BUILD_CONCURRENCY_TRUE@am__append_4 = concurrency/CtxSwitch-@MACHINE_TYPE@.S concurrency/alarm.c concurrency/invoke.c concurrency/preemption.c |
---|
[8c0404e] | 103 | subdir = src/libcfa |
---|
| 104 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 105 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
| 106 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 107 | $(ACLOCAL_M4) |
---|
[44f44617] | 108 | DIST_COMMON = $(srcdir)/Makefile.am \ |
---|
| 109 | $(am__nobase_cfa_include_HEADERS_DIST) $(am__DIST_COMMON) |
---|
[8c0404e] | 110 | mkinstalldirs = $(install_sh) -d |
---|
| 111 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
| 112 | CONFIG_CLEAN_FILES = |
---|
| 113 | CONFIG_CLEAN_VPATH_FILES = |
---|
| 114 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
| 115 | am__vpath_adj = case $$p in \ |
---|
| 116 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 117 | *) f=$$p;; \ |
---|
| 118 | esac; |
---|
| 119 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
---|
| 120 | am__install_max = 40 |
---|
| 121 | am__nobase_strip_setup = \ |
---|
| 122 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
---|
| 123 | am__nobase_strip = \ |
---|
| 124 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
---|
| 125 | am__nobase_list = $(am__nobase_strip_setup); \ |
---|
| 126 | for p in $$list; do echo "$$p $$p"; done | \ |
---|
| 127 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
---|
| 128 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
---|
| 129 | if (++n[$$2] == $(am__install_max)) \ |
---|
| 130 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
---|
| 131 | END { for (dir in files) print dir, files[dir] }' |
---|
| 132 | am__base_list = \ |
---|
| 133 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
---|
| 134 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
---|
| 135 | am__uninstall_files_from_dir = { \ |
---|
| 136 | test -z "$$files" \ |
---|
| 137 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
---|
| 138 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
---|
| 139 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
---|
| 140 | } |
---|
[ff2d7341] | 141 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)" |
---|
[8c0404e] | 142 | LIBRARIES = $(lib_LIBRARIES) |
---|
| 143 | AR = ar |
---|
[ef7d253] | 144 | AM_V_AR = $(am__v_AR_@AM_V@) |
---|
| 145 | am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) |
---|
[44f44617] | 146 | am__v_AR_0 = @echo " AR " $@; |
---|
| 147 | am__v_AR_1 = |
---|
[3d50aaf] | 148 | libcfa_d_a_AR = $(AR) $(ARFLAGS) |
---|
| 149 | libcfa_d_a_LIBADD = |
---|
[9d944b2] | 150 | am__libcfa_d_a_SOURCES_DIST = libcfa-prelude.c interpose.c \ |
---|
[875a72f] | 151 | bits/debug.c fstream.c iostream.c iterator.c limits.c \ |
---|
[2a84d06d] | 152 | rational.c time.c stdlib.c containers/maybe.c \ |
---|
| 153 | containers/pair.c containers/result.c containers/vector.c \ |
---|
[64fc0ba] | 154 | concurrency/coroutine.c concurrency/thread.c \ |
---|
[91c389a] | 155 | concurrency/kernel.c concurrency/monitor.c assert.c \ |
---|
[a5f0529] | 156 | exception.c virtual.c concurrency/CtxSwitch-@MACHINE_TYPE@.S \ |
---|
| 157 | concurrency/alarm.c concurrency/invoke.c \ |
---|
| 158 | concurrency/preemption.c |
---|
[6d665d9] | 159 | am__dirstamp = $(am__leading_dot)dirstamp |
---|
[9d944b2] | 160 | @BUILD_CONCURRENCY_TRUE@am__objects_1 = concurrency/libcfa_d_a-coroutine.$(OBJEXT) \ |
---|
[75a17f1] | 161 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_d_a-thread.$(OBJEXT) \ |
---|
[eac73eb] | 162 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_d_a-kernel.$(OBJEXT) \ |
---|
| 163 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_d_a-monitor.$(OBJEXT) |
---|
[91c389a] | 164 | am__objects_2 = libcfa_d_a-fstream.$(OBJEXT) \ |
---|
| 165 | libcfa_d_a-iostream.$(OBJEXT) libcfa_d_a-iterator.$(OBJEXT) \ |
---|
[dab7ac7] | 166 | libcfa_d_a-limits.$(OBJEXT) libcfa_d_a-rational.$(OBJEXT) \ |
---|
[2a84d06d] | 167 | libcfa_d_a-time.$(OBJEXT) libcfa_d_a-stdlib.$(OBJEXT) \ |
---|
[64fc0ba] | 168 | containers/libcfa_d_a-maybe.$(OBJEXT) \ |
---|
[02d241f] | 169 | containers/libcfa_d_a-pair.$(OBJEXT) \ |
---|
[64fc0ba] | 170 | containers/libcfa_d_a-result.$(OBJEXT) \ |
---|
[9d944b2] | 171 | containers/libcfa_d_a-vector.$(OBJEXT) $(am__objects_1) |
---|
[facc44f] | 172 | @BUILD_CONCURRENCY_TRUE@am__objects_3 = concurrency/CtxSwitch-@MACHINE_TYPE@.$(OBJEXT) \ |
---|
[759908f] | 173 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_d_a-alarm.$(OBJEXT) \ |
---|
| 174 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_d_a-invoke.$(OBJEXT) \ |
---|
[c5ac6d5] | 175 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_d_a-preemption.$(OBJEXT) |
---|
[9d944b2] | 176 | am__objects_4 = libcfa_d_a-libcfa-prelude.$(OBJEXT) \ |
---|
[875a72f] | 177 | libcfa_d_a-interpose.$(OBJEXT) bits/libcfa_d_a-debug.$(OBJEXT) \ |
---|
| 178 | $(am__objects_2) libcfa_d_a-assert.$(OBJEXT) \ |
---|
| 179 | libcfa_d_a-exception.$(OBJEXT) libcfa_d_a-virtual.$(OBJEXT) \ |
---|
| 180 | $(am__objects_3) |
---|
[facc44f] | 181 | am_libcfa_d_a_OBJECTS = $(am__objects_4) |
---|
[3d50aaf] | 182 | libcfa_d_a_OBJECTS = $(am_libcfa_d_a_OBJECTS) |
---|
| 183 | libcfa_a_AR = $(AR) $(ARFLAGS) |
---|
| 184 | libcfa_a_LIBADD = |
---|
[875a72f] | 185 | am__libcfa_a_SOURCES_DIST = libcfa-prelude.c interpose.c bits/debug.c \ |
---|
[2a84d06d] | 186 | fstream.c iostream.c iterator.c limits.c rational.c time.c \ |
---|
| 187 | stdlib.c containers/maybe.c containers/pair.c \ |
---|
| 188 | containers/result.c containers/vector.c \ |
---|
| 189 | concurrency/coroutine.c concurrency/thread.c \ |
---|
| 190 | concurrency/kernel.c concurrency/monitor.c assert.c \ |
---|
| 191 | exception.c virtual.c concurrency/CtxSwitch-@MACHINE_TYPE@.S \ |
---|
| 192 | concurrency/alarm.c concurrency/invoke.c \ |
---|
| 193 | concurrency/preemption.c |
---|
[9d944b2] | 194 | @BUILD_CONCURRENCY_TRUE@am__objects_5 = concurrency/libcfa_a-coroutine.$(OBJEXT) \ |
---|
[75a17f1] | 195 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_a-thread.$(OBJEXT) \ |
---|
[eac73eb] | 196 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_a-kernel.$(OBJEXT) \ |
---|
| 197 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_a-monitor.$(OBJEXT) |
---|
[91c389a] | 198 | am__objects_6 = libcfa_a-fstream.$(OBJEXT) libcfa_a-iostream.$(OBJEXT) \ |
---|
| 199 | libcfa_a-iterator.$(OBJEXT) libcfa_a-limits.$(OBJEXT) \ |
---|
[2a84d06d] | 200 | libcfa_a-rational.$(OBJEXT) libcfa_a-time.$(OBJEXT) \ |
---|
| 201 | libcfa_a-stdlib.$(OBJEXT) containers/libcfa_a-maybe.$(OBJEXT) \ |
---|
[a32cfc90] | 202 | containers/libcfa_a-pair.$(OBJEXT) \ |
---|
[64fc0ba] | 203 | containers/libcfa_a-result.$(OBJEXT) \ |
---|
[9d944b2] | 204 | containers/libcfa_a-vector.$(OBJEXT) $(am__objects_5) |
---|
[facc44f] | 205 | @BUILD_CONCURRENCY_TRUE@am__objects_7 = concurrency/CtxSwitch-@MACHINE_TYPE@.$(OBJEXT) \ |
---|
[759908f] | 206 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_a-alarm.$(OBJEXT) \ |
---|
| 207 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_a-invoke.$(OBJEXT) \ |
---|
[c5ac6d5] | 208 | @BUILD_CONCURRENCY_TRUE@ concurrency/libcfa_a-preemption.$(OBJEXT) |
---|
[9d944b2] | 209 | am__objects_8 = libcfa_a-libcfa-prelude.$(OBJEXT) \ |
---|
[875a72f] | 210 | libcfa_a-interpose.$(OBJEXT) bits/libcfa_a-debug.$(OBJEXT) \ |
---|
| 211 | $(am__objects_6) libcfa_a-assert.$(OBJEXT) \ |
---|
| 212 | libcfa_a-exception.$(OBJEXT) libcfa_a-virtual.$(OBJEXT) \ |
---|
| 213 | $(am__objects_7) |
---|
[facc44f] | 214 | am_libcfa_a_OBJECTS = $(am__objects_8) |
---|
[8c0404e] | 215 | libcfa_a_OBJECTS = $(am_libcfa_a_OBJECTS) |
---|
[44f44617] | 216 | AM_V_P = $(am__v_P_@AM_V@) |
---|
| 217 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
---|
| 218 | am__v_P_0 = false |
---|
| 219 | am__v_P_1 = : |
---|
| 220 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
---|
| 221 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
---|
| 222 | am__v_GEN_0 = @echo " GEN " $@; |
---|
| 223 | am__v_GEN_1 = |
---|
| 224 | AM_V_at = $(am__v_at_@AM_V@) |
---|
| 225 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
---|
| 226 | am__v_at_0 = @ |
---|
| 227 | am__v_at_1 = |
---|
[8c0404e] | 228 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
---|
| 229 | depcomp = $(SHELL) $(top_srcdir)/automake/depcomp |
---|
| 230 | am__depfiles_maybe = depfiles |
---|
| 231 | am__mv = mv -f |
---|
[8e5724e] | 232 | CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 233 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) |
---|
| 234 | AM_V_CPPAS = $(am__v_CPPAS_@AM_V@) |
---|
| 235 | am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@) |
---|
[44f44617] | 236 | am__v_CPPAS_0 = @echo " CPPAS " $@; |
---|
| 237 | am__v_CPPAS_1 = |
---|
[37efaf56] | 238 | AM_V_lt = $(am__v_lt_@AM_V@) |
---|
| 239 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
---|
| 240 | am__v_lt_0 = --silent |
---|
[44f44617] | 241 | am__v_lt_1 = |
---|
[8c0404e] | 242 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
| 243 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
[ef7d253] | 244 | AM_V_CC = $(am__v_CC_@AM_V@) |
---|
| 245 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
---|
[44f44617] | 246 | am__v_CC_0 = @echo " CC " $@; |
---|
| 247 | am__v_CC_1 = |
---|
[8c0404e] | 248 | CCLD = $(CC) |
---|
| 249 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
[ef7d253] | 250 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
---|
| 251 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
---|
[44f44617] | 252 | am__v_CCLD_0 = @echo " CCLD " $@; |
---|
| 253 | am__v_CCLD_1 = |
---|
[3d50aaf] | 254 | SOURCES = $(libcfa_d_a_SOURCES) $(libcfa_a_SOURCES) |
---|
[facc44f] | 255 | DIST_SOURCES = $(am__libcfa_d_a_SOURCES_DIST) \ |
---|
| 256 | $(am__libcfa_a_SOURCES_DIST) |
---|
[44f44617] | 257 | am__can_run_installinfo = \ |
---|
| 258 | case $$AM_UPDATE_INFO_DIR in \ |
---|
| 259 | n|no|NO) false;; \ |
---|
| 260 | *) (install-info --version) >/dev/null 2>&1;; \ |
---|
| 261 | esac |
---|
[91c389a] | 262 | am__nobase_cfa_include_HEADERS_DIST = fstream iostream iterator limits \ |
---|
[2a84d06d] | 263 | rational time stdlib containers/maybe containers/pair \ |
---|
[64fc0ba] | 264 | containers/result containers/vector concurrency/coroutine \ |
---|
| 265 | concurrency/thread concurrency/kernel concurrency/monitor \ |
---|
[0f56058] | 266 | ${shell find stdhdr -type f -printf "%p "} math gmp time_t.h \ |
---|
[10a97adb] | 267 | clock bits/align.h bits/containers.h bits/defs.h bits/debug.h \ |
---|
[8ad6533] | 268 | bits/locks.h concurrency/invoke.h |
---|
[ff2d7341] | 269 | HEADERS = $(nobase_cfa_include_HEADERS) |
---|
[44f44617] | 270 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
---|
| 271 | # Read a list of newline-separated strings from the standard input, |
---|
| 272 | # and print each of them once, without duplicates. Input order is |
---|
| 273 | # *not* preserved. |
---|
| 274 | am__uniquify_input = $(AWK) '\ |
---|
| 275 | BEGIN { nonempty = 0; } \ |
---|
| 276 | { items[$$0] = 1; nonempty = 1; } \ |
---|
| 277 | END { if (nonempty) { for (i in items) print i; }; } \ |
---|
| 278 | ' |
---|
| 279 | # Make sure the list of sources is unique. This is necessary because, |
---|
| 280 | # e.g., the same source file might be shared among _SOURCES variables |
---|
| 281 | # for different programs/libraries. |
---|
| 282 | am__define_uniq_tagged_files = \ |
---|
| 283 | list='$(am__tagged_files)'; \ |
---|
| 284 | unique=`for i in $$list; do \ |
---|
| 285 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 286 | done | $(am__uniquify_input)` |
---|
[8c0404e] | 287 | ETAGS = etags |
---|
| 288 | CTAGS = ctags |
---|
[44f44617] | 289 | am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/depcomp |
---|
[8c0404e] | 290 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 291 | ACLOCAL = @ACLOCAL@ |
---|
| 292 | ALLOCA = @ALLOCA@ |
---|
| 293 | AMTAR = @AMTAR@ |
---|
[ef7d253] | 294 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
---|
[8c0404e] | 295 | AUTOCONF = @AUTOCONF@ |
---|
| 296 | AUTOHEADER = @AUTOHEADER@ |
---|
| 297 | AUTOMAKE = @AUTOMAKE@ |
---|
| 298 | AWK = @AWK@ |
---|
| 299 | BACKEND_CC = @BACKEND_CC@ |
---|
[d63eeb0] | 300 | CC = ${abs_top_srcdir}/src/driver/cfa |
---|
[8e5724e] | 301 | CCAS = @CCAS@ |
---|
| 302 | CCASDEPMODE = @CCASDEPMODE@ |
---|
| 303 | CCASFLAGS = @CCASFLAGS@ |
---|
[8c0404e] | 304 | CCDEPMODE = @CCDEPMODE@ |
---|
[e24f13a] | 305 | CFA_BACKEND_CC = @CFA_BACKEND_CC@ |
---|
[8c0404e] | 306 | CFA_BINDIR = @CFA_BINDIR@ |
---|
[6e4b913] | 307 | CFA_FLAGS = @CFA_FLAGS@ |
---|
[8c0404e] | 308 | CFA_INCDIR = @CFA_INCDIR@ |
---|
| 309 | CFA_LIBDIR = @CFA_LIBDIR@ |
---|
[df47e2f] | 310 | CFA_NAME = @CFA_NAME@ |
---|
[8c0404e] | 311 | CFA_PREFIX = @CFA_PREFIX@ |
---|
[d746bc8] | 312 | |
---|
| 313 | #CFLAGS for most libcfa src |
---|
| 314 | #use -no-include-stdhdr to prevent rebuild cycles |
---|
| 315 | #The built sources must not depend on the installed headers |
---|
| 316 | CFLAGS = -quiet -no-include-stdhdr -I${abs_top_srcdir}/src/libcfa/stdhdr -XCFA -t -B${abs_top_srcdir}/src/driver ${EXTRA_FLAGS} |
---|
[8c0404e] | 317 | CPP = @CPP@ |
---|
| 318 | CPPFLAGS = @CPPFLAGS@ |
---|
| 319 | CXX = @CXX@ |
---|
| 320 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 321 | CXXFLAGS = @CXXFLAGS@ |
---|
| 322 | CYGPATH_W = @CYGPATH_W@ |
---|
| 323 | DEFS = @DEFS@ |
---|
| 324 | DEPDIR = @DEPDIR@ |
---|
| 325 | ECHO_C = @ECHO_C@ |
---|
| 326 | ECHO_N = @ECHO_N@ |
---|
| 327 | ECHO_T = @ECHO_T@ |
---|
| 328 | EGREP = @EGREP@ |
---|
| 329 | EXEEXT = @EXEEXT@ |
---|
| 330 | GREP = @GREP@ |
---|
| 331 | INSTALL = @INSTALL@ |
---|
| 332 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 333 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 334 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 335 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 336 | LDFLAGS = @LDFLAGS@ |
---|
| 337 | LEX = @LEX@ |
---|
| 338 | LEXLIB = @LEXLIB@ |
---|
| 339 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
---|
| 340 | LIBOBJS = @LIBOBJS@ |
---|
| 341 | LIBS = @LIBS@ |
---|
| 342 | LTLIBOBJS = @LTLIBOBJS@ |
---|
[e4745d7a] | 343 | MACHINE_TYPE = @MACHINE_TYPE@ |
---|
[8c0404e] | 344 | MAINT = @MAINT@ |
---|
| 345 | MAKEINFO = @MAKEINFO@ |
---|
| 346 | MKDIR_P = @MKDIR_P@ |
---|
| 347 | OBJEXT = @OBJEXT@ |
---|
| 348 | PACKAGE = @PACKAGE@ |
---|
| 349 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 350 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 351 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 352 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 353 | PACKAGE_URL = @PACKAGE_URL@ |
---|
| 354 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 355 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
| 356 | RANLIB = @RANLIB@ |
---|
| 357 | SET_MAKE = @SET_MAKE@ |
---|
| 358 | SHELL = @SHELL@ |
---|
| 359 | STRIP = @STRIP@ |
---|
| 360 | VERSION = @VERSION@ |
---|
| 361 | YACC = @YACC@ |
---|
| 362 | YFLAGS = @YFLAGS@ |
---|
| 363 | abs_builddir = @abs_builddir@ |
---|
| 364 | abs_srcdir = @abs_srcdir@ |
---|
| 365 | abs_top_builddir = @abs_top_builddir@ |
---|
| 366 | abs_top_srcdir = @abs_top_srcdir@ |
---|
| 367 | ac_ct_CC = @ac_ct_CC@ |
---|
| 368 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 369 | am__include = @am__include@ |
---|
| 370 | am__leading_dot = @am__leading_dot@ |
---|
| 371 | am__quote = @am__quote@ |
---|
| 372 | am__tar = @am__tar@ |
---|
| 373 | am__untar = @am__untar@ |
---|
| 374 | bindir = @bindir@ |
---|
[e4745d7a] | 375 | build = @build@ |
---|
[8c0404e] | 376 | build_alias = @build_alias@ |
---|
[e4745d7a] | 377 | build_cpu = @build_cpu@ |
---|
| 378 | build_os = @build_os@ |
---|
| 379 | build_vendor = @build_vendor@ |
---|
[8c0404e] | 380 | builddir = @builddir@ |
---|
| 381 | datadir = @datadir@ |
---|
| 382 | datarootdir = @datarootdir@ |
---|
| 383 | docdir = @docdir@ |
---|
| 384 | dvidir = @dvidir@ |
---|
| 385 | exec_prefix = @exec_prefix@ |
---|
[e4745d7a] | 386 | host = @host@ |
---|
[8c0404e] | 387 | host_alias = @host_alias@ |
---|
[e4745d7a] | 388 | host_cpu = @host_cpu@ |
---|
| 389 | host_os = @host_os@ |
---|
| 390 | host_vendor = @host_vendor@ |
---|
[8c0404e] | 391 | htmldir = @htmldir@ |
---|
| 392 | includedir = @includedir@ |
---|
| 393 | infodir = @infodir@ |
---|
| 394 | install_sh = @install_sh@ |
---|
[088a5cd] | 395 | libdir = ${CFA_LIBDIR} |
---|
[8c0404e] | 396 | libexecdir = @libexecdir@ |
---|
| 397 | localedir = @localedir@ |
---|
| 398 | localstatedir = @localstatedir@ |
---|
| 399 | mandir = @mandir@ |
---|
| 400 | mkdir_p = @mkdir_p@ |
---|
| 401 | oldincludedir = @oldincludedir@ |
---|
| 402 | pdfdir = @pdfdir@ |
---|
| 403 | prefix = @prefix@ |
---|
| 404 | program_transform_name = @program_transform_name@ |
---|
| 405 | psdir = @psdir@ |
---|
[44f44617] | 406 | runstatedir = @runstatedir@ |
---|
[8c0404e] | 407 | sbindir = @sbindir@ |
---|
| 408 | sharedstatedir = @sharedstatedir@ |
---|
| 409 | srcdir = @srcdir@ |
---|
| 410 | sysconfdir = @sysconfdir@ |
---|
| 411 | target_alias = @target_alias@ |
---|
| 412 | top_build_prefix = @top_build_prefix@ |
---|
| 413 | top_builddir = @top_builddir@ |
---|
| 414 | top_srcdir = @top_srcdir@ |
---|
[a922e34] | 415 | |
---|
| 416 | # create object files in directory with source files |
---|
| 417 | AUTOMAKE_OPTIONS = subdir-objects |
---|
[52a9004] | 418 | ARFLAGS = cr |
---|
[3d50aaf] | 419 | lib_LIBRARIES = $(am__append_1) $(am__append_2) |
---|
[6ff4507] | 420 | EXTRA_FLAGS = -g -Wall -Wno-unused-function -imacros libcfa-prelude.c @CFA_FLAGS@ |
---|
[e4745d7a] | 421 | AM_CCASFLAGS = @CFA_FLAGS@ |
---|
[2a84d06d] | 422 | headers = fstream iostream iterator limits rational time stdlib \ |
---|
[64fc0ba] | 423 | containers/maybe containers/pair containers/result \ |
---|
| 424 | containers/vector $(am__append_3) |
---|
[89ce869] | 425 | libobjs = ${headers:=.o} |
---|
[875a72f] | 426 | libsrc = libcfa-prelude.c interpose.c bits/debug.c ${headers:=.c} \ |
---|
[a5f0529] | 427 | assert.c exception.c virtual.c $(am__append_4) |
---|
[3d50aaf] | 428 | libcfa_a_SOURCES = ${libsrc} |
---|
[37efaf56] | 429 | libcfa_a_CFLAGS = -nodebug -O2 |
---|
[3d50aaf] | 430 | libcfa_d_a_SOURCES = ${libsrc} |
---|
[c038214] | 431 | libcfa_d_a_CFLAGS = -debug -O0 #No need for __CFA_DEBUG__ since we pass -debug |
---|
[fd062a66] | 432 | stdhdr = ${shell find stdhdr -type f -printf "%p "} |
---|
[df47e2f] | 433 | cfa_includedir = $(CFA_INCDIR) |
---|
[ea7d2b0] | 434 | nobase_cfa_include_HEADERS = \ |
---|
| 435 | ${headers} \ |
---|
| 436 | ${stdhdr} \ |
---|
| 437 | math \ |
---|
| 438 | gmp \ |
---|
[0f56058] | 439 | time_t.h \ |
---|
[10a97adb] | 440 | clock \ |
---|
[c2b9f21] | 441 | bits/align.h \ |
---|
[0cf5b79] | 442 | bits/containers.h \ |
---|
[ea7d2b0] | 443 | bits/defs.h \ |
---|
[875a72f] | 444 | bits/debug.h \ |
---|
[ea7d2b0] | 445 | bits/locks.h \ |
---|
[c2b9f21] | 446 | concurrency/invoke.h |
---|
[ea7d2b0] | 447 | |
---|
[f326f99] | 448 | CLEANFILES = libcfa-prelude.c |
---|
[8c0404e] | 449 | all: all-am |
---|
| 450 | |
---|
| 451 | .SUFFIXES: |
---|
[8e5724e] | 452 | .SUFFIXES: .S .c .o .obj |
---|
[8c0404e] | 453 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 454 | @for dep in $?; do \ |
---|
| 455 | case '$(am__configure_deps)' in \ |
---|
| 456 | *$$dep*) \ |
---|
| 457 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
---|
| 458 | && { if test -f $@; then exit 0; else break; fi; }; \ |
---|
| 459 | exit 1;; \ |
---|
| 460 | esac; \ |
---|
| 461 | done; \ |
---|
[52a9004] | 462 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libcfa/Makefile'; \ |
---|
[8c0404e] | 463 | $(am__cd) $(top_srcdir) && \ |
---|
[52a9004] | 464 | $(AUTOMAKE) --foreign src/libcfa/Makefile |
---|
[8c0404e] | 465 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 466 | @case '$?' in \ |
---|
| 467 | *config.status*) \ |
---|
| 468 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 469 | *) \ |
---|
| 470 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 471 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 472 | esac; |
---|
| 473 | |
---|
| 474 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 475 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 476 | |
---|
| 477 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
| 478 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 479 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
| 480 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 481 | $(am__aclocal_m4_deps): |
---|
| 482 | install-libLIBRARIES: $(lib_LIBRARIES) |
---|
| 483 | @$(NORMAL_INSTALL) |
---|
| 484 | @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ |
---|
| 485 | list2=; for p in $$list; do \ |
---|
| 486 | if test -f $$p; then \ |
---|
| 487 | list2="$$list2 $$p"; \ |
---|
| 488 | else :; fi; \ |
---|
| 489 | done; \ |
---|
| 490 | test -z "$$list2" || { \ |
---|
[44f44617] | 491 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
---|
| 492 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
---|
[8c0404e] | 493 | echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \ |
---|
| 494 | $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } |
---|
| 495 | @$(POST_INSTALL) |
---|
| 496 | @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ |
---|
| 497 | for p in $$list; do \ |
---|
| 498 | if test -f $$p; then \ |
---|
| 499 | $(am__strip_dir) \ |
---|
| 500 | echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \ |
---|
| 501 | ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \ |
---|
| 502 | else :; fi; \ |
---|
| 503 | done |
---|
| 504 | |
---|
| 505 | uninstall-libLIBRARIES: |
---|
| 506 | @$(NORMAL_UNINSTALL) |
---|
| 507 | @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ |
---|
| 508 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
---|
| 509 | dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) |
---|
| 510 | |
---|
| 511 | clean-libLIBRARIES: |
---|
| 512 | -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) |
---|
[875a72f] | 513 | bits/$(am__dirstamp): |
---|
| 514 | @$(MKDIR_P) bits |
---|
| 515 | @: > bits/$(am__dirstamp) |
---|
| 516 | bits/$(DEPDIR)/$(am__dirstamp): |
---|
| 517 | @$(MKDIR_P) bits/$(DEPDIR) |
---|
| 518 | @: > bits/$(DEPDIR)/$(am__dirstamp) |
---|
| 519 | bits/libcfa_d_a-debug.$(OBJEXT): bits/$(am__dirstamp) \ |
---|
| 520 | bits/$(DEPDIR)/$(am__dirstamp) |
---|
[6d665d9] | 521 | containers/$(am__dirstamp): |
---|
| 522 | @$(MKDIR_P) containers |
---|
| 523 | @: > containers/$(am__dirstamp) |
---|
| 524 | containers/$(DEPDIR)/$(am__dirstamp): |
---|
| 525 | @$(MKDIR_P) containers/$(DEPDIR) |
---|
| 526 | @: > containers/$(DEPDIR)/$(am__dirstamp) |
---|
[64fc0ba] | 527 | containers/libcfa_d_a-maybe.$(OBJEXT): containers/$(am__dirstamp) \ |
---|
| 528 | containers/$(DEPDIR)/$(am__dirstamp) |
---|
[02d241f] | 529 | containers/libcfa_d_a-pair.$(OBJEXT): containers/$(am__dirstamp) \ |
---|
| 530 | containers/$(DEPDIR)/$(am__dirstamp) |
---|
[64fc0ba] | 531 | containers/libcfa_d_a-result.$(OBJEXT): containers/$(am__dirstamp) \ |
---|
| 532 | containers/$(DEPDIR)/$(am__dirstamp) |
---|
[37efaf56] | 533 | containers/libcfa_d_a-vector.$(OBJEXT): containers/$(am__dirstamp) \ |
---|
[6d665d9] | 534 | containers/$(DEPDIR)/$(am__dirstamp) |
---|
[0e76cf4f] | 535 | concurrency/$(am__dirstamp): |
---|
| 536 | @$(MKDIR_P) concurrency |
---|
| 537 | @: > concurrency/$(am__dirstamp) |
---|
| 538 | concurrency/$(DEPDIR)/$(am__dirstamp): |
---|
| 539 | @$(MKDIR_P) concurrency/$(DEPDIR) |
---|
| 540 | @: > concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[75a17f1] | 541 | concurrency/libcfa_d_a-coroutine.$(OBJEXT): \ |
---|
[aed3f54] | 542 | concurrency/$(am__dirstamp) \ |
---|
| 543 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[75a17f1] | 544 | concurrency/libcfa_d_a-thread.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
[0e76cf4f] | 545 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[aed3f54] | 546 | concurrency/libcfa_d_a-kernel.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
| 547 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[eac73eb] | 548 | concurrency/libcfa_d_a-monitor.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
| 549 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[e4745d7a] | 550 | concurrency/CtxSwitch-@MACHINE_TYPE@.$(OBJEXT): \ |
---|
| 551 | concurrency/$(am__dirstamp) \ |
---|
[8e5724e] | 552 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[759908f] | 553 | concurrency/libcfa_d_a-alarm.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
| 554 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[37efaf56] | 555 | concurrency/libcfa_d_a-invoke.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
[d7bcbf5] | 556 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[c5ac6d5] | 557 | concurrency/libcfa_d_a-preemption.$(OBJEXT): \ |
---|
| 558 | concurrency/$(am__dirstamp) \ |
---|
[759908f] | 559 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[44f44617] | 560 | |
---|
[3d50aaf] | 561 | libcfa-d.a: $(libcfa_d_a_OBJECTS) $(libcfa_d_a_DEPENDENCIES) $(EXTRA_libcfa_d_a_DEPENDENCIES) |
---|
| 562 | $(AM_V_at)-rm -f libcfa-d.a |
---|
| 563 | $(AM_V_AR)$(libcfa_d_a_AR) libcfa-d.a $(libcfa_d_a_OBJECTS) $(libcfa_d_a_LIBADD) |
---|
| 564 | $(AM_V_at)$(RANLIB) libcfa-d.a |
---|
[875a72f] | 565 | bits/libcfa_a-debug.$(OBJEXT): bits/$(am__dirstamp) \ |
---|
| 566 | bits/$(DEPDIR)/$(am__dirstamp) |
---|
[64fc0ba] | 567 | containers/libcfa_a-maybe.$(OBJEXT): containers/$(am__dirstamp) \ |
---|
| 568 | containers/$(DEPDIR)/$(am__dirstamp) |
---|
[02d241f] | 569 | containers/libcfa_a-pair.$(OBJEXT): containers/$(am__dirstamp) \ |
---|
| 570 | containers/$(DEPDIR)/$(am__dirstamp) |
---|
[64fc0ba] | 571 | containers/libcfa_a-result.$(OBJEXT): containers/$(am__dirstamp) \ |
---|
| 572 | containers/$(DEPDIR)/$(am__dirstamp) |
---|
[37efaf56] | 573 | containers/libcfa_a-vector.$(OBJEXT): containers/$(am__dirstamp) \ |
---|
| 574 | containers/$(DEPDIR)/$(am__dirstamp) |
---|
[75a17f1] | 575 | concurrency/libcfa_a-coroutine.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
[aed3f54] | 576 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[75a17f1] | 577 | concurrency/libcfa_a-thread.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
[37efaf56] | 578 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[aed3f54] | 579 | concurrency/libcfa_a-kernel.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
| 580 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[eac73eb] | 581 | concurrency/libcfa_a-monitor.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
| 582 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[759908f] | 583 | concurrency/libcfa_a-alarm.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
| 584 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[37efaf56] | 585 | concurrency/libcfa_a-invoke.$(OBJEXT): concurrency/$(am__dirstamp) \ |
---|
| 586 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[c5ac6d5] | 587 | concurrency/libcfa_a-preemption.$(OBJEXT): \ |
---|
| 588 | concurrency/$(am__dirstamp) \ |
---|
[759908f] | 589 | concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
[44f44617] | 590 | |
---|
[8c0404e] | 591 | libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES) |
---|
[ef7d253] | 592 | $(AM_V_at)-rm -f libcfa.a |
---|
| 593 | $(AM_V_AR)$(libcfa_a_AR) libcfa.a $(libcfa_a_OBJECTS) $(libcfa_a_LIBADD) |
---|
| 594 | $(AM_V_at)$(RANLIB) libcfa.a |
---|
[8c0404e] | 595 | |
---|
| 596 | mostlyclean-compile: |
---|
| 597 | -rm -f *.$(OBJEXT) |
---|
[875a72f] | 598 | -rm -f bits/*.$(OBJEXT) |
---|
[44f44617] | 599 | -rm -f concurrency/*.$(OBJEXT) |
---|
| 600 | -rm -f containers/*.$(OBJEXT) |
---|
[8c0404e] | 601 | |
---|
| 602 | distclean-compile: |
---|
| 603 | -rm -f *.tab.c |
---|
| 604 | |
---|
[37efaf56] | 605 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-assert.Po@am__quote@ |
---|
[307a732] | 606 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-exception.Po@am__quote@ |
---|
[37efaf56] | 607 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-fstream.Po@am__quote@ |
---|
[9d944b2] | 608 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-interpose.Po@am__quote@ |
---|
[37efaf56] | 609 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-iostream.Po@am__quote@ |
---|
| 610 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-iterator.Po@am__quote@ |
---|
| 611 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-libcfa-prelude.Po@am__quote@ |
---|
| 612 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-limits.Po@am__quote@ |
---|
| 613 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-rational.Po@am__quote@ |
---|
| 614 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-stdlib.Po@am__quote@ |
---|
[2a84d06d] | 615 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-time.Po@am__quote@ |
---|
[a5f0529] | 616 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_a-virtual.Po@am__quote@ |
---|
[37efaf56] | 617 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-assert.Po@am__quote@ |
---|
[307a732] | 618 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-exception.Po@am__quote@ |
---|
[37efaf56] | 619 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-fstream.Po@am__quote@ |
---|
[9d944b2] | 620 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-interpose.Po@am__quote@ |
---|
[37efaf56] | 621 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-iostream.Po@am__quote@ |
---|
| 622 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-iterator.Po@am__quote@ |
---|
| 623 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-libcfa-prelude.Po@am__quote@ |
---|
| 624 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-limits.Po@am__quote@ |
---|
| 625 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-rational.Po@am__quote@ |
---|
| 626 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-stdlib.Po@am__quote@ |
---|
[2a84d06d] | 627 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-time.Po@am__quote@ |
---|
[a5f0529] | 628 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfa_d_a-virtual.Po@am__quote@ |
---|
[875a72f] | 629 | @AMDEP_TRUE@@am__include@ @am__quote@bits/$(DEPDIR)/libcfa_a-debug.Po@am__quote@ |
---|
| 630 | @AMDEP_TRUE@@am__include@ @am__quote@bits/$(DEPDIR)/libcfa_d_a-debug.Po@am__quote@ |
---|
[e4745d7a] | 631 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/CtxSwitch-@MACHINE_TYPE@.Po@am__quote@ |
---|
[759908f] | 632 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_a-alarm.Po@am__quote@ |
---|
[75a17f1] | 633 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_a-coroutine.Po@am__quote@ |
---|
[37efaf56] | 634 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_a-invoke.Po@am__quote@ |
---|
[aed3f54] | 635 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_a-kernel.Po@am__quote@ |
---|
[eac73eb] | 636 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_a-monitor.Po@am__quote@ |
---|
[c5ac6d5] | 637 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_a-preemption.Po@am__quote@ |
---|
[75a17f1] | 638 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_a-thread.Po@am__quote@ |
---|
[759908f] | 639 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_d_a-alarm.Po@am__quote@ |
---|
[75a17f1] | 640 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_d_a-coroutine.Po@am__quote@ |
---|
[37efaf56] | 641 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_d_a-invoke.Po@am__quote@ |
---|
[aed3f54] | 642 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_d_a-kernel.Po@am__quote@ |
---|
[eac73eb] | 643 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_d_a-monitor.Po@am__quote@ |
---|
[c5ac6d5] | 644 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_d_a-preemption.Po@am__quote@ |
---|
[75a17f1] | 645 | @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/libcfa_d_a-thread.Po@am__quote@ |
---|
[64fc0ba] | 646 | @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/libcfa_a-maybe.Po@am__quote@ |
---|
[02d241f] | 647 | @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/libcfa_a-pair.Po@am__quote@ |
---|
[64fc0ba] | 648 | @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/libcfa_a-result.Po@am__quote@ |
---|
[37efaf56] | 649 | @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/libcfa_a-vector.Po@am__quote@ |
---|
[64fc0ba] | 650 | @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/libcfa_d_a-maybe.Po@am__quote@ |
---|
[02d241f] | 651 | @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/libcfa_d_a-pair.Po@am__quote@ |
---|
[64fc0ba] | 652 | @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/libcfa_d_a-result.Po@am__quote@ |
---|
[37efaf56] | 653 | @AMDEP_TRUE@@am__include@ @am__quote@containers/$(DEPDIR)/libcfa_d_a-vector.Po@am__quote@ |
---|
[8c0404e] | 654 | |
---|
[8e5724e] | 655 | .S.o: |
---|
| 656 | @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
---|
| 657 | @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
---|
| 658 | @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
---|
| 659 | @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 660 | @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 661 | @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $< |
---|
| 662 | |
---|
| 663 | .S.obj: |
---|
| 664 | @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
---|
| 665 | @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
---|
| 666 | @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
---|
| 667 | @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 668 | @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 669 | @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
| 670 | |
---|
[7f8b740] | 671 | .c.o: |
---|
[a922e34] | 672 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
---|
| 673 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
---|
| 674 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
---|
[ef7d253] | 675 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
[7f8b740] | 676 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[a922e34] | 677 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
---|
[7f8b740] | 678 | |
---|
[8c0404e] | 679 | .c.obj: |
---|
[a922e34] | 680 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
---|
| 681 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
---|
| 682 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
---|
[ef7d253] | 683 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
[8c0404e] | 684 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[a922e34] | 685 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
[37efaf56] | 686 | |
---|
| 687 | libcfa_d_a-libcfa-prelude.obj: libcfa-prelude.c |
---|
| 688 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-libcfa-prelude.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-libcfa-prelude.Tpo -c -o libcfa_d_a-libcfa-prelude.obj `if test -f 'libcfa-prelude.c'; then $(CYGPATH_W) 'libcfa-prelude.c'; else $(CYGPATH_W) '$(srcdir)/libcfa-prelude.c'; fi` |
---|
| 689 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-libcfa-prelude.Tpo $(DEPDIR)/libcfa_d_a-libcfa-prelude.Po |
---|
| 690 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libcfa-prelude.c' object='libcfa_d_a-libcfa-prelude.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 691 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 692 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-libcfa-prelude.obj `if test -f 'libcfa-prelude.c'; then $(CYGPATH_W) 'libcfa-prelude.c'; else $(CYGPATH_W) '$(srcdir)/libcfa-prelude.c'; fi` |
---|
| 693 | |
---|
[9d944b2] | 694 | libcfa_d_a-interpose.o: interpose.c |
---|
| 695 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-interpose.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-interpose.Tpo -c -o libcfa_d_a-interpose.o `test -f 'interpose.c' || echo '$(srcdir)/'`interpose.c |
---|
| 696 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-interpose.Tpo $(DEPDIR)/libcfa_d_a-interpose.Po |
---|
| 697 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='interpose.c' object='libcfa_d_a-interpose.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 698 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 699 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-interpose.o `test -f 'interpose.c' || echo '$(srcdir)/'`interpose.c |
---|
| 700 | |
---|
| 701 | libcfa_d_a-interpose.obj: interpose.c |
---|
| 702 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-interpose.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-interpose.Tpo -c -o libcfa_d_a-interpose.obj `if test -f 'interpose.c'; then $(CYGPATH_W) 'interpose.c'; else $(CYGPATH_W) '$(srcdir)/interpose.c'; fi` |
---|
| 703 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-interpose.Tpo $(DEPDIR)/libcfa_d_a-interpose.Po |
---|
| 704 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='interpose.c' object='libcfa_d_a-interpose.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 705 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 706 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-interpose.obj `if test -f 'interpose.c'; then $(CYGPATH_W) 'interpose.c'; else $(CYGPATH_W) '$(srcdir)/interpose.c'; fi` |
---|
| 707 | |
---|
[875a72f] | 708 | bits/libcfa_d_a-debug.o: bits/debug.c |
---|
| 709 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT bits/libcfa_d_a-debug.o -MD -MP -MF bits/$(DEPDIR)/libcfa_d_a-debug.Tpo -c -o bits/libcfa_d_a-debug.o `test -f 'bits/debug.c' || echo '$(srcdir)/'`bits/debug.c |
---|
| 710 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bits/$(DEPDIR)/libcfa_d_a-debug.Tpo bits/$(DEPDIR)/libcfa_d_a-debug.Po |
---|
| 711 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bits/debug.c' object='bits/libcfa_d_a-debug.o' libtool=no @AMDEPBACKSLASH@ |
---|
[9d944b2] | 712 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[875a72f] | 713 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o bits/libcfa_d_a-debug.o `test -f 'bits/debug.c' || echo '$(srcdir)/'`bits/debug.c |
---|
[9d944b2] | 714 | |
---|
[875a72f] | 715 | bits/libcfa_d_a-debug.obj: bits/debug.c |
---|
| 716 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT bits/libcfa_d_a-debug.obj -MD -MP -MF bits/$(DEPDIR)/libcfa_d_a-debug.Tpo -c -o bits/libcfa_d_a-debug.obj `if test -f 'bits/debug.c'; then $(CYGPATH_W) 'bits/debug.c'; else $(CYGPATH_W) '$(srcdir)/bits/debug.c'; fi` |
---|
| 717 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bits/$(DEPDIR)/libcfa_d_a-debug.Tpo bits/$(DEPDIR)/libcfa_d_a-debug.Po |
---|
| 718 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bits/debug.c' object='bits/libcfa_d_a-debug.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[9d944b2] | 719 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[875a72f] | 720 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o bits/libcfa_d_a-debug.obj `if test -f 'bits/debug.c'; then $(CYGPATH_W) 'bits/debug.c'; else $(CYGPATH_W) '$(srcdir)/bits/debug.c'; fi` |
---|
[9d944b2] | 721 | |
---|
[64fc0ba] | 722 | libcfa_d_a-fstream.o: fstream.c |
---|
| 723 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-fstream.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-fstream.Tpo -c -o libcfa_d_a-fstream.o `test -f 'fstream.c' || echo '$(srcdir)/'`fstream.c |
---|
| 724 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-fstream.Tpo $(DEPDIR)/libcfa_d_a-fstream.Po |
---|
| 725 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fstream.c' object='libcfa_d_a-fstream.o' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 726 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[64fc0ba] | 727 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-fstream.o `test -f 'fstream.c' || echo '$(srcdir)/'`fstream.c |
---|
[37efaf56] | 728 | |
---|
[64fc0ba] | 729 | libcfa_d_a-fstream.obj: fstream.c |
---|
| 730 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-fstream.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-fstream.Tpo -c -o libcfa_d_a-fstream.obj `if test -f 'fstream.c'; then $(CYGPATH_W) 'fstream.c'; else $(CYGPATH_W) '$(srcdir)/fstream.c'; fi` |
---|
| 731 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-fstream.Tpo $(DEPDIR)/libcfa_d_a-fstream.Po |
---|
| 732 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fstream.c' object='libcfa_d_a-fstream.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 733 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[64fc0ba] | 734 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-fstream.obj `if test -f 'fstream.c'; then $(CYGPATH_W) 'fstream.c'; else $(CYGPATH_W) '$(srcdir)/fstream.c'; fi` |
---|
[37efaf56] | 735 | |
---|
| 736 | libcfa_d_a-iostream.o: iostream.c |
---|
| 737 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-iostream.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-iostream.Tpo -c -o libcfa_d_a-iostream.o `test -f 'iostream.c' || echo '$(srcdir)/'`iostream.c |
---|
| 738 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-iostream.Tpo $(DEPDIR)/libcfa_d_a-iostream.Po |
---|
| 739 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iostream.c' object='libcfa_d_a-iostream.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 740 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 741 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-iostream.o `test -f 'iostream.c' || echo '$(srcdir)/'`iostream.c |
---|
| 742 | |
---|
| 743 | libcfa_d_a-iostream.obj: iostream.c |
---|
| 744 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-iostream.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-iostream.Tpo -c -o libcfa_d_a-iostream.obj `if test -f 'iostream.c'; then $(CYGPATH_W) 'iostream.c'; else $(CYGPATH_W) '$(srcdir)/iostream.c'; fi` |
---|
| 745 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-iostream.Tpo $(DEPDIR)/libcfa_d_a-iostream.Po |
---|
| 746 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iostream.c' object='libcfa_d_a-iostream.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 747 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 748 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-iostream.obj `if test -f 'iostream.c'; then $(CYGPATH_W) 'iostream.c'; else $(CYGPATH_W) '$(srcdir)/iostream.c'; fi` |
---|
| 749 | |
---|
| 750 | libcfa_d_a-iterator.o: iterator.c |
---|
| 751 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-iterator.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-iterator.Tpo -c -o libcfa_d_a-iterator.o `test -f 'iterator.c' || echo '$(srcdir)/'`iterator.c |
---|
| 752 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-iterator.Tpo $(DEPDIR)/libcfa_d_a-iterator.Po |
---|
| 753 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iterator.c' object='libcfa_d_a-iterator.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 754 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 755 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-iterator.o `test -f 'iterator.c' || echo '$(srcdir)/'`iterator.c |
---|
| 756 | |
---|
| 757 | libcfa_d_a-iterator.obj: iterator.c |
---|
| 758 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-iterator.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-iterator.Tpo -c -o libcfa_d_a-iterator.obj `if test -f 'iterator.c'; then $(CYGPATH_W) 'iterator.c'; else $(CYGPATH_W) '$(srcdir)/iterator.c'; fi` |
---|
| 759 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-iterator.Tpo $(DEPDIR)/libcfa_d_a-iterator.Po |
---|
| 760 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iterator.c' object='libcfa_d_a-iterator.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 761 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 762 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-iterator.obj `if test -f 'iterator.c'; then $(CYGPATH_W) 'iterator.c'; else $(CYGPATH_W) '$(srcdir)/iterator.c'; fi` |
---|
| 763 | |
---|
[64fc0ba] | 764 | libcfa_d_a-limits.o: limits.c |
---|
| 765 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-limits.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-limits.Tpo -c -o libcfa_d_a-limits.o `test -f 'limits.c' || echo '$(srcdir)/'`limits.c |
---|
| 766 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-limits.Tpo $(DEPDIR)/libcfa_d_a-limits.Po |
---|
| 767 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='limits.c' object='libcfa_d_a-limits.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 768 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 769 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-limits.o `test -f 'limits.c' || echo '$(srcdir)/'`limits.c |
---|
| 770 | |
---|
| 771 | libcfa_d_a-limits.obj: limits.c |
---|
| 772 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-limits.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-limits.Tpo -c -o libcfa_d_a-limits.obj `if test -f 'limits.c'; then $(CYGPATH_W) 'limits.c'; else $(CYGPATH_W) '$(srcdir)/limits.c'; fi` |
---|
| 773 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-limits.Tpo $(DEPDIR)/libcfa_d_a-limits.Po |
---|
| 774 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='limits.c' object='libcfa_d_a-limits.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 775 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 776 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-limits.obj `if test -f 'limits.c'; then $(CYGPATH_W) 'limits.c'; else $(CYGPATH_W) '$(srcdir)/limits.c'; fi` |
---|
| 777 | |
---|
[37efaf56] | 778 | libcfa_d_a-rational.o: rational.c |
---|
| 779 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-rational.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-rational.Tpo -c -o libcfa_d_a-rational.o `test -f 'rational.c' || echo '$(srcdir)/'`rational.c |
---|
| 780 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-rational.Tpo $(DEPDIR)/libcfa_d_a-rational.Po |
---|
| 781 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rational.c' object='libcfa_d_a-rational.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 782 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 783 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-rational.o `test -f 'rational.c' || echo '$(srcdir)/'`rational.c |
---|
| 784 | |
---|
| 785 | libcfa_d_a-rational.obj: rational.c |
---|
| 786 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-rational.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-rational.Tpo -c -o libcfa_d_a-rational.obj `if test -f 'rational.c'; then $(CYGPATH_W) 'rational.c'; else $(CYGPATH_W) '$(srcdir)/rational.c'; fi` |
---|
| 787 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-rational.Tpo $(DEPDIR)/libcfa_d_a-rational.Po |
---|
| 788 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rational.c' object='libcfa_d_a-rational.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 789 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 790 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-rational.obj `if test -f 'rational.c'; then $(CYGPATH_W) 'rational.c'; else $(CYGPATH_W) '$(srcdir)/rational.c'; fi` |
---|
| 791 | |
---|
[2a84d06d] | 792 | libcfa_d_a-time.o: time.c |
---|
| 793 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-time.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-time.Tpo -c -o libcfa_d_a-time.o `test -f 'time.c' || echo '$(srcdir)/'`time.c |
---|
| 794 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-time.Tpo $(DEPDIR)/libcfa_d_a-time.Po |
---|
| 795 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='time.c' object='libcfa_d_a-time.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 796 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 797 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-time.o `test -f 'time.c' || echo '$(srcdir)/'`time.c |
---|
| 798 | |
---|
| 799 | libcfa_d_a-time.obj: time.c |
---|
| 800 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-time.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-time.Tpo -c -o libcfa_d_a-time.obj `if test -f 'time.c'; then $(CYGPATH_W) 'time.c'; else $(CYGPATH_W) '$(srcdir)/time.c'; fi` |
---|
| 801 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-time.Tpo $(DEPDIR)/libcfa_d_a-time.Po |
---|
| 802 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='time.c' object='libcfa_d_a-time.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 803 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 804 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-time.obj `if test -f 'time.c'; then $(CYGPATH_W) 'time.c'; else $(CYGPATH_W) '$(srcdir)/time.c'; fi` |
---|
| 805 | |
---|
[64fc0ba] | 806 | libcfa_d_a-stdlib.o: stdlib.c |
---|
| 807 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-stdlib.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-stdlib.Tpo -c -o libcfa_d_a-stdlib.o `test -f 'stdlib.c' || echo '$(srcdir)/'`stdlib.c |
---|
| 808 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-stdlib.Tpo $(DEPDIR)/libcfa_d_a-stdlib.Po |
---|
| 809 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdlib.c' object='libcfa_d_a-stdlib.o' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 810 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[64fc0ba] | 811 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-stdlib.o `test -f 'stdlib.c' || echo '$(srcdir)/'`stdlib.c |
---|
[37efaf56] | 812 | |
---|
[64fc0ba] | 813 | libcfa_d_a-stdlib.obj: stdlib.c |
---|
| 814 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-stdlib.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-stdlib.Tpo -c -o libcfa_d_a-stdlib.obj `if test -f 'stdlib.c'; then $(CYGPATH_W) 'stdlib.c'; else $(CYGPATH_W) '$(srcdir)/stdlib.c'; fi` |
---|
| 815 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-stdlib.Tpo $(DEPDIR)/libcfa_d_a-stdlib.Po |
---|
| 816 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdlib.c' object='libcfa_d_a-stdlib.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 817 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[64fc0ba] | 818 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-stdlib.obj `if test -f 'stdlib.c'; then $(CYGPATH_W) 'stdlib.c'; else $(CYGPATH_W) '$(srcdir)/stdlib.c'; fi` |
---|
| 819 | |
---|
| 820 | containers/libcfa_d_a-maybe.o: containers/maybe.c |
---|
| 821 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_d_a-maybe.o -MD -MP -MF containers/$(DEPDIR)/libcfa_d_a-maybe.Tpo -c -o containers/libcfa_d_a-maybe.o `test -f 'containers/maybe.c' || echo '$(srcdir)/'`containers/maybe.c |
---|
| 822 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_d_a-maybe.Tpo containers/$(DEPDIR)/libcfa_d_a-maybe.Po |
---|
| 823 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/maybe.c' object='containers/libcfa_d_a-maybe.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 824 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 825 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_d_a-maybe.o `test -f 'containers/maybe.c' || echo '$(srcdir)/'`containers/maybe.c |
---|
| 826 | |
---|
| 827 | containers/libcfa_d_a-maybe.obj: containers/maybe.c |
---|
| 828 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_d_a-maybe.obj -MD -MP -MF containers/$(DEPDIR)/libcfa_d_a-maybe.Tpo -c -o containers/libcfa_d_a-maybe.obj `if test -f 'containers/maybe.c'; then $(CYGPATH_W) 'containers/maybe.c'; else $(CYGPATH_W) '$(srcdir)/containers/maybe.c'; fi` |
---|
| 829 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_d_a-maybe.Tpo containers/$(DEPDIR)/libcfa_d_a-maybe.Po |
---|
| 830 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/maybe.c' object='containers/libcfa_d_a-maybe.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 831 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 832 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_d_a-maybe.obj `if test -f 'containers/maybe.c'; then $(CYGPATH_W) 'containers/maybe.c'; else $(CYGPATH_W) '$(srcdir)/containers/maybe.c'; fi` |
---|
[37efaf56] | 833 | |
---|
[02d241f] | 834 | containers/libcfa_d_a-pair.o: containers/pair.c |
---|
| 835 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_d_a-pair.o -MD -MP -MF containers/$(DEPDIR)/libcfa_d_a-pair.Tpo -c -o containers/libcfa_d_a-pair.o `test -f 'containers/pair.c' || echo '$(srcdir)/'`containers/pair.c |
---|
| 836 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_d_a-pair.Tpo containers/$(DEPDIR)/libcfa_d_a-pair.Po |
---|
| 837 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/pair.c' object='containers/libcfa_d_a-pair.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 838 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 839 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_d_a-pair.o `test -f 'containers/pair.c' || echo '$(srcdir)/'`containers/pair.c |
---|
| 840 | |
---|
| 841 | containers/libcfa_d_a-pair.obj: containers/pair.c |
---|
| 842 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_d_a-pair.obj -MD -MP -MF containers/$(DEPDIR)/libcfa_d_a-pair.Tpo -c -o containers/libcfa_d_a-pair.obj `if test -f 'containers/pair.c'; then $(CYGPATH_W) 'containers/pair.c'; else $(CYGPATH_W) '$(srcdir)/containers/pair.c'; fi` |
---|
| 843 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_d_a-pair.Tpo containers/$(DEPDIR)/libcfa_d_a-pair.Po |
---|
| 844 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/pair.c' object='containers/libcfa_d_a-pair.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 845 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 846 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_d_a-pair.obj `if test -f 'containers/pair.c'; then $(CYGPATH_W) 'containers/pair.c'; else $(CYGPATH_W) '$(srcdir)/containers/pair.c'; fi` |
---|
| 847 | |
---|
[64fc0ba] | 848 | containers/libcfa_d_a-result.o: containers/result.c |
---|
| 849 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_d_a-result.o -MD -MP -MF containers/$(DEPDIR)/libcfa_d_a-result.Tpo -c -o containers/libcfa_d_a-result.o `test -f 'containers/result.c' || echo '$(srcdir)/'`containers/result.c |
---|
| 850 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_d_a-result.Tpo containers/$(DEPDIR)/libcfa_d_a-result.Po |
---|
| 851 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/result.c' object='containers/libcfa_d_a-result.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 852 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 853 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_d_a-result.o `test -f 'containers/result.c' || echo '$(srcdir)/'`containers/result.c |
---|
| 854 | |
---|
| 855 | containers/libcfa_d_a-result.obj: containers/result.c |
---|
| 856 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_d_a-result.obj -MD -MP -MF containers/$(DEPDIR)/libcfa_d_a-result.Tpo -c -o containers/libcfa_d_a-result.obj `if test -f 'containers/result.c'; then $(CYGPATH_W) 'containers/result.c'; else $(CYGPATH_W) '$(srcdir)/containers/result.c'; fi` |
---|
| 857 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_d_a-result.Tpo containers/$(DEPDIR)/libcfa_d_a-result.Po |
---|
| 858 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/result.c' object='containers/libcfa_d_a-result.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 859 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 860 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_d_a-result.obj `if test -f 'containers/result.c'; then $(CYGPATH_W) 'containers/result.c'; else $(CYGPATH_W) '$(srcdir)/containers/result.c'; fi` |
---|
| 861 | |
---|
[37efaf56] | 862 | containers/libcfa_d_a-vector.o: containers/vector.c |
---|
| 863 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_d_a-vector.o -MD -MP -MF containers/$(DEPDIR)/libcfa_d_a-vector.Tpo -c -o containers/libcfa_d_a-vector.o `test -f 'containers/vector.c' || echo '$(srcdir)/'`containers/vector.c |
---|
| 864 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_d_a-vector.Tpo containers/$(DEPDIR)/libcfa_d_a-vector.Po |
---|
| 865 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/vector.c' object='containers/libcfa_d_a-vector.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 866 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 867 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_d_a-vector.o `test -f 'containers/vector.c' || echo '$(srcdir)/'`containers/vector.c |
---|
| 868 | |
---|
| 869 | containers/libcfa_d_a-vector.obj: containers/vector.c |
---|
| 870 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_d_a-vector.obj -MD -MP -MF containers/$(DEPDIR)/libcfa_d_a-vector.Tpo -c -o containers/libcfa_d_a-vector.obj `if test -f 'containers/vector.c'; then $(CYGPATH_W) 'containers/vector.c'; else $(CYGPATH_W) '$(srcdir)/containers/vector.c'; fi` |
---|
| 871 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_d_a-vector.Tpo containers/$(DEPDIR)/libcfa_d_a-vector.Po |
---|
| 872 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/vector.c' object='containers/libcfa_d_a-vector.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 873 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 874 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_d_a-vector.obj `if test -f 'containers/vector.c'; then $(CYGPATH_W) 'containers/vector.c'; else $(CYGPATH_W) '$(srcdir)/containers/vector.c'; fi` |
---|
| 875 | |
---|
[75a17f1] | 876 | concurrency/libcfa_d_a-coroutine.o: concurrency/coroutine.c |
---|
| 877 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-coroutine.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-coroutine.Tpo -c -o concurrency/libcfa_d_a-coroutine.o `test -f 'concurrency/coroutine.c' || echo '$(srcdir)/'`concurrency/coroutine.c |
---|
| 878 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-coroutine.Tpo concurrency/$(DEPDIR)/libcfa_d_a-coroutine.Po |
---|
| 879 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/coroutine.c' object='concurrency/libcfa_d_a-coroutine.o' libtool=no @AMDEPBACKSLASH@ |
---|
[aed3f54] | 880 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[75a17f1] | 881 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-coroutine.o `test -f 'concurrency/coroutine.c' || echo '$(srcdir)/'`concurrency/coroutine.c |
---|
[aed3f54] | 882 | |
---|
[75a17f1] | 883 | concurrency/libcfa_d_a-coroutine.obj: concurrency/coroutine.c |
---|
| 884 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-coroutine.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-coroutine.Tpo -c -o concurrency/libcfa_d_a-coroutine.obj `if test -f 'concurrency/coroutine.c'; then $(CYGPATH_W) 'concurrency/coroutine.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/coroutine.c'; fi` |
---|
| 885 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-coroutine.Tpo concurrency/$(DEPDIR)/libcfa_d_a-coroutine.Po |
---|
| 886 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/coroutine.c' object='concurrency/libcfa_d_a-coroutine.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[aed3f54] | 887 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[75a17f1] | 888 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-coroutine.obj `if test -f 'concurrency/coroutine.c'; then $(CYGPATH_W) 'concurrency/coroutine.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/coroutine.c'; fi` |
---|
[aed3f54] | 889 | |
---|
[75a17f1] | 890 | concurrency/libcfa_d_a-thread.o: concurrency/thread.c |
---|
| 891 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-thread.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-thread.Tpo -c -o concurrency/libcfa_d_a-thread.o `test -f 'concurrency/thread.c' || echo '$(srcdir)/'`concurrency/thread.c |
---|
| 892 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-thread.Tpo concurrency/$(DEPDIR)/libcfa_d_a-thread.Po |
---|
| 893 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/thread.c' object='concurrency/libcfa_d_a-thread.o' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 894 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[75a17f1] | 895 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-thread.o `test -f 'concurrency/thread.c' || echo '$(srcdir)/'`concurrency/thread.c |
---|
[37efaf56] | 896 | |
---|
[75a17f1] | 897 | concurrency/libcfa_d_a-thread.obj: concurrency/thread.c |
---|
| 898 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-thread.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-thread.Tpo -c -o concurrency/libcfa_d_a-thread.obj `if test -f 'concurrency/thread.c'; then $(CYGPATH_W) 'concurrency/thread.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/thread.c'; fi` |
---|
| 899 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-thread.Tpo concurrency/$(DEPDIR)/libcfa_d_a-thread.Po |
---|
| 900 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/thread.c' object='concurrency/libcfa_d_a-thread.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 901 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[75a17f1] | 902 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-thread.obj `if test -f 'concurrency/thread.c'; then $(CYGPATH_W) 'concurrency/thread.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/thread.c'; fi` |
---|
[37efaf56] | 903 | |
---|
[aed3f54] | 904 | concurrency/libcfa_d_a-kernel.o: concurrency/kernel.c |
---|
| 905 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-kernel.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-kernel.Tpo -c -o concurrency/libcfa_d_a-kernel.o `test -f 'concurrency/kernel.c' || echo '$(srcdir)/'`concurrency/kernel.c |
---|
| 906 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-kernel.Tpo concurrency/$(DEPDIR)/libcfa_d_a-kernel.Po |
---|
| 907 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/kernel.c' object='concurrency/libcfa_d_a-kernel.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 908 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 909 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-kernel.o `test -f 'concurrency/kernel.c' || echo '$(srcdir)/'`concurrency/kernel.c |
---|
| 910 | |
---|
| 911 | concurrency/libcfa_d_a-kernel.obj: concurrency/kernel.c |
---|
| 912 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-kernel.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-kernel.Tpo -c -o concurrency/libcfa_d_a-kernel.obj `if test -f 'concurrency/kernel.c'; then $(CYGPATH_W) 'concurrency/kernel.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/kernel.c'; fi` |
---|
| 913 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-kernel.Tpo concurrency/$(DEPDIR)/libcfa_d_a-kernel.Po |
---|
| 914 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/kernel.c' object='concurrency/libcfa_d_a-kernel.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 915 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 916 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-kernel.obj `if test -f 'concurrency/kernel.c'; then $(CYGPATH_W) 'concurrency/kernel.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/kernel.c'; fi` |
---|
| 917 | |
---|
[eac73eb] | 918 | concurrency/libcfa_d_a-monitor.o: concurrency/monitor.c |
---|
| 919 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-monitor.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-monitor.Tpo -c -o concurrency/libcfa_d_a-monitor.o `test -f 'concurrency/monitor.c' || echo '$(srcdir)/'`concurrency/monitor.c |
---|
| 920 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-monitor.Tpo concurrency/$(DEPDIR)/libcfa_d_a-monitor.Po |
---|
| 921 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/monitor.c' object='concurrency/libcfa_d_a-monitor.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 922 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 923 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-monitor.o `test -f 'concurrency/monitor.c' || echo '$(srcdir)/'`concurrency/monitor.c |
---|
| 924 | |
---|
| 925 | concurrency/libcfa_d_a-monitor.obj: concurrency/monitor.c |
---|
| 926 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-monitor.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-monitor.Tpo -c -o concurrency/libcfa_d_a-monitor.obj `if test -f 'concurrency/monitor.c'; then $(CYGPATH_W) 'concurrency/monitor.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/monitor.c'; fi` |
---|
| 927 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-monitor.Tpo concurrency/$(DEPDIR)/libcfa_d_a-monitor.Po |
---|
| 928 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/monitor.c' object='concurrency/libcfa_d_a-monitor.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 929 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 930 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-monitor.obj `if test -f 'concurrency/monitor.c'; then $(CYGPATH_W) 'concurrency/monitor.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/monitor.c'; fi` |
---|
| 931 | |
---|
[91c389a] | 932 | libcfa_d_a-assert.o: assert.c |
---|
| 933 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-assert.o -MD -MP -MF $(DEPDIR)/libcfa_d_a-assert.Tpo -c -o libcfa_d_a-assert.o `test -f 'assert.c' || echo '$(srcdir)/'`assert.c |
---|
| 934 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-assert.Tpo $(DEPDIR)/libcfa_d_a-assert.Po |
---|
| 935 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='assert.c' object='libcfa_d_a-assert.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 936 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 937 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-assert.o `test -f 'assert.c' || echo '$(srcdir)/'`assert.c |
---|
| 938 | |
---|
| 939 | libcfa_d_a-assert.obj: assert.c |
---|
| 940 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-assert.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-assert.Tpo -c -o libcfa_d_a-assert.obj `if test -f 'assert.c'; then $(CYGPATH_W) 'assert.c'; else $(CYGPATH_W) '$(srcdir)/assert.c'; fi` |
---|
| 941 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-assert.Tpo $(DEPDIR)/libcfa_d_a-assert.Po |
---|
| 942 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='assert.c' object='libcfa_d_a-assert.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 943 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 944 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-assert.obj `if test -f 'assert.c'; then $(CYGPATH_W) 'assert.c'; else $(CYGPATH_W) '$(srcdir)/assert.c'; fi` |
---|
| 945 | |
---|
[307a732] | 946 | libcfa_d_a-exception.obj: exception.c |
---|
| 947 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-exception.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-exception.Tpo -c -o libcfa_d_a-exception.obj `if test -f 'exception.c'; then $(CYGPATH_W) 'exception.c'; else $(CYGPATH_W) '$(srcdir)/exception.c'; fi` |
---|
| 948 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-exception.Tpo $(DEPDIR)/libcfa_d_a-exception.Po |
---|
| 949 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='exception.c' object='libcfa_d_a-exception.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 950 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 951 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-exception.obj `if test -f 'exception.c'; then $(CYGPATH_W) 'exception.c'; else $(CYGPATH_W) '$(srcdir)/exception.c'; fi` |
---|
| 952 | |
---|
[a5f0529] | 953 | libcfa_d_a-virtual.obj: virtual.c |
---|
| 954 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT libcfa_d_a-virtual.obj -MD -MP -MF $(DEPDIR)/libcfa_d_a-virtual.Tpo -c -o libcfa_d_a-virtual.obj `if test -f 'virtual.c'; then $(CYGPATH_W) 'virtual.c'; else $(CYGPATH_W) '$(srcdir)/virtual.c'; fi` |
---|
| 955 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_d_a-virtual.Tpo $(DEPDIR)/libcfa_d_a-virtual.Po |
---|
| 956 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virtual.c' object='libcfa_d_a-virtual.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[478b1d0] | 957 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[a5f0529] | 958 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o libcfa_d_a-virtual.obj `if test -f 'virtual.c'; then $(CYGPATH_W) 'virtual.c'; else $(CYGPATH_W) '$(srcdir)/virtual.c'; fi` |
---|
[478b1d0] | 959 | |
---|
[759908f] | 960 | concurrency/libcfa_d_a-alarm.o: concurrency/alarm.c |
---|
| 961 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-alarm.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-alarm.Tpo -c -o concurrency/libcfa_d_a-alarm.o `test -f 'concurrency/alarm.c' || echo '$(srcdir)/'`concurrency/alarm.c |
---|
| 962 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-alarm.Tpo concurrency/$(DEPDIR)/libcfa_d_a-alarm.Po |
---|
| 963 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/alarm.c' object='concurrency/libcfa_d_a-alarm.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 964 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 965 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-alarm.o `test -f 'concurrency/alarm.c' || echo '$(srcdir)/'`concurrency/alarm.c |
---|
| 966 | |
---|
| 967 | concurrency/libcfa_d_a-alarm.obj: concurrency/alarm.c |
---|
| 968 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-alarm.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-alarm.Tpo -c -o concurrency/libcfa_d_a-alarm.obj `if test -f 'concurrency/alarm.c'; then $(CYGPATH_W) 'concurrency/alarm.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/alarm.c'; fi` |
---|
| 969 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-alarm.Tpo concurrency/$(DEPDIR)/libcfa_d_a-alarm.Po |
---|
| 970 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/alarm.c' object='concurrency/libcfa_d_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 971 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 972 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-alarm.obj `if test -f 'concurrency/alarm.c'; then $(CYGPATH_W) 'concurrency/alarm.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/alarm.c'; fi` |
---|
| 973 | |
---|
[37efaf56] | 974 | concurrency/libcfa_d_a-invoke.obj: concurrency/invoke.c |
---|
| 975 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-invoke.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-invoke.Tpo -c -o concurrency/libcfa_d_a-invoke.obj `if test -f 'concurrency/invoke.c'; then $(CYGPATH_W) 'concurrency/invoke.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/invoke.c'; fi` |
---|
| 976 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-invoke.Tpo concurrency/$(DEPDIR)/libcfa_d_a-invoke.Po |
---|
| 977 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/invoke.c' object='concurrency/libcfa_d_a-invoke.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 978 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 979 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-invoke.obj `if test -f 'concurrency/invoke.c'; then $(CYGPATH_W) 'concurrency/invoke.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/invoke.c'; fi` |
---|
| 980 | |
---|
[c5ac6d5] | 981 | concurrency/libcfa_d_a-preemption.o: concurrency/preemption.c |
---|
| 982 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-preemption.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-preemption.Tpo -c -o concurrency/libcfa_d_a-preemption.o `test -f 'concurrency/preemption.c' || echo '$(srcdir)/'`concurrency/preemption.c |
---|
| 983 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-preemption.Tpo concurrency/$(DEPDIR)/libcfa_d_a-preemption.Po |
---|
| 984 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/preemption.c' object='concurrency/libcfa_d_a-preemption.o' libtool=no @AMDEPBACKSLASH@ |
---|
[759908f] | 985 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[c5ac6d5] | 986 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-preemption.o `test -f 'concurrency/preemption.c' || echo '$(srcdir)/'`concurrency/preemption.c |
---|
[759908f] | 987 | |
---|
[c5ac6d5] | 988 | concurrency/libcfa_d_a-preemption.obj: concurrency/preemption.c |
---|
| 989 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_d_a-preemption.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_d_a-preemption.Tpo -c -o concurrency/libcfa_d_a-preemption.obj `if test -f 'concurrency/preemption.c'; then $(CYGPATH_W) 'concurrency/preemption.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/preemption.c'; fi` |
---|
| 990 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_d_a-preemption.Tpo concurrency/$(DEPDIR)/libcfa_d_a-preemption.Po |
---|
| 991 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/preemption.c' object='concurrency/libcfa_d_a-preemption.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[759908f] | 992 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[c5ac6d5] | 993 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_d_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_d_a-preemption.obj `if test -f 'concurrency/preemption.c'; then $(CYGPATH_W) 'concurrency/preemption.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/preemption.c'; fi` |
---|
[759908f] | 994 | |
---|
[37efaf56] | 995 | libcfa_a-libcfa-prelude.obj: libcfa-prelude.c |
---|
| 996 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-libcfa-prelude.obj -MD -MP -MF $(DEPDIR)/libcfa_a-libcfa-prelude.Tpo -c -o libcfa_a-libcfa-prelude.obj `if test -f 'libcfa-prelude.c'; then $(CYGPATH_W) 'libcfa-prelude.c'; else $(CYGPATH_W) '$(srcdir)/libcfa-prelude.c'; fi` |
---|
| 997 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-libcfa-prelude.Tpo $(DEPDIR)/libcfa_a-libcfa-prelude.Po |
---|
| 998 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libcfa-prelude.c' object='libcfa_a-libcfa-prelude.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 999 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1000 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-libcfa-prelude.obj `if test -f 'libcfa-prelude.c'; then $(CYGPATH_W) 'libcfa-prelude.c'; else $(CYGPATH_W) '$(srcdir)/libcfa-prelude.c'; fi` |
---|
| 1001 | |
---|
[9d944b2] | 1002 | libcfa_a-interpose.o: interpose.c |
---|
| 1003 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-interpose.o -MD -MP -MF $(DEPDIR)/libcfa_a-interpose.Tpo -c -o libcfa_a-interpose.o `test -f 'interpose.c' || echo '$(srcdir)/'`interpose.c |
---|
| 1004 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-interpose.Tpo $(DEPDIR)/libcfa_a-interpose.Po |
---|
| 1005 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='interpose.c' object='libcfa_a-interpose.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1006 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1007 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-interpose.o `test -f 'interpose.c' || echo '$(srcdir)/'`interpose.c |
---|
| 1008 | |
---|
| 1009 | libcfa_a-interpose.obj: interpose.c |
---|
| 1010 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-interpose.obj -MD -MP -MF $(DEPDIR)/libcfa_a-interpose.Tpo -c -o libcfa_a-interpose.obj `if test -f 'interpose.c'; then $(CYGPATH_W) 'interpose.c'; else $(CYGPATH_W) '$(srcdir)/interpose.c'; fi` |
---|
| 1011 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-interpose.Tpo $(DEPDIR)/libcfa_a-interpose.Po |
---|
| 1012 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='interpose.c' object='libcfa_a-interpose.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1013 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1014 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-interpose.obj `if test -f 'interpose.c'; then $(CYGPATH_W) 'interpose.c'; else $(CYGPATH_W) '$(srcdir)/interpose.c'; fi` |
---|
| 1015 | |
---|
[875a72f] | 1016 | bits/libcfa_a-debug.o: bits/debug.c |
---|
| 1017 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT bits/libcfa_a-debug.o -MD -MP -MF bits/$(DEPDIR)/libcfa_a-debug.Tpo -c -o bits/libcfa_a-debug.o `test -f 'bits/debug.c' || echo '$(srcdir)/'`bits/debug.c |
---|
| 1018 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bits/$(DEPDIR)/libcfa_a-debug.Tpo bits/$(DEPDIR)/libcfa_a-debug.Po |
---|
| 1019 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bits/debug.c' object='bits/libcfa_a-debug.o' libtool=no @AMDEPBACKSLASH@ |
---|
[9d944b2] | 1020 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[875a72f] | 1021 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o bits/libcfa_a-debug.o `test -f 'bits/debug.c' || echo '$(srcdir)/'`bits/debug.c |
---|
[9d944b2] | 1022 | |
---|
[875a72f] | 1023 | bits/libcfa_a-debug.obj: bits/debug.c |
---|
| 1024 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT bits/libcfa_a-debug.obj -MD -MP -MF bits/$(DEPDIR)/libcfa_a-debug.Tpo -c -o bits/libcfa_a-debug.obj `if test -f 'bits/debug.c'; then $(CYGPATH_W) 'bits/debug.c'; else $(CYGPATH_W) '$(srcdir)/bits/debug.c'; fi` |
---|
| 1025 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) bits/$(DEPDIR)/libcfa_a-debug.Tpo bits/$(DEPDIR)/libcfa_a-debug.Po |
---|
| 1026 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bits/debug.c' object='bits/libcfa_a-debug.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[9d944b2] | 1027 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[875a72f] | 1028 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o bits/libcfa_a-debug.obj `if test -f 'bits/debug.c'; then $(CYGPATH_W) 'bits/debug.c'; else $(CYGPATH_W) '$(srcdir)/bits/debug.c'; fi` |
---|
[9d944b2] | 1029 | |
---|
[64fc0ba] | 1030 | libcfa_a-fstream.o: fstream.c |
---|
| 1031 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-fstream.o -MD -MP -MF $(DEPDIR)/libcfa_a-fstream.Tpo -c -o libcfa_a-fstream.o `test -f 'fstream.c' || echo '$(srcdir)/'`fstream.c |
---|
| 1032 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-fstream.Tpo $(DEPDIR)/libcfa_a-fstream.Po |
---|
| 1033 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fstream.c' object='libcfa_a-fstream.o' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 1034 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[64fc0ba] | 1035 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-fstream.o `test -f 'fstream.c' || echo '$(srcdir)/'`fstream.c |
---|
[37efaf56] | 1036 | |
---|
[64fc0ba] | 1037 | libcfa_a-fstream.obj: fstream.c |
---|
| 1038 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-fstream.obj -MD -MP -MF $(DEPDIR)/libcfa_a-fstream.Tpo -c -o libcfa_a-fstream.obj `if test -f 'fstream.c'; then $(CYGPATH_W) 'fstream.c'; else $(CYGPATH_W) '$(srcdir)/fstream.c'; fi` |
---|
| 1039 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-fstream.Tpo $(DEPDIR)/libcfa_a-fstream.Po |
---|
| 1040 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fstream.c' object='libcfa_a-fstream.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 1041 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[64fc0ba] | 1042 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-fstream.obj `if test -f 'fstream.c'; then $(CYGPATH_W) 'fstream.c'; else $(CYGPATH_W) '$(srcdir)/fstream.c'; fi` |
---|
[37efaf56] | 1043 | |
---|
| 1044 | libcfa_a-iostream.o: iostream.c |
---|
| 1045 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-iostream.o -MD -MP -MF $(DEPDIR)/libcfa_a-iostream.Tpo -c -o libcfa_a-iostream.o `test -f 'iostream.c' || echo '$(srcdir)/'`iostream.c |
---|
| 1046 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-iostream.Tpo $(DEPDIR)/libcfa_a-iostream.Po |
---|
| 1047 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iostream.c' object='libcfa_a-iostream.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1048 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1049 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-iostream.o `test -f 'iostream.c' || echo '$(srcdir)/'`iostream.c |
---|
| 1050 | |
---|
| 1051 | libcfa_a-iostream.obj: iostream.c |
---|
| 1052 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-iostream.obj -MD -MP -MF $(DEPDIR)/libcfa_a-iostream.Tpo -c -o libcfa_a-iostream.obj `if test -f 'iostream.c'; then $(CYGPATH_W) 'iostream.c'; else $(CYGPATH_W) '$(srcdir)/iostream.c'; fi` |
---|
| 1053 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-iostream.Tpo $(DEPDIR)/libcfa_a-iostream.Po |
---|
| 1054 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iostream.c' object='libcfa_a-iostream.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1055 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1056 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-iostream.obj `if test -f 'iostream.c'; then $(CYGPATH_W) 'iostream.c'; else $(CYGPATH_W) '$(srcdir)/iostream.c'; fi` |
---|
| 1057 | |
---|
| 1058 | libcfa_a-iterator.o: iterator.c |
---|
| 1059 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-iterator.o -MD -MP -MF $(DEPDIR)/libcfa_a-iterator.Tpo -c -o libcfa_a-iterator.o `test -f 'iterator.c' || echo '$(srcdir)/'`iterator.c |
---|
| 1060 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-iterator.Tpo $(DEPDIR)/libcfa_a-iterator.Po |
---|
| 1061 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iterator.c' object='libcfa_a-iterator.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1062 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1063 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-iterator.o `test -f 'iterator.c' || echo '$(srcdir)/'`iterator.c |
---|
| 1064 | |
---|
| 1065 | libcfa_a-iterator.obj: iterator.c |
---|
| 1066 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-iterator.obj -MD -MP -MF $(DEPDIR)/libcfa_a-iterator.Tpo -c -o libcfa_a-iterator.obj `if test -f 'iterator.c'; then $(CYGPATH_W) 'iterator.c'; else $(CYGPATH_W) '$(srcdir)/iterator.c'; fi` |
---|
| 1067 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-iterator.Tpo $(DEPDIR)/libcfa_a-iterator.Po |
---|
| 1068 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='iterator.c' object='libcfa_a-iterator.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1069 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1070 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-iterator.obj `if test -f 'iterator.c'; then $(CYGPATH_W) 'iterator.c'; else $(CYGPATH_W) '$(srcdir)/iterator.c'; fi` |
---|
| 1071 | |
---|
[64fc0ba] | 1072 | libcfa_a-limits.o: limits.c |
---|
| 1073 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-limits.o -MD -MP -MF $(DEPDIR)/libcfa_a-limits.Tpo -c -o libcfa_a-limits.o `test -f 'limits.c' || echo '$(srcdir)/'`limits.c |
---|
| 1074 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-limits.Tpo $(DEPDIR)/libcfa_a-limits.Po |
---|
| 1075 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='limits.c' object='libcfa_a-limits.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1076 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1077 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-limits.o `test -f 'limits.c' || echo '$(srcdir)/'`limits.c |
---|
| 1078 | |
---|
| 1079 | libcfa_a-limits.obj: limits.c |
---|
| 1080 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-limits.obj -MD -MP -MF $(DEPDIR)/libcfa_a-limits.Tpo -c -o libcfa_a-limits.obj `if test -f 'limits.c'; then $(CYGPATH_W) 'limits.c'; else $(CYGPATH_W) '$(srcdir)/limits.c'; fi` |
---|
| 1081 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-limits.Tpo $(DEPDIR)/libcfa_a-limits.Po |
---|
| 1082 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='limits.c' object='libcfa_a-limits.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1083 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1084 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-limits.obj `if test -f 'limits.c'; then $(CYGPATH_W) 'limits.c'; else $(CYGPATH_W) '$(srcdir)/limits.c'; fi` |
---|
| 1085 | |
---|
[37efaf56] | 1086 | libcfa_a-rational.o: rational.c |
---|
| 1087 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-rational.o -MD -MP -MF $(DEPDIR)/libcfa_a-rational.Tpo -c -o libcfa_a-rational.o `test -f 'rational.c' || echo '$(srcdir)/'`rational.c |
---|
| 1088 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-rational.Tpo $(DEPDIR)/libcfa_a-rational.Po |
---|
| 1089 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rational.c' object='libcfa_a-rational.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1090 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1091 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-rational.o `test -f 'rational.c' || echo '$(srcdir)/'`rational.c |
---|
| 1092 | |
---|
| 1093 | libcfa_a-rational.obj: rational.c |
---|
| 1094 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-rational.obj -MD -MP -MF $(DEPDIR)/libcfa_a-rational.Tpo -c -o libcfa_a-rational.obj `if test -f 'rational.c'; then $(CYGPATH_W) 'rational.c'; else $(CYGPATH_W) '$(srcdir)/rational.c'; fi` |
---|
| 1095 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-rational.Tpo $(DEPDIR)/libcfa_a-rational.Po |
---|
| 1096 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rational.c' object='libcfa_a-rational.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1097 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1098 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-rational.obj `if test -f 'rational.c'; then $(CYGPATH_W) 'rational.c'; else $(CYGPATH_W) '$(srcdir)/rational.c'; fi` |
---|
| 1099 | |
---|
[2a84d06d] | 1100 | libcfa_a-time.o: time.c |
---|
| 1101 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-time.o -MD -MP -MF $(DEPDIR)/libcfa_a-time.Tpo -c -o libcfa_a-time.o `test -f 'time.c' || echo '$(srcdir)/'`time.c |
---|
| 1102 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-time.Tpo $(DEPDIR)/libcfa_a-time.Po |
---|
| 1103 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='time.c' object='libcfa_a-time.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1104 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1105 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-time.o `test -f 'time.c' || echo '$(srcdir)/'`time.c |
---|
| 1106 | |
---|
| 1107 | libcfa_a-time.obj: time.c |
---|
| 1108 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-time.obj -MD -MP -MF $(DEPDIR)/libcfa_a-time.Tpo -c -o libcfa_a-time.obj `if test -f 'time.c'; then $(CYGPATH_W) 'time.c'; else $(CYGPATH_W) '$(srcdir)/time.c'; fi` |
---|
| 1109 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-time.Tpo $(DEPDIR)/libcfa_a-time.Po |
---|
| 1110 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='time.c' object='libcfa_a-time.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1111 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1112 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-time.obj `if test -f 'time.c'; then $(CYGPATH_W) 'time.c'; else $(CYGPATH_W) '$(srcdir)/time.c'; fi` |
---|
| 1113 | |
---|
[64fc0ba] | 1114 | libcfa_a-stdlib.o: stdlib.c |
---|
| 1115 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-stdlib.o -MD -MP -MF $(DEPDIR)/libcfa_a-stdlib.Tpo -c -o libcfa_a-stdlib.o `test -f 'stdlib.c' || echo '$(srcdir)/'`stdlib.c |
---|
| 1116 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-stdlib.Tpo $(DEPDIR)/libcfa_a-stdlib.Po |
---|
| 1117 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdlib.c' object='libcfa_a-stdlib.o' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 1118 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[64fc0ba] | 1119 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-stdlib.o `test -f 'stdlib.c' || echo '$(srcdir)/'`stdlib.c |
---|
[37efaf56] | 1120 | |
---|
[64fc0ba] | 1121 | libcfa_a-stdlib.obj: stdlib.c |
---|
| 1122 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-stdlib.obj -MD -MP -MF $(DEPDIR)/libcfa_a-stdlib.Tpo -c -o libcfa_a-stdlib.obj `if test -f 'stdlib.c'; then $(CYGPATH_W) 'stdlib.c'; else $(CYGPATH_W) '$(srcdir)/stdlib.c'; fi` |
---|
| 1123 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-stdlib.Tpo $(DEPDIR)/libcfa_a-stdlib.Po |
---|
| 1124 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stdlib.c' object='libcfa_a-stdlib.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 1125 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[64fc0ba] | 1126 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-stdlib.obj `if test -f 'stdlib.c'; then $(CYGPATH_W) 'stdlib.c'; else $(CYGPATH_W) '$(srcdir)/stdlib.c'; fi` |
---|
| 1127 | |
---|
| 1128 | containers/libcfa_a-maybe.o: containers/maybe.c |
---|
| 1129 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_a-maybe.o -MD -MP -MF containers/$(DEPDIR)/libcfa_a-maybe.Tpo -c -o containers/libcfa_a-maybe.o `test -f 'containers/maybe.c' || echo '$(srcdir)/'`containers/maybe.c |
---|
| 1130 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_a-maybe.Tpo containers/$(DEPDIR)/libcfa_a-maybe.Po |
---|
| 1131 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/maybe.c' object='containers/libcfa_a-maybe.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1132 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1133 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_a-maybe.o `test -f 'containers/maybe.c' || echo '$(srcdir)/'`containers/maybe.c |
---|
| 1134 | |
---|
| 1135 | containers/libcfa_a-maybe.obj: containers/maybe.c |
---|
| 1136 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_a-maybe.obj -MD -MP -MF containers/$(DEPDIR)/libcfa_a-maybe.Tpo -c -o containers/libcfa_a-maybe.obj `if test -f 'containers/maybe.c'; then $(CYGPATH_W) 'containers/maybe.c'; else $(CYGPATH_W) '$(srcdir)/containers/maybe.c'; fi` |
---|
| 1137 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_a-maybe.Tpo containers/$(DEPDIR)/libcfa_a-maybe.Po |
---|
| 1138 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/maybe.c' object='containers/libcfa_a-maybe.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1139 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1140 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_a-maybe.obj `if test -f 'containers/maybe.c'; then $(CYGPATH_W) 'containers/maybe.c'; else $(CYGPATH_W) '$(srcdir)/containers/maybe.c'; fi` |
---|
[37efaf56] | 1141 | |
---|
[02d241f] | 1142 | containers/libcfa_a-pair.o: containers/pair.c |
---|
| 1143 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_a-pair.o -MD -MP -MF containers/$(DEPDIR)/libcfa_a-pair.Tpo -c -o containers/libcfa_a-pair.o `test -f 'containers/pair.c' || echo '$(srcdir)/'`containers/pair.c |
---|
| 1144 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_a-pair.Tpo containers/$(DEPDIR)/libcfa_a-pair.Po |
---|
| 1145 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/pair.c' object='containers/libcfa_a-pair.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1146 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1147 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_a-pair.o `test -f 'containers/pair.c' || echo '$(srcdir)/'`containers/pair.c |
---|
| 1148 | |
---|
| 1149 | containers/libcfa_a-pair.obj: containers/pair.c |
---|
| 1150 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_a-pair.obj -MD -MP -MF containers/$(DEPDIR)/libcfa_a-pair.Tpo -c -o containers/libcfa_a-pair.obj `if test -f 'containers/pair.c'; then $(CYGPATH_W) 'containers/pair.c'; else $(CYGPATH_W) '$(srcdir)/containers/pair.c'; fi` |
---|
| 1151 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_a-pair.Tpo containers/$(DEPDIR)/libcfa_a-pair.Po |
---|
| 1152 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/pair.c' object='containers/libcfa_a-pair.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1153 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1154 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_a-pair.obj `if test -f 'containers/pair.c'; then $(CYGPATH_W) 'containers/pair.c'; else $(CYGPATH_W) '$(srcdir)/containers/pair.c'; fi` |
---|
| 1155 | |
---|
[64fc0ba] | 1156 | containers/libcfa_a-result.o: containers/result.c |
---|
| 1157 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_a-result.o -MD -MP -MF containers/$(DEPDIR)/libcfa_a-result.Tpo -c -o containers/libcfa_a-result.o `test -f 'containers/result.c' || echo '$(srcdir)/'`containers/result.c |
---|
| 1158 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_a-result.Tpo containers/$(DEPDIR)/libcfa_a-result.Po |
---|
| 1159 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/result.c' object='containers/libcfa_a-result.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1160 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1161 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_a-result.o `test -f 'containers/result.c' || echo '$(srcdir)/'`containers/result.c |
---|
| 1162 | |
---|
| 1163 | containers/libcfa_a-result.obj: containers/result.c |
---|
| 1164 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_a-result.obj -MD -MP -MF containers/$(DEPDIR)/libcfa_a-result.Tpo -c -o containers/libcfa_a-result.obj `if test -f 'containers/result.c'; then $(CYGPATH_W) 'containers/result.c'; else $(CYGPATH_W) '$(srcdir)/containers/result.c'; fi` |
---|
| 1165 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_a-result.Tpo containers/$(DEPDIR)/libcfa_a-result.Po |
---|
| 1166 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/result.c' object='containers/libcfa_a-result.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1167 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1168 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_a-result.obj `if test -f 'containers/result.c'; then $(CYGPATH_W) 'containers/result.c'; else $(CYGPATH_W) '$(srcdir)/containers/result.c'; fi` |
---|
| 1169 | |
---|
[37efaf56] | 1170 | containers/libcfa_a-vector.o: containers/vector.c |
---|
| 1171 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_a-vector.o -MD -MP -MF containers/$(DEPDIR)/libcfa_a-vector.Tpo -c -o containers/libcfa_a-vector.o `test -f 'containers/vector.c' || echo '$(srcdir)/'`containers/vector.c |
---|
| 1172 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_a-vector.Tpo containers/$(DEPDIR)/libcfa_a-vector.Po |
---|
| 1173 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/vector.c' object='containers/libcfa_a-vector.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1174 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1175 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_a-vector.o `test -f 'containers/vector.c' || echo '$(srcdir)/'`containers/vector.c |
---|
| 1176 | |
---|
| 1177 | containers/libcfa_a-vector.obj: containers/vector.c |
---|
| 1178 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT containers/libcfa_a-vector.obj -MD -MP -MF containers/$(DEPDIR)/libcfa_a-vector.Tpo -c -o containers/libcfa_a-vector.obj `if test -f 'containers/vector.c'; then $(CYGPATH_W) 'containers/vector.c'; else $(CYGPATH_W) '$(srcdir)/containers/vector.c'; fi` |
---|
| 1179 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) containers/$(DEPDIR)/libcfa_a-vector.Tpo containers/$(DEPDIR)/libcfa_a-vector.Po |
---|
| 1180 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='containers/vector.c' object='containers/libcfa_a-vector.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1181 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1182 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o containers/libcfa_a-vector.obj `if test -f 'containers/vector.c'; then $(CYGPATH_W) 'containers/vector.c'; else $(CYGPATH_W) '$(srcdir)/containers/vector.c'; fi` |
---|
| 1183 | |
---|
[75a17f1] | 1184 | concurrency/libcfa_a-coroutine.o: concurrency/coroutine.c |
---|
| 1185 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-coroutine.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-coroutine.Tpo -c -o concurrency/libcfa_a-coroutine.o `test -f 'concurrency/coroutine.c' || echo '$(srcdir)/'`concurrency/coroutine.c |
---|
| 1186 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-coroutine.Tpo concurrency/$(DEPDIR)/libcfa_a-coroutine.Po |
---|
| 1187 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/coroutine.c' object='concurrency/libcfa_a-coroutine.o' libtool=no @AMDEPBACKSLASH@ |
---|
[aed3f54] | 1188 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[75a17f1] | 1189 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-coroutine.o `test -f 'concurrency/coroutine.c' || echo '$(srcdir)/'`concurrency/coroutine.c |
---|
[aed3f54] | 1190 | |
---|
[75a17f1] | 1191 | concurrency/libcfa_a-coroutine.obj: concurrency/coroutine.c |
---|
| 1192 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-coroutine.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-coroutine.Tpo -c -o concurrency/libcfa_a-coroutine.obj `if test -f 'concurrency/coroutine.c'; then $(CYGPATH_W) 'concurrency/coroutine.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/coroutine.c'; fi` |
---|
| 1193 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-coroutine.Tpo concurrency/$(DEPDIR)/libcfa_a-coroutine.Po |
---|
| 1194 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/coroutine.c' object='concurrency/libcfa_a-coroutine.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[aed3f54] | 1195 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[75a17f1] | 1196 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-coroutine.obj `if test -f 'concurrency/coroutine.c'; then $(CYGPATH_W) 'concurrency/coroutine.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/coroutine.c'; fi` |
---|
[aed3f54] | 1197 | |
---|
[75a17f1] | 1198 | concurrency/libcfa_a-thread.o: concurrency/thread.c |
---|
| 1199 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-thread.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-thread.Tpo -c -o concurrency/libcfa_a-thread.o `test -f 'concurrency/thread.c' || echo '$(srcdir)/'`concurrency/thread.c |
---|
| 1200 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-thread.Tpo concurrency/$(DEPDIR)/libcfa_a-thread.Po |
---|
| 1201 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/thread.c' object='concurrency/libcfa_a-thread.o' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 1202 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[75a17f1] | 1203 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-thread.o `test -f 'concurrency/thread.c' || echo '$(srcdir)/'`concurrency/thread.c |
---|
[37efaf56] | 1204 | |
---|
[75a17f1] | 1205 | concurrency/libcfa_a-thread.obj: concurrency/thread.c |
---|
| 1206 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-thread.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-thread.Tpo -c -o concurrency/libcfa_a-thread.obj `if test -f 'concurrency/thread.c'; then $(CYGPATH_W) 'concurrency/thread.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/thread.c'; fi` |
---|
| 1207 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-thread.Tpo concurrency/$(DEPDIR)/libcfa_a-thread.Po |
---|
| 1208 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/thread.c' object='concurrency/libcfa_a-thread.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[37efaf56] | 1209 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[75a17f1] | 1210 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-thread.obj `if test -f 'concurrency/thread.c'; then $(CYGPATH_W) 'concurrency/thread.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/thread.c'; fi` |
---|
[37efaf56] | 1211 | |
---|
[aed3f54] | 1212 | concurrency/libcfa_a-kernel.o: concurrency/kernel.c |
---|
| 1213 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-kernel.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-kernel.Tpo -c -o concurrency/libcfa_a-kernel.o `test -f 'concurrency/kernel.c' || echo '$(srcdir)/'`concurrency/kernel.c |
---|
| 1214 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-kernel.Tpo concurrency/$(DEPDIR)/libcfa_a-kernel.Po |
---|
| 1215 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/kernel.c' object='concurrency/libcfa_a-kernel.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1216 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1217 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-kernel.o `test -f 'concurrency/kernel.c' || echo '$(srcdir)/'`concurrency/kernel.c |
---|
| 1218 | |
---|
| 1219 | concurrency/libcfa_a-kernel.obj: concurrency/kernel.c |
---|
| 1220 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-kernel.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-kernel.Tpo -c -o concurrency/libcfa_a-kernel.obj `if test -f 'concurrency/kernel.c'; then $(CYGPATH_W) 'concurrency/kernel.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/kernel.c'; fi` |
---|
| 1221 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-kernel.Tpo concurrency/$(DEPDIR)/libcfa_a-kernel.Po |
---|
| 1222 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/kernel.c' object='concurrency/libcfa_a-kernel.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1223 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1224 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-kernel.obj `if test -f 'concurrency/kernel.c'; then $(CYGPATH_W) 'concurrency/kernel.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/kernel.c'; fi` |
---|
| 1225 | |
---|
[eac73eb] | 1226 | concurrency/libcfa_a-monitor.o: concurrency/monitor.c |
---|
| 1227 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-monitor.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-monitor.Tpo -c -o concurrency/libcfa_a-monitor.o `test -f 'concurrency/monitor.c' || echo '$(srcdir)/'`concurrency/monitor.c |
---|
| 1228 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-monitor.Tpo concurrency/$(DEPDIR)/libcfa_a-monitor.Po |
---|
| 1229 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/monitor.c' object='concurrency/libcfa_a-monitor.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1230 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1231 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-monitor.o `test -f 'concurrency/monitor.c' || echo '$(srcdir)/'`concurrency/monitor.c |
---|
| 1232 | |
---|
| 1233 | concurrency/libcfa_a-monitor.obj: concurrency/monitor.c |
---|
| 1234 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-monitor.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-monitor.Tpo -c -o concurrency/libcfa_a-monitor.obj `if test -f 'concurrency/monitor.c'; then $(CYGPATH_W) 'concurrency/monitor.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/monitor.c'; fi` |
---|
| 1235 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-monitor.Tpo concurrency/$(DEPDIR)/libcfa_a-monitor.Po |
---|
| 1236 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/monitor.c' object='concurrency/libcfa_a-monitor.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1237 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1238 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-monitor.obj `if test -f 'concurrency/monitor.c'; then $(CYGPATH_W) 'concurrency/monitor.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/monitor.c'; fi` |
---|
| 1239 | |
---|
[91c389a] | 1240 | libcfa_a-assert.o: assert.c |
---|
| 1241 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-assert.o -MD -MP -MF $(DEPDIR)/libcfa_a-assert.Tpo -c -o libcfa_a-assert.o `test -f 'assert.c' || echo '$(srcdir)/'`assert.c |
---|
| 1242 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-assert.Tpo $(DEPDIR)/libcfa_a-assert.Po |
---|
| 1243 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='assert.c' object='libcfa_a-assert.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1244 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1245 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-assert.o `test -f 'assert.c' || echo '$(srcdir)/'`assert.c |
---|
| 1246 | |
---|
| 1247 | libcfa_a-assert.obj: assert.c |
---|
| 1248 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-assert.obj -MD -MP -MF $(DEPDIR)/libcfa_a-assert.Tpo -c -o libcfa_a-assert.obj `if test -f 'assert.c'; then $(CYGPATH_W) 'assert.c'; else $(CYGPATH_W) '$(srcdir)/assert.c'; fi` |
---|
| 1249 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-assert.Tpo $(DEPDIR)/libcfa_a-assert.Po |
---|
| 1250 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='assert.c' object='libcfa_a-assert.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1251 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1252 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-assert.obj `if test -f 'assert.c'; then $(CYGPATH_W) 'assert.c'; else $(CYGPATH_W) '$(srcdir)/assert.c'; fi` |
---|
| 1253 | |
---|
[307a732] | 1254 | libcfa_a-exception.obj: exception.c |
---|
| 1255 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-exception.obj -MD -MP -MF $(DEPDIR)/libcfa_a-exception.Tpo -c -o libcfa_a-exception.obj `if test -f 'exception.c'; then $(CYGPATH_W) 'exception.c'; else $(CYGPATH_W) '$(srcdir)/exception.c'; fi` |
---|
| 1256 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-exception.Tpo $(DEPDIR)/libcfa_a-exception.Po |
---|
| 1257 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='exception.c' object='libcfa_a-exception.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1258 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1259 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-exception.obj `if test -f 'exception.c'; then $(CYGPATH_W) 'exception.c'; else $(CYGPATH_W) '$(srcdir)/exception.c'; fi` |
---|
| 1260 | |
---|
[a5f0529] | 1261 | libcfa_a-virtual.obj: virtual.c |
---|
| 1262 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT libcfa_a-virtual.obj -MD -MP -MF $(DEPDIR)/libcfa_a-virtual.Tpo -c -o libcfa_a-virtual.obj `if test -f 'virtual.c'; then $(CYGPATH_W) 'virtual.c'; else $(CYGPATH_W) '$(srcdir)/virtual.c'; fi` |
---|
| 1263 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcfa_a-virtual.Tpo $(DEPDIR)/libcfa_a-virtual.Po |
---|
| 1264 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virtual.c' object='libcfa_a-virtual.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[478b1d0] | 1265 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[a5f0529] | 1266 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o libcfa_a-virtual.obj `if test -f 'virtual.c'; then $(CYGPATH_W) 'virtual.c'; else $(CYGPATH_W) '$(srcdir)/virtual.c'; fi` |
---|
[478b1d0] | 1267 | |
---|
[759908f] | 1268 | concurrency/libcfa_a-alarm.o: concurrency/alarm.c |
---|
| 1269 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-alarm.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-alarm.Tpo -c -o concurrency/libcfa_a-alarm.o `test -f 'concurrency/alarm.c' || echo '$(srcdir)/'`concurrency/alarm.c |
---|
| 1270 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-alarm.Tpo concurrency/$(DEPDIR)/libcfa_a-alarm.Po |
---|
| 1271 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/alarm.c' object='concurrency/libcfa_a-alarm.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1272 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1273 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-alarm.o `test -f 'concurrency/alarm.c' || echo '$(srcdir)/'`concurrency/alarm.c |
---|
| 1274 | |
---|
| 1275 | concurrency/libcfa_a-alarm.obj: concurrency/alarm.c |
---|
| 1276 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-alarm.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-alarm.Tpo -c -o concurrency/libcfa_a-alarm.obj `if test -f 'concurrency/alarm.c'; then $(CYGPATH_W) 'concurrency/alarm.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/alarm.c'; fi` |
---|
| 1277 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-alarm.Tpo concurrency/$(DEPDIR)/libcfa_a-alarm.Po |
---|
| 1278 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/alarm.c' object='concurrency/libcfa_a-alarm.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1279 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1280 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-alarm.obj `if test -f 'concurrency/alarm.c'; then $(CYGPATH_W) 'concurrency/alarm.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/alarm.c'; fi` |
---|
| 1281 | |
---|
[37efaf56] | 1282 | concurrency/libcfa_a-invoke.obj: concurrency/invoke.c |
---|
| 1283 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-invoke.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-invoke.Tpo -c -o concurrency/libcfa_a-invoke.obj `if test -f 'concurrency/invoke.c'; then $(CYGPATH_W) 'concurrency/invoke.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/invoke.c'; fi` |
---|
| 1284 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-invoke.Tpo concurrency/$(DEPDIR)/libcfa_a-invoke.Po |
---|
| 1285 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/invoke.c' object='concurrency/libcfa_a-invoke.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1286 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1287 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-invoke.obj `if test -f 'concurrency/invoke.c'; then $(CYGPATH_W) 'concurrency/invoke.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/invoke.c'; fi` |
---|
[759908f] | 1288 | |
---|
[c5ac6d5] | 1289 | concurrency/libcfa_a-preemption.o: concurrency/preemption.c |
---|
| 1290 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-preemption.o -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-preemption.Tpo -c -o concurrency/libcfa_a-preemption.o `test -f 'concurrency/preemption.c' || echo '$(srcdir)/'`concurrency/preemption.c |
---|
| 1291 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-preemption.Tpo concurrency/$(DEPDIR)/libcfa_a-preemption.Po |
---|
| 1292 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/preemption.c' object='concurrency/libcfa_a-preemption.o' libtool=no @AMDEPBACKSLASH@ |
---|
[759908f] | 1293 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[c5ac6d5] | 1294 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-preemption.o `test -f 'concurrency/preemption.c' || echo '$(srcdir)/'`concurrency/preemption.c |
---|
[759908f] | 1295 | |
---|
[c5ac6d5] | 1296 | concurrency/libcfa_a-preemption.obj: concurrency/preemption.c |
---|
| 1297 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -MT concurrency/libcfa_a-preemption.obj -MD -MP -MF concurrency/$(DEPDIR)/libcfa_a-preemption.Tpo -c -o concurrency/libcfa_a-preemption.obj `if test -f 'concurrency/preemption.c'; then $(CYGPATH_W) 'concurrency/preemption.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/preemption.c'; fi` |
---|
| 1298 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) concurrency/$(DEPDIR)/libcfa_a-preemption.Tpo concurrency/$(DEPDIR)/libcfa_a-preemption.Po |
---|
| 1299 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='concurrency/preemption.c' object='concurrency/libcfa_a-preemption.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[759908f] | 1300 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[c5ac6d5] | 1301 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfa_a_CFLAGS) $(CFLAGS) -c -o concurrency/libcfa_a-preemption.obj `if test -f 'concurrency/preemption.c'; then $(CYGPATH_W) 'concurrency/preemption.c'; else $(CYGPATH_W) '$(srcdir)/concurrency/preemption.c'; fi` |
---|
[ff2d7341] | 1302 | install-nobase_cfa_includeHEADERS: $(nobase_cfa_include_HEADERS) |
---|
[d3b7937] | 1303 | @$(NORMAL_INSTALL) |
---|
[ff2d7341] | 1304 | @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \ |
---|
[44f44617] | 1305 | if test -n "$$list"; then \ |
---|
| 1306 | echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)'"; \ |
---|
| 1307 | $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)" || exit 1; \ |
---|
| 1308 | fi; \ |
---|
[854a32c] | 1309 | $(am__nobase_list) | while read dir files; do \ |
---|
| 1310 | xfiles=; for file in $$files; do \ |
---|
| 1311 | if test -f "$$file"; then xfiles="$$xfiles $$file"; \ |
---|
| 1312 | else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ |
---|
| 1313 | test -z "$$xfiles" || { \ |
---|
| 1314 | test "x$$dir" = x. || { \ |
---|
[44f44617] | 1315 | echo " $(MKDIR_P) '$(DESTDIR)$(cfa_includedir)/$$dir'"; \ |
---|
[ff2d7341] | 1316 | $(MKDIR_P) "$(DESTDIR)$(cfa_includedir)/$$dir"; }; \ |
---|
| 1317 | echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(cfa_includedir)/$$dir'"; \ |
---|
| 1318 | $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(cfa_includedir)/$$dir" || exit $$?; }; \ |
---|
[d3b7937] | 1319 | done |
---|
| 1320 | |
---|
[ff2d7341] | 1321 | uninstall-nobase_cfa_includeHEADERS: |
---|
[d3b7937] | 1322 | @$(NORMAL_UNINSTALL) |
---|
[ff2d7341] | 1323 | @list='$(nobase_cfa_include_HEADERS)'; test -n "$(cfa_includedir)" || list=; \ |
---|
[854a32c] | 1324 | $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ |
---|
[ff2d7341] | 1325 | dir='$(DESTDIR)$(cfa_includedir)'; $(am__uninstall_files_from_dir) |
---|
[8c0404e] | 1326 | |
---|
[44f44617] | 1327 | ID: $(am__tagged_files) |
---|
| 1328 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
---|
| 1329 | tags: tags-am |
---|
| 1330 | TAGS: tags |
---|
| 1331 | |
---|
| 1332 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
[8c0404e] | 1333 | set x; \ |
---|
| 1334 | here=`pwd`; \ |
---|
[44f44617] | 1335 | $(am__define_uniq_tagged_files); \ |
---|
[8c0404e] | 1336 | shift; \ |
---|
| 1337 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
---|
| 1338 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 1339 | if test $$# -gt 0; then \ |
---|
| 1340 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 1341 | "$$@" $$unique; \ |
---|
| 1342 | else \ |
---|
| 1343 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 1344 | $$unique; \ |
---|
| 1345 | fi; \ |
---|
| 1346 | fi |
---|
[44f44617] | 1347 | ctags: ctags-am |
---|
| 1348 | |
---|
| 1349 | CTAGS: ctags |
---|
| 1350 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
| 1351 | $(am__define_uniq_tagged_files); \ |
---|
[8c0404e] | 1352 | test -z "$(CTAGS_ARGS)$$unique" \ |
---|
| 1353 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 1354 | $$unique |
---|
| 1355 | |
---|
| 1356 | GTAGS: |
---|
| 1357 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 1358 | && $(am__cd) $(top_srcdir) \ |
---|
| 1359 | && gtags -i $(GTAGS_ARGS) "$$here" |
---|
[44f44617] | 1360 | cscopelist: cscopelist-am |
---|
| 1361 | |
---|
| 1362 | cscopelist-am: $(am__tagged_files) |
---|
| 1363 | list='$(am__tagged_files)'; \ |
---|
| 1364 | case "$(srcdir)" in \ |
---|
| 1365 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
---|
| 1366 | *) sdir=$(subdir)/$(srcdir) ;; \ |
---|
| 1367 | esac; \ |
---|
| 1368 | for i in $$list; do \ |
---|
| 1369 | if test -f "$$i"; then \ |
---|
| 1370 | echo "$(subdir)/$$i"; \ |
---|
| 1371 | else \ |
---|
| 1372 | echo "$$sdir/$$i"; \ |
---|
| 1373 | fi; \ |
---|
| 1374 | done >> $(top_builddir)/cscope.files |
---|
[8c0404e] | 1375 | |
---|
| 1376 | distclean-tags: |
---|
| 1377 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 1378 | |
---|
| 1379 | distdir: $(DISTFILES) |
---|
| 1380 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 1381 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 1382 | list='$(DISTFILES)'; \ |
---|
| 1383 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
| 1384 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
| 1385 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
| 1386 | case $$dist_files in \ |
---|
| 1387 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
| 1388 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
| 1389 | sort -u` ;; \ |
---|
| 1390 | esac; \ |
---|
| 1391 | for file in $$dist_files; do \ |
---|
| 1392 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 1393 | if test -d $$d/$$file; then \ |
---|
| 1394 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 1395 | if test -d "$(distdir)/$$file"; then \ |
---|
| 1396 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
| 1397 | fi; \ |
---|
| 1398 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 1399 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
---|
| 1400 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
| 1401 | fi; \ |
---|
| 1402 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
---|
| 1403 | else \ |
---|
| 1404 | test -f "$(distdir)/$$file" \ |
---|
| 1405 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
---|
| 1406 | || exit 1; \ |
---|
| 1407 | fi; \ |
---|
| 1408 | done |
---|
| 1409 | check-am: all-am |
---|
| 1410 | check: check-am |
---|
[375a068] | 1411 | all-am: Makefile $(LIBRARIES) $(HEADERS) |
---|
[8c0404e] | 1412 | installdirs: |
---|
[ff2d7341] | 1413 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)"; do \ |
---|
[8c0404e] | 1414 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
---|
| 1415 | done |
---|
| 1416 | install: install-am |
---|
| 1417 | install-exec: install-exec-am |
---|
| 1418 | install-data: install-data-am |
---|
| 1419 | uninstall: uninstall-am |
---|
| 1420 | |
---|
| 1421 | install-am: all-am |
---|
| 1422 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 1423 | |
---|
| 1424 | installcheck: installcheck-am |
---|
| 1425 | install-strip: |
---|
| 1426 | if test -z '$(STRIP)'; then \ |
---|
| 1427 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 1428 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 1429 | install; \ |
---|
| 1430 | else \ |
---|
| 1431 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 1432 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 1433 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
---|
| 1434 | fi |
---|
| 1435 | mostlyclean-generic: |
---|
| 1436 | |
---|
| 1437 | clean-generic: |
---|
[f326f99] | 1438 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
[8c0404e] | 1439 | |
---|
| 1440 | distclean-generic: |
---|
| 1441 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 1442 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
[875a72f] | 1443 | -rm -f bits/$(DEPDIR)/$(am__dirstamp) |
---|
| 1444 | -rm -f bits/$(am__dirstamp) |
---|
[0e76cf4f] | 1445 | -rm -f concurrency/$(DEPDIR)/$(am__dirstamp) |
---|
| 1446 | -rm -f concurrency/$(am__dirstamp) |
---|
[6d665d9] | 1447 | -rm -f containers/$(DEPDIR)/$(am__dirstamp) |
---|
| 1448 | -rm -f containers/$(am__dirstamp) |
---|
[8c0404e] | 1449 | |
---|
| 1450 | maintainer-clean-generic: |
---|
| 1451 | @echo "This command is intended for maintainers to use" |
---|
| 1452 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 1453 | clean: clean-am |
---|
| 1454 | |
---|
| 1455 | clean-am: clean-generic clean-libLIBRARIES mostlyclean-am |
---|
| 1456 | |
---|
| 1457 | distclean: distclean-am |
---|
[875a72f] | 1458 | -rm -rf ./$(DEPDIR) bits/$(DEPDIR) concurrency/$(DEPDIR) containers/$(DEPDIR) |
---|
[8c0404e] | 1459 | -rm -f Makefile |
---|
| 1460 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
| 1461 | distclean-tags |
---|
| 1462 | |
---|
| 1463 | dvi: dvi-am |
---|
| 1464 | |
---|
| 1465 | dvi-am: |
---|
| 1466 | |
---|
| 1467 | html: html-am |
---|
| 1468 | |
---|
| 1469 | html-am: |
---|
| 1470 | |
---|
| 1471 | info: info-am |
---|
| 1472 | |
---|
| 1473 | info-am: |
---|
| 1474 | |
---|
[ff2d7341] | 1475 | install-data-am: install-nobase_cfa_includeHEADERS |
---|
[8c0404e] | 1476 | |
---|
| 1477 | install-dvi: install-dvi-am |
---|
| 1478 | |
---|
| 1479 | install-dvi-am: |
---|
| 1480 | |
---|
| 1481 | install-exec-am: install-libLIBRARIES |
---|
| 1482 | |
---|
| 1483 | install-html: install-html-am |
---|
| 1484 | |
---|
| 1485 | install-html-am: |
---|
| 1486 | |
---|
| 1487 | install-info: install-info-am |
---|
| 1488 | |
---|
| 1489 | install-info-am: |
---|
| 1490 | |
---|
| 1491 | install-man: |
---|
| 1492 | |
---|
| 1493 | install-pdf: install-pdf-am |
---|
| 1494 | |
---|
| 1495 | install-pdf-am: |
---|
| 1496 | |
---|
| 1497 | install-ps: install-ps-am |
---|
| 1498 | |
---|
| 1499 | install-ps-am: |
---|
| 1500 | |
---|
| 1501 | installcheck-am: |
---|
| 1502 | |
---|
| 1503 | maintainer-clean: maintainer-clean-am |
---|
[875a72f] | 1504 | -rm -rf ./$(DEPDIR) bits/$(DEPDIR) concurrency/$(DEPDIR) containers/$(DEPDIR) |
---|
[8c0404e] | 1505 | -rm -f Makefile |
---|
[159c62e] | 1506 | maintainer-clean-am: distclean-am maintainer-clean-generic \ |
---|
| 1507 | maintainer-clean-local |
---|
[8c0404e] | 1508 | |
---|
| 1509 | mostlyclean: mostlyclean-am |
---|
| 1510 | |
---|
| 1511 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
---|
| 1512 | |
---|
| 1513 | pdf: pdf-am |
---|
| 1514 | |
---|
| 1515 | pdf-am: |
---|
| 1516 | |
---|
| 1517 | ps: ps-am |
---|
| 1518 | |
---|
| 1519 | ps-am: |
---|
| 1520 | |
---|
[ff2d7341] | 1521 | uninstall-am: uninstall-libLIBRARIES \ |
---|
| 1522 | uninstall-nobase_cfa_includeHEADERS |
---|
[8c0404e] | 1523 | |
---|
| 1524 | .MAKE: install-am install-strip |
---|
| 1525 | |
---|
[44f44617] | 1526 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
---|
| 1527 | clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \ |
---|
| 1528 | distclean-compile distclean-generic distclean-tags distdir dvi \ |
---|
| 1529 | dvi-am html html-am info info-am install install-am \ |
---|
| 1530 | install-data install-data-am install-dvi install-dvi-am \ |
---|
| 1531 | install-exec install-exec-am install-html install-html-am \ |
---|
| 1532 | install-info install-info-am install-libLIBRARIES install-man \ |
---|
[ff2d7341] | 1533 | install-nobase_cfa_includeHEADERS install-pdf install-pdf-am \ |
---|
[ee51534] | 1534 | install-ps install-ps-am install-strip installcheck \ |
---|
| 1535 | installcheck-am installdirs maintainer-clean \ |
---|
[159c62e] | 1536 | maintainer-clean-generic maintainer-clean-local mostlyclean \ |
---|
| 1537 | mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ |
---|
[44f44617] | 1538 | tags tags-am uninstall uninstall-am uninstall-libLIBRARIES \ |
---|
[ff2d7341] | 1539 | uninstall-nobase_cfa_includeHEADERS |
---|
[d3b7937] | 1540 | |
---|
[44f44617] | 1541 | .PRECIOUS: Makefile |
---|
| 1542 | |
---|
[8c0404e] | 1543 | |
---|
[37efaf56] | 1544 | libcfa_a-libcfa-prelude.o : libcfa-prelude.c |
---|
[adb4a3a] | 1545 | ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@ -Wall -O2 -c -o $@ $< |
---|
[37efaf56] | 1546 | |
---|
| 1547 | libcfa_d_a-libcfa-prelude.o : libcfa-prelude.c |
---|
[adb4a3a] | 1548 | ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@ -D__CFA_DEBUG__ -Wall -O0 -c -o $@ $< |
---|
[89ce869] | 1549 | |
---|
| 1550 | # extensionless header files are overridden by -o flag in default makerule => explicitly override default rule to silently do nothing |
---|
| 1551 | % : %.c |
---|
| 1552 | @true |
---|
| 1553 | |
---|
[37efaf56] | 1554 | concurrency/libcfa_a-invoke.o : concurrency/invoke.c |
---|
| 1555 | ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -O2 ${EXTRA_FLAGS} -c -o $@ $< |
---|
| 1556 | |
---|
[fa4805f] | 1557 | libcfa_a-exception.o : exception.c |
---|
| 1558 | ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -O2 ${EXTRA_FLAGS} -c -o $@ $< |
---|
| 1559 | |
---|
[a5f0529] | 1560 | libcfa_a-virtual.o : virtual.c |
---|
[478b1d0] | 1561 | ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -O2 ${EXTRA_FLAGS} -c -o $@ $< |
---|
| 1562 | |
---|
[37efaf56] | 1563 | concurrency/libcfa_d_a-invoke.o : concurrency/invoke.c |
---|
| 1564 | ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -D__CFA_DEBUG__ -O0 ${EXTRA_FLAGS} -c -o $@ $< |
---|
[d7bcbf5] | 1565 | |
---|
[fa4805f] | 1566 | libcfa_d_a-exception.o : exception.c |
---|
| 1567 | ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -D__CFA_DEBUG__ -O0 ${EXTRA_FLAGS} -c -o $@ $< |
---|
| 1568 | |
---|
[a5f0529] | 1569 | libcfa_d_a-virtual.o : virtual.c |
---|
[478b1d0] | 1570 | ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -D__CFA_DEBUG__ -O0 ${EXTRA_FLAGS} -c -o $@ $< |
---|
| 1571 | |
---|
[d0542c4] | 1572 | ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator |
---|
[8c0404e] | 1573 | |
---|
[159c62e] | 1574 | maintainer-clean-local: |
---|
[796cea3] | 1575 | -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR} |
---|
[159c62e] | 1576 | |
---|
[8c0404e] | 1577 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 1578 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 1579 | .NOEXPORT: |
---|