Changeset cde3891 for libcfa/src/Makefile.in
- Timestamp:
- Jan 23, 2019, 4:52:16 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a200795
- Parents:
- 9b086ca (diff), 1d832f4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/Makefile.in (modified) (32 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.in
r9b086ca rcde3891 19 19 20 20 21 VPATH = @srcdir@22 21 am__is_gnu_make = { \ 23 22 if test -z '$(MAKELEVEL)'; then \ … … 91 90 PRE_UNINSTALL = : 92 91 POST_UNINSTALL = : 92 build_triplet = @build@ 93 host_triplet = @host@ 93 94 subdir = src 94 95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 am__aclocal_m4_deps = $(top_srcdir)/../automake/cfa.m4 \ 96 $(top_srcdir)/configure.ac 96 am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \ 97 $(top_srcdir)/automake/ltoptions.m4 \ 98 $(top_srcdir)/automake/ltsugar.m4 \ 99 $(top_srcdir)/automake/ltversion.m4 \ 100 $(top_srcdir)/automake/lt~obsolete.m4 \ 101 $(top_srcdir)/../automake/cfa.m4 $(top_srcdir)/configure.ac 97 102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 103 $(ACLOCAL_M4) 99 DIST_COMMON = $(srcdir)/Makefile.am $(nobase_cfa_include_HEADERS)\100 $(am__ DIST_COMMON)104 DIST_COMMON = $(srcdir)/Makefile.am \ 105 $(am__nobase_cfa_include_HEADERS_DIST) $(am__DIST_COMMON) 101 106 mkinstalldirs = $(install_sh) -d 102 107 CONFIG_CLEAN_FILES = … … 130 135 } 131 136 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)" 132 LIBRARIES = $(lib_LIBRARIES) 133 AR = ar 134 AM_V_AR = $(am__v_AR_@AM_V@) 135 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 136 am__v_AR_0 = @echo " AR " $@; 137 am__v_AR_1 = 138 libcfa_a_AR = $(AR) $(ARFLAGS) 139 libcfa_a_LIBADD = 137 LTLIBRARIES = $(lib_LTLIBRARIES) 138 libcfa_la_LIBADD = 139 am__libcfa_la_SOURCES_DIST = prelude.cfa startup.cfa interpose.cfa \ 140 bits/debug.cfa assert.cfa exception.c virtual.c heap.cfa \ 141 fstream.cfa iostream.cfa iterator.cfa limits.cfa rational.cfa \ 142 time.cfa stdlib.cfa common.cfa containers/maybe.cfa \ 143 containers/pair.cfa containers/result.cfa \ 144 containers/vector.cfa concurrency/coroutine.cfa \ 145 concurrency/thread.cfa concurrency/kernel.cfa \ 146 concurrency/monitor.cfa concurrency/mutex.cfa \ 147 concurrency/CtxSwitch-@ARCHITECTURE@.S concurrency/alarm.cfa \ 148 concurrency/invoke.c concurrency/preemption.cfa 140 149 am__dirstamp = $(am__leading_dot)dirstamp 141 am__objects_1 = fstream.$(OBJEXT) iostream.$(OBJEXT) \ 142 iterator.$(OBJEXT) limits.$(OBJEXT) rational.$(OBJEXT) \ 143 time.$(OBJEXT) stdlib.$(OBJEXT) common.$(OBJEXT) \ 144 containers/maybe.$(OBJEXT) containers/pair.$(OBJEXT) \ 145 containers/result.$(OBJEXT) containers/vector.$(OBJEXT) \ 146 concurrency/coroutine.$(OBJEXT) concurrency/thread.$(OBJEXT) \ 147 concurrency/kernel.$(OBJEXT) concurrency/monitor.$(OBJEXT) \ 148 concurrency/mutex.$(OBJEXT) 149 am__objects_2 = prelude.$(OBJEXT) startup.$(OBJEXT) \ 150 interpose.$(OBJEXT) bits/debug.$(OBJEXT) assert.$(OBJEXT) \ 151 exception.$(OBJEXT) virtual.$(OBJEXT) heap.$(OBJEXT) \ 152 $(am__objects_1) \ 153 concurrency/CtxSwitch-@ARCHITECTURE@.$(OBJEXT) \ 154 concurrency/alarm.$(OBJEXT) concurrency/invoke.$(OBJEXT) \ 155 concurrency/preemption.$(OBJEXT) 156 am_libcfa_a_OBJECTS = $(am__objects_2) 157 libcfa_a_OBJECTS = $(am_libcfa_a_OBJECTS) 150 @BUILDLIB_TRUE@am__objects_1 = fstream.lo iostream.lo iterator.lo \ 151 @BUILDLIB_TRUE@ limits.lo rational.lo time.lo stdlib.lo \ 152 @BUILDLIB_TRUE@ common.lo containers/maybe.lo \ 153 @BUILDLIB_TRUE@ containers/pair.lo containers/result.lo \ 154 @BUILDLIB_TRUE@ containers/vector.lo concurrency/coroutine.lo \ 155 @BUILDLIB_TRUE@ concurrency/thread.lo concurrency/kernel.lo \ 156 @BUILDLIB_TRUE@ concurrency/monitor.lo concurrency/mutex.lo 157 @BUILDLIB_TRUE@am__objects_2 = startup.lo interpose.lo bits/debug.lo \ 158 @BUILDLIB_TRUE@ assert.lo exception.lo virtual.lo heap.lo \ 159 @BUILDLIB_TRUE@ $(am__objects_1) \ 160 @BUILDLIB_TRUE@ concurrency/CtxSwitch-@ARCHITECTURE@.lo \ 161 @BUILDLIB_TRUE@ concurrency/alarm.lo concurrency/invoke.lo \ 162 @BUILDLIB_TRUE@ concurrency/preemption.lo 163 am_libcfa_la_OBJECTS = prelude.lo $(am__objects_2) 164 libcfa_la_OBJECTS = $(am_libcfa_la_OBJECTS) 165 AM_V_lt = $(am__v_lt_@AM_V@) 166 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 167 am__v_lt_0 = --silent 168 am__v_lt_1 = 169 libcfa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 170 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 171 $(libcfa_la_LDFLAGS) $(LDFLAGS) -o $@ 158 172 AM_V_P = $(am__v_P_@AM_V@) 159 173 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) … … 169 183 am__v_at_1 = 170 184 DEFAULT_INCLUDES = -I.@am__isrc@ 171 depcomp = $(SHELL) $(top_srcdir)/ ./automake/depcomp185 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp 172 186 am__depfiles_maybe = depfiles 173 187 am__mv = mv -f 174 188 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 175 189 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) 190 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ 191 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \ 192 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 193 $(AM_CCASFLAGS) $(CCASFLAGS) 176 194 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@) 177 195 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@) … … 180 198 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 181 199 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 200 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 201 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 202 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 203 $(AM_CFLAGS) $(CFLAGS) 182 204 AM_V_CC = $(am__v_CC_@AM_V@) 183 205 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) … … 185 207 am__v_CC_1 = 186 208 CCLD = $(CC) 187 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 209 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 210 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 211 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 188 212 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 189 213 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 190 214 am__v_CCLD_0 = @echo " CCLD " $@; 191 215 am__v_CCLD_1 = 192 SOURCES = $(libcfa_ a_SOURCES)193 DIST_SOURCES = $( libcfa_a_SOURCES)216 SOURCES = $(libcfa_la_SOURCES) 217 DIST_SOURCES = $(am__libcfa_la_SOURCES_DIST) 194 218 am__can_run_installinfo = \ 195 219 case $$AM_UPDATE_INFO_DIR in \ … … 197 221 *) (install-info --version) >/dev/null 2>&1;; \ 198 222 esac 223 am__nobase_cfa_include_HEADERS_DIST = $(shell find $(srcdir)/stdhdr \ 224 -type f -printf "%p ") fstream.hfa iostream.hfa iterator.hfa \ 225 limits.hfa rational.hfa time.hfa stdlib.hfa common.hfa \ 226 containers/maybe.hfa containers/pair.hfa containers/result.hfa \ 227 containers/vector.hfa concurrency/coroutine.hfa \ 228 concurrency/thread.hfa concurrency/kernel.hfa \ 229 concurrency/monitor.hfa concurrency/mutex.hfa math.hfa gmp.hfa \ 230 time_t.hfa bits/align.hfa bits/containers.hfa bits/defs.hfa \ 231 bits/debug.hfa bits/locks.hfa concurrency/invoke.h 199 232 HEADERS = $(nobase_cfa_include_HEADERS) 200 233 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) … … 218 251 CTAGS = ctags 219 252 am__DIST_COMMON = $(srcdir)/../../src/cfa.make $(srcdir)/Makefile.in \ 220 $(top_srcdir)/ ./automake/depcomp253 $(top_srcdir)/automake/depcomp 221 254 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 255 VPATH = @srcdir@ :../prelude 222 256 ACLOCAL = @ACLOCAL@ 223 257 AMTAR = @AMTAR@ 224 258 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 259 AR = @AR@ 225 260 ARCHITECTURE = @ARCHITECTURE@ 226 261 ARCH_FLAGS = @ARCH_FLAGS@ … … 241 276 CFA_NAME = @CFA_NAME@ 242 277 CFA_PREFIX = @CFA_PREFIX@ 278 CFA_VERSION = @CFA_VERSION@ 243 279 CFLAGS = @CFLAGS@ 244 280 CONFIGURATION = @CONFIGURATION@ 281 CONFIG_BUILDLIB = @CONFIG_BUILDLIB@ 245 282 CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@ 246 283 CONFIG_CFLAGS = @CONFIG_CFLAGS@ 284 CPP = @CPP@ 247 285 CPPFLAGS = @CPPFLAGS@ 248 286 CXX = @CXX@ 287 CXXCPP = @CXXCPP@ 249 288 CXXDEPMODE = @CXXDEPMODE@ 250 289 CXXFLAGS = @CXXFLAGS@ … … 252 291 DEFS = @DEFS@ 253 292 DEPDIR = @DEPDIR@ 293 DLLTOOL = @DLLTOOL@ 254 294 DRIVER_DIR = @DRIVER_DIR@ 295 DSYMUTIL = @DSYMUTIL@ 296 DUMPBIN = @DUMPBIN@ 255 297 ECHO_C = @ECHO_C@ 256 298 ECHO_N = @ECHO_N@ 257 299 ECHO_T = @ECHO_T@ 300 EGREP = @EGREP@ 258 301 EXEEXT = @EXEEXT@ 302 FGREP = @FGREP@ 303 GREP = @GREP@ 259 304 INSTALL = @INSTALL@ 260 305 INSTALL_DATA = @INSTALL_DATA@ … … 262 307 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 263 308 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 309 LD = @LD@ 264 310 LDFLAGS = @LDFLAGS@ 265 311 LIBOBJS = @LIBOBJS@ 266 312 LIBS = @LIBS@ 313 LIBTOOL = @LIBTOOL@ 314 LIPO = @LIPO@ 315 LN_S = @LN_S@ 267 316 LTLIBOBJS = @LTLIBOBJS@ 317 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 268 318 MAKEINFO = @MAKEINFO@ 319 MANIFEST_TOOL = @MANIFEST_TOOL@ 269 320 MKDIR_P = @MKDIR_P@ 321 NM = @NM@ 322 NMEDIT = @NMEDIT@ 323 OBJDUMP = @OBJDUMP@ 270 324 OBJEXT = @OBJEXT@ 325 OTOOL = @OTOOL@ 326 OTOOL64 = @OTOOL64@ 271 327 PACKAGE = @PACKAGE@ 272 328 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ … … 278 334 PATH_SEPARATOR = @PATH_SEPARATOR@ 279 335 RANLIB = @RANLIB@ 336 SED = @SED@ 280 337 SET_MAKE = @SET_MAKE@ 281 338 SHELL = @SHELL@ … … 286 343 abs_top_builddir = @abs_top_builddir@ 287 344 abs_top_srcdir = @abs_top_srcdir@ 345 ac_ct_AR = @ac_ct_AR@ 288 346 ac_ct_CC = @ac_ct_CC@ 289 347 ac_ct_CXX = @ac_ct_CXX@ 348 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 290 349 am__include = @am__include@ 291 350 am__leading_dot = @am__leading_dot@ … … 294 353 am__untar = @am__untar@ 295 354 bindir = @bindir@ 355 build = @build@ 296 356 build_alias = @build_alias@ 357 build_cpu = @build_cpu@ 358 build_os = @build_os@ 359 build_vendor = @build_vendor@ 297 360 builddir = @builddir@ 298 361 datadir = @datadir@ … … 301 364 dvidir = @dvidir@ 302 365 exec_prefix = @exec_prefix@ 366 host = @host@ 303 367 host_alias = @host_alias@ 368 host_cpu = @host_cpu@ 369 host_os = @host_os@ 370 host_vendor = @host_vendor@ 304 371 htmldir = @htmldir@ 305 372 includedir = @includedir@ … … 328 395 329 396 # create object files in directory with source files 330 AUTOMAKE_OPTIONS = subdir-objects331 A RFLAGS = cr397 AUTOMAKE_OPTIONS = foreign subdir-objects 398 ACLOCAL_AMFLAGS = -I automake 332 399 CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 400 LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 401 $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \ 402 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) \ 403 $(AM_CFLAGS) $(CFLAGS) 404 333 405 AM_V_CFA = $(am__v_CFA_@AM_V@) 334 406 am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@) 335 407 am__v_CFA_0 = @echo " CFA " $@; 336 408 am__v_CFA_1 = 337 lib_LIBRARIES = libcfa.a 409 AM_V_JAVAC = $(am__v_JAVAC_@AM_V@) 410 am__v_JAVAC_ = $(am__v_JAVAC_@AM_DEFAULT_V@) 411 am__v_JAVAC_0 = @echo " JAVAC " $@; 412 am__v_JAVAC_1 = 413 AM_V_GOC = $(am__v_GOC_@AM_V@) 414 am__v_GOC_ = $(am__v_GOC_@AM_DEFAULT_V@) 415 am__v_GOC_0 = @echo " GOC " $@; 416 am__v_GOC_1 = 417 UPPCC = u++ 418 UPPCOMPILE = $(UPPCC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_UPPFLAGS) $(UPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_CFLAGS) $(CFLAGS) 419 AM_V_UPP = $(am__v_UPP_@AM_V@) 420 am__v_UPP_ = $(am__v_UPP_@AM_DEFAULT_V@) 421 am__v_UPP_0 = @echo " UPP " $@; 422 am__v_UPP_1 = 423 lib_LTLIBRARIES = libcfa.la 338 424 339 425 # AM_CFLAGS for all cfa source … … 341 427 # use -no-include-stdhdr to prevent rebuild cycles 342 428 # The built sources must not depend on the installed headers 343 AM_CFAFLAGS = -quiet -in-tree - imacros prelude.c -I$(srcdir)/stdhdr @CONFIG_CFAFLAGS@344 AM_CFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@429 AM_CFAFLAGS = -quiet -in-tree -I$(srcdir)/stdhdr @CONFIG_CFAFLAGS@ 430 AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@ 345 431 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@ 432 @BUILDLIB_FALSE@headers_nosrc = 346 433 347 434 #---------------------------------------------------------------------------------------------------------------- 348 435 349 436 # not all platforms support concurrency, add option do disable it 350 headers = fstream.hfa iostream.hfa iterator.hfa limits.hfa \ 351 rational.hfa time.hfa stdlib.hfa common.hfa \ 352 containers/maybe.hfa containers/pair.hfa containers/result.hfa \ 353 containers/vector.hfa concurrency/coroutine.hfa \ 354 concurrency/thread.hfa concurrency/kernel.hfa \ 355 concurrency/monitor.hfa concurrency/mutex.hfa 356 libobjs = ${headers:.hfa=.o} 437 @BUILDLIB_TRUE@headers_nosrc = math.hfa gmp.hfa time_t.hfa \ 438 @BUILDLIB_TRUE@ bits/align.hfa bits/containers.hfa \ 439 @BUILDLIB_TRUE@ bits/defs.hfa bits/debug.hfa bits/locks.hfa \ 440 @BUILDLIB_TRUE@ concurrency/invoke.h 441 @BUILDLIB_FALSE@headers = 442 @BUILDLIB_TRUE@headers = fstream.hfa iostream.hfa iterator.hfa \ 443 @BUILDLIB_TRUE@ limits.hfa rational.hfa time.hfa stdlib.hfa \ 444 @BUILDLIB_TRUE@ common.hfa containers/maybe.hfa \ 445 @BUILDLIB_TRUE@ containers/pair.hfa containers/result.hfa \ 446 @BUILDLIB_TRUE@ containers/vector.hfa concurrency/coroutine.hfa \ 447 @BUILDLIB_TRUE@ concurrency/thread.hfa concurrency/kernel.hfa \ 448 @BUILDLIB_TRUE@ concurrency/monitor.hfa concurrency/mutex.hfa 449 @BUILDLIB_FALSE@libsrc = 357 450 358 451 # not all platforms support concurrency, add option do disable it 359 libsrc = prelude.c startup.cfa interpose.cfa bits/debug.cfa assert.cfa \ 360 exception.c virtual.c heap.cfa ${headers:.hfa=.cfa} \ 361 concurrency/CtxSwitch-@ARCHITECTURE@.S concurrency/alarm.cfa \ 362 concurrency/invoke.c concurrency/preemption.cfa 363 libcfa_a_SOURCES = ${libsrc} 364 stdhdr = ${shell find ${srcdir}/stdhdr -type f -printf "%p "} 452 @BUILDLIB_TRUE@libsrc = startup.cfa interpose.cfa bits/debug.cfa \ 453 @BUILDLIB_TRUE@ assert.cfa exception.c virtual.c heap.cfa \ 454 @BUILDLIB_TRUE@ ${headers:.hfa=.cfa} \ 455 @BUILDLIB_TRUE@ concurrency/CtxSwitch-@ARCHITECTURE@.S \ 456 @BUILDLIB_TRUE@ concurrency/alarm.cfa concurrency/invoke.c \ 457 @BUILDLIB_TRUE@ concurrency/preemption.cfa 458 459 #---------------------------------------------------------------------------------------------------------------- 460 # add dependency to cfa-cpp so all libraries are rebuilt with new translator 461 #@CFACC@ @CFACPP@ prelude.cfa 462 463 # add dependency of cfa files 464 libobjs = $(addsuffix .lo, $(basename $(filter %.cfa,$(libsrc)))) 465 466 # .deps inclusion is not done automatically by automake for new languages 467 libdeps = $(join \ 468 $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \ 469 $(notdir ${libobjs:.lo=.Plo}) \ 470 ) 471 472 473 #---------------------------------------------------------------------------------------------------------------- 474 libcfa_la_SOURCES = prelude.cfa ${libsrc} 475 libcfa_la_LDFLAGS = -version-info @CFA_VERSION@ 476 stdhdr = $(shell find $(srcdir)/stdhdr -type f -printf "%p ") 365 477 cfa_includedir = $(CFA_INCDIR) 366 nobase_cfa_include_HEADERS = \ 367 ${headers} \ 368 ${stdhdr} \ 369 math.hfa \ 370 gmp.hfa \ 371 time_t.hfa \ 372 bits/align.hfa \ 373 bits/containers.hfa \ 374 bits/defs.hfa \ 375 bits/debug.hfa \ 376 bits/locks.hfa \ 377 concurrency/invoke.h 378 379 MOSTLYCLEANFILES = prelude.c 478 nobase_cfa_include_HEADERS = ${stdhdr} ${headers} ${headers_nosrc} 380 479 all: all-am 381 480 382 481 .SUFFIXES: 383 .SUFFIXES: .S .c .cfa . o .obj482 .SUFFIXES: .S .c .cfa .lo .o .obj 384 483 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../../src/cfa.make $(am__configure_deps) 385 484 @for dep in $?; do \ … … 412 511 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 413 512 $(am__aclocal_m4_deps): 414 install-libLIBRARIES: $(lib_LIBRARIES) 513 514 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 415 515 @$(NORMAL_INSTALL) 416 @list='$(lib_L IBRARIES)'; test -n "$(libdir)" || list=; \516 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 417 517 list2=; for p in $$list; do \ 418 518 if test -f $$p; then \ … … 423 523 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 424 524 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 425 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \ 426 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } 427 @$(POST_INSTALL) 428 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 525 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 526 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 527 } 528 529 uninstall-libLTLIBRARIES: 530 @$(NORMAL_UNINSTALL) 531 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 429 532 for p in $$list; do \ 430 if test -f $$p; then \ 431 $(am__strip_dir) \ 432 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \ 433 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \ 434 else :; fi; \ 533 $(am__strip_dir) \ 534 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 535 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 435 536 done 436 537 437 uninstall-libLIBRARIES: 438 @$(NORMAL_UNINSTALL) 439 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 440 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 441 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) 442 443 clean-libLIBRARIES: 444 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) 538 clean-libLTLIBRARIES: 539 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 540 @list='$(lib_LTLIBRARIES)'; \ 541 locs=`for p in $$list; do echo $$p; done | \ 542 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 543 sort -u`; \ 544 test -z "$$locs" || { \ 545 echo rm -f $${locs}; \ 546 rm -f $${locs}; \ 547 } 445 548 bits/$(am__dirstamp): 446 549 @$(MKDIR_P) bits … … 449 552 @$(MKDIR_P) bits/$(DEPDIR) 450 553 @: > bits/$(DEPDIR)/$(am__dirstamp) 451 bits/debug.$(OBJEXT): bits/$(am__dirstamp) \ 452 bits/$(DEPDIR)/$(am__dirstamp) 554 bits/debug.lo: bits/$(am__dirstamp) bits/$(DEPDIR)/$(am__dirstamp) 453 555 containers/$(am__dirstamp): 454 556 @$(MKDIR_P) containers … … 457 559 @$(MKDIR_P) containers/$(DEPDIR) 458 560 @: > containers/$(DEPDIR)/$(am__dirstamp) 459 containers/maybe. $(OBJEXT): containers/$(am__dirstamp) \561 containers/maybe.lo: containers/$(am__dirstamp) \ 460 562 containers/$(DEPDIR)/$(am__dirstamp) 461 containers/pair. $(OBJEXT): containers/$(am__dirstamp) \563 containers/pair.lo: containers/$(am__dirstamp) \ 462 564 containers/$(DEPDIR)/$(am__dirstamp) 463 containers/result. $(OBJEXT): containers/$(am__dirstamp) \565 containers/result.lo: containers/$(am__dirstamp) \ 464 566 containers/$(DEPDIR)/$(am__dirstamp) 465 containers/vector. $(OBJEXT): containers/$(am__dirstamp) \567 containers/vector.lo: containers/$(am__dirstamp) \ 466 568 containers/$(DEPDIR)/$(am__dirstamp) 467 569 concurrency/$(am__dirstamp): … … 471 573 @$(MKDIR_P) concurrency/$(DEPDIR) 472 574 @: > concurrency/$(DEPDIR)/$(am__dirstamp) 473 concurrency/coroutine. $(OBJEXT): concurrency/$(am__dirstamp) \575 concurrency/coroutine.lo: concurrency/$(am__dirstamp) \ 474 576 concurrency/$(DEPDIR)/$(am__dirstamp) 475 concurrency/thread. $(OBJEXT): concurrency/$(am__dirstamp) \577 concurrency/thread.lo: concurrency/$(am__dirstamp) \ 476 578 concurrency/$(DEPDIR)/$(am__dirstamp) 477 concurrency/kernel. $(OBJEXT): concurrency/$(am__dirstamp) \579 concurrency/kernel.lo: concurrency/$(am__dirstamp) \ 478 580 concurrency/$(DEPDIR)/$(am__dirstamp) 479 concurrency/monitor. $(OBJEXT): concurrency/$(am__dirstamp) \581 concurrency/monitor.lo: concurrency/$(am__dirstamp) \ 480 582 concurrency/$(DEPDIR)/$(am__dirstamp) 481 concurrency/mutex. $(OBJEXT): concurrency/$(am__dirstamp) \583 concurrency/mutex.lo: concurrency/$(am__dirstamp) \ 482 584 concurrency/$(DEPDIR)/$(am__dirstamp) 483 concurrency/CtxSwitch-@ARCHITECTURE@.$(OBJEXT): \ 484 concurrency/$(am__dirstamp) \ 585 concurrency/CtxSwitch-@ARCHITECTURE@.lo: concurrency/$(am__dirstamp) \ 485 586 concurrency/$(DEPDIR)/$(am__dirstamp) 486 concurrency/alarm. $(OBJEXT): concurrency/$(am__dirstamp) \587 concurrency/alarm.lo: concurrency/$(am__dirstamp) \ 487 588 concurrency/$(DEPDIR)/$(am__dirstamp) 488 concurrency/invoke. $(OBJEXT): concurrency/$(am__dirstamp) \589 concurrency/invoke.lo: concurrency/$(am__dirstamp) \ 489 590 concurrency/$(DEPDIR)/$(am__dirstamp) 490 concurrency/preemption. $(OBJEXT): concurrency/$(am__dirstamp) \591 concurrency/preemption.lo: concurrency/$(am__dirstamp) \ 491 592 concurrency/$(DEPDIR)/$(am__dirstamp) 492 593 493 libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES) 494 $(AM_V_at)-rm -f libcfa.a 495 $(AM_V_AR)$(libcfa_a_AR) libcfa.a $(libcfa_a_OBJECTS) $(libcfa_a_LIBADD) 496 $(AM_V_at)$(RANLIB) libcfa.a 594 libcfa.la: $(libcfa_la_OBJECTS) $(libcfa_la_DEPENDENCIES) $(EXTRA_libcfa_la_DEPENDENCIES) 595 $(AM_V_CCLD)$(libcfa_la_LINK) -rpath $(libdir) $(libcfa_la_OBJECTS) $(libcfa_la_LIBADD) $(LIBS) 497 596 498 597 mostlyclean-compile: 499 598 -rm -f *.$(OBJEXT) 500 599 -rm -f bits/*.$(OBJEXT) 600 -rm -f bits/*.lo 501 601 -rm -f concurrency/*.$(OBJEXT) 602 -rm -f concurrency/*.lo 502 603 -rm -f containers/*.$(OBJEXT) 604 -rm -f containers/*.lo 503 605 504 606 distclean-compile: 505 607 -rm -f *.tab.c 506 608 507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Po@am__quote@ 508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prelude.Po@am__quote@ 509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtual.Po@am__quote@ 510 @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/CtxSwitch-@ARCHITECTURE@.Po@am__quote@ 511 @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/invoke.Po@am__quote@ 609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@ 610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virtual.Plo@am__quote@ 611 @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/CtxSwitch-@ARCHITECTURE@.Plo@am__quote@ 612 @AMDEP_TRUE@@am__include@ @am__quote@concurrency/$(DEPDIR)/invoke.Plo@am__quote@ 512 613 513 614 .S.o: … … 527 628 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 528 629 630 .S.lo: 631 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 632 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 633 @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 634 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 635 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 636 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $< 637 529 638 .c.o: 530 639 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ … … 542 651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 543 652 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 653 654 .c.lo: 655 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 656 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 657 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 658 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 660 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 661 662 mostlyclean-libtool: 663 -rm -f *.lo 664 665 clean-libtool: 666 -rm -rf .libs _libs 667 -rm -rf bits/.libs bits/_libs 668 -rm -rf concurrency/.libs concurrency/_libs 669 -rm -rf containers/.libs containers/_libs 544 670 install-nobase_cfa_includeHEADERS: $(nobase_cfa_include_HEADERS) 545 671 @$(NORMAL_INSTALL) … … 651 777 check-am: all-am 652 778 check: check-am 653 all-am: Makefile $(L IBRARIES) $(HEADERS)779 all-am: Makefile $(LTLIBRARIES) $(HEADERS) 654 780 installdirs: 655 781 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(cfa_includedir)"; do \ … … 676 802 fi 677 803 mostlyclean-generic: 678 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)679 804 680 805 clean-generic: … … 695 820 clean: clean-am 696 821 697 clean-am: clean-generic clean-libLIBRARIES mostlyclean-am 822 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 823 mostlyclean-am 698 824 699 825 distclean: distclean-am … … 721 847 install-dvi-am: 722 848 723 install-exec-am: install-libL IBRARIES849 install-exec-am: install-libLTLIBRARIES 724 850 725 851 install-html: install-html-am … … 751 877 mostlyclean: mostlyclean-am 752 878 753 mostlyclean-am: mostlyclean-compile mostlyclean-generic 879 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 880 mostlyclean-libtool 754 881 755 882 pdf: pdf-am … … 761 888 ps-am: 762 889 763 uninstall-am: uninstall-libL IBRARIES \890 uninstall-am: uninstall-libLTLIBRARIES \ 764 891 uninstall-nobase_cfa_includeHEADERS 765 892 … … 767 894 768 895 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 769 clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \ 770 distclean-compile distclean-generic distclean-tags distdir dvi \ 771 dvi-am html html-am info info-am install install-am \ 772 install-data install-data-am install-dvi install-dvi-am \ 773 install-exec install-exec-am install-html install-html-am \ 774 install-info install-info-am install-libLIBRARIES install-man \ 896 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ 897 ctags-am distclean distclean-compile distclean-generic \ 898 distclean-libtool distclean-tags distdir dvi dvi-am html \ 899 html-am info info-am install install-am install-data \ 900 install-data-am install-dvi install-dvi-am install-exec \ 901 install-exec-am install-html install-html-am install-info \ 902 install-info-am install-libLTLIBRARIES install-man \ 775 903 install-nobase_cfa_includeHEADERS install-pdf install-pdf-am \ 776 904 install-ps install-ps-am install-strip installcheck \ 777 905 installcheck-am installdirs maintainer-clean \ 778 906 maintainer-clean-generic maintainer-clean-local mostlyclean \ 779 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am\780 tags tags-am uninstall uninstall-am uninstall-libLIBRARIES\781 uninstall- nobase_cfa_includeHEADERS907 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 908 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 909 uninstall-libLTLIBRARIES uninstall-nobase_cfa_includeHEADERS 782 910 783 911 .PRECIOUS: Makefile 784 912 785 913 786 .cfa.o: $(CFACC) $(CFACPP)914 .cfa.o: 787 915 $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 788 916 $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 789 917 $(am__mv) $$depbase.Tpo $$depbase.Po 790 918 791 #---------------------------------------------------------------------------------------------------------------- 792 # add dependency to cfa-cpp so all libraries are rebuilt with new translator 793 ${libobjs} : ${cfalib_DATA} 919 .cfa.lo: 920 $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 921 $(LTCFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 922 $(am__mv) $$depbase.Tpo $$depbase.Plo 923 $(libobjs) : @CFACC@ @CFACPP@ prelude.cfa 924 925 -include $(libdeps) 926 927 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@ 928 ${AM_V_GEN}@CFACC@ ${AM_CFLAGS} ${CFLAGS} -quiet -in-tree @CONFIG_CFAFLAGS@ -XCFA -l ${<} -c -o ${@} 929 930 prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@ 931 ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \ 932 @CFACC@ ${AM_CFLAGS} ${CFLAGS} -quiet -in-tree @CONFIG_CFAFLAGS@ -XCFA -l ${<} -c -o ${@} 794 933 795 934 #---------------------------------------------------------------------------------------------------------------- … … 797 936 -rm -rf ${CFA_INCDIR} ${CFA_LIBDIR} 798 937 938 # $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 939 # $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 940 # $(am__mv) $$depbase.Tpo $$depbase.Po 941 799 942 # Tell versions [3.59,3.63) of GNU make to not export all variables. 800 943 # Otherwise a system limit (for SysV at least) may be exceeded.
Note:
See TracChangeset
for help on using the changeset viewer.