Changeset 37fe352 for libcfa/src/Makefile.am
- Timestamp:
- Aug 5, 2018, 4:11:41 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 28582b2
- Parents:
- 4dcaed2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
r4dcaed2 r37fe352 28 28 # use -no-include-stdhdr to prevent rebuild cycles 29 29 # The built sources must not depend on the installed headers 30 AM_CFAFLAGS = -quiet -no-include-stdhdr -XCFA -t -B@DRIVER_DIR@ -XCFA --prelude-dir=$(top_builddir)/prelude -imacros prelude.c -I$(srcdir)/stdhdr 31 AM_CFLAGS = -g -Wall -Wno-unused-function 30 AM_CFAFLAGS = -quiet -in-tree -B@DRIVER_DIR@ -XCFA --prelude-dir=$(top_builddir)/prelude -imacros prelude.c -I$(srcdir)/stdhdr 31 AM_CFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ 32 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ 32 33 CFACC = @CFACC@ 33 34 … … 43 44 44 45 # not all platforms support concurrency, add option do disable it 45 libsrc += concurrency/CtxSwitch-@ host_cpu@.S concurrency/alarm.cfa concurrency/invoke.c concurrency/preemption.cfa46 libsrc += concurrency/CtxSwitch-@ARCHITECTURE@.S concurrency/alarm.cfa concurrency/invoke.c concurrency/preemption.cfa 46 47 47 48 # extensionless header files are overridden by -o flag in default makerule => explicitly override default rule to silently do nothing
Note: See TracChangeset
for help on using the changeset viewer.