- Timestamp:
- Aug 7, 2018, 3:23:34 PM (6 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:
- 575a6e5
- Parents:
- 524ed86
- Location:
- libcfa
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r524ed86 ra5121bf 2584 2584 2585 2585 if test "$libdir" = '${exec_prefix}/lib'; then 2586 cfa_libdir="${cfa_prefix}/lib/${cfa_name}/${ARCHITECTURE}${CONFIGURATION}" 2586 if test "${ARCHITECTURE}" != ""; then 2587 cfa_libdir="${cfa_prefix}/lib/${cfa_name}/${ARCHITECTURE}-${CONFIGURATION}/" 2588 else 2589 cfa_libdir="${cfa_prefix}/lib/${cfa_name}/" 2590 fi 2587 2591 else 2588 2592 cfa_libdir="${libdir}/${ARCHITECTURE}${CONFIGURATION}" -
libcfa/src/Makefile.am
r524ed86 ra5121bf 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 -in-tree - B@DRIVER_DIR@ -XCFA --prelude-dir=$(top_builddir)/prelude -imacros prelude.c -I$(srcdir)/stdhdr30 AM_CFAFLAGS = -quiet -in-tree -imacros prelude.c -I$(srcdir)/stdhdr 31 31 AM_CFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ 32 32 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ -
libcfa/src/Makefile.in
r524ed86 ra5121bf 339 339 # use -no-include-stdhdr to prevent rebuild cycles 340 340 # The built sources must not depend on the installed headers 341 AM_CFAFLAGS = -quiet -in-tree - B@DRIVER_DIR@ -XCFA --prelude-dir=$(top_builddir)/prelude -imacros prelude.c -I$(srcdir)/stdhdr341 AM_CFAFLAGS = -quiet -in-tree -imacros prelude.c -I$(srcdir)/stdhdr 342 342 AM_CFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ 343 343 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@
Note: See TracChangeset
for help on using the changeset viewer.