Changeset 575a6e5 for libcfa/src
- Timestamp:
- Aug 9, 2018, 11:07:05 AM (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:
- 7a7ab42
- Parents:
- a5121bf
- Location:
- libcfa/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
ra5121bf r575a6e5 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 -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@ 30 AM_CFAFLAGS = -quiet -in-tree -imacros prelude.c -I$(srcdir)/stdhdr @CONFIG_CFAFLAGS@ 31 AM_CFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@ 32 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@ 33 33 CFACC = @CFACC@ 34 34 -
libcfa/src/Makefile.in
ra5121bf r575a6e5 243 243 CFLAGS = @CFLAGS@ 244 244 CONFIGURATION = @CONFIGURATION@ 245 CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@ 246 CONFIG_CFLAGS = @CONFIG_CFLAGS@ 245 247 CPPFLAGS = @CPPFLAGS@ 246 248 CXX = @CXX@ … … 339 341 # use -no-include-stdhdr to prevent rebuild cycles 340 342 # The built sources must not depend on the installed headers 341 AM_CFAFLAGS = -quiet -in-tree -imacros prelude.c -I$(srcdir)/stdhdr 342 AM_CFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ 343 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ 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@ 345 AM_CCASFLAGS = -g -Wall -Wno-unused-function @ARCH_FLAGS@ @CONFIG_CFLAGS@ 344 346 345 347 #----------------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.