Changeset 2b3d6ff
- Timestamp:
 - Sep 26, 2018, 11:56:32 AM (7 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
 - Children:
 - 084520f, 1f690b3, 43fa66e
 - Parents:
 - 2725882
 - Location:
 - libcfa
 - Files:
 - 
      
- 4 edited
 
- 
          
  configure (modified) (1 diff)
 - 
          
  configure.ac (modified) (1 diff)
 - 
          
  src/Makefile.am (modified) (1 diff)
 - 
          
  src/Makefile.in (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/configure
r2725882 r2b3d6ff 2926 2926 # don't use the default CFLAGS as they unconditonnaly add -O2 2927 2927 : ${CFLAGS=""} 2928 2929 # define this to override 2930 AR_FLAGS="cr" 2928 2931 2929 2932 # Allow program name tansformation  - 
      
libcfa/configure.ac
r2725882 r2b3d6ff 14 14 # don't use the default CFLAGS as they unconditonnaly add -O2 15 15 : ${CFLAGS=""} 16 17 # define this to override 18 AR_FLAGS="cr" 16 19 17 20 # Allow program name tansformation  - 
      
libcfa/src/Makefile.am
r2725882 r2b3d6ff 18 18 AUTOMAKE_OPTIONS = foreign subdir-objects 19 19 ACLOCAL_AMFLAGS = -I automake 20 ARFLAGS = cr21 20 22 21 include $(srcdir)/../../src/cfa.make  - 
      
libcfa/src/Makefile.in
r2725882 r2b3d6ff 397 397 AUTOMAKE_OPTIONS = foreign subdir-objects 398 398 ACLOCAL_AMFLAGS = -I automake 399 ARFLAGS = cr400 399 CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 401 400 LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.