Changeset 954821df for longrun_tests
- Timestamp:
- Aug 4, 2020, 1:00:16 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c44d652
- Parents:
- 71dfe49
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
longrun_tests/Makefile.in
r71dfe49 r954821df 483 483 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 484 484 ACLOCAL_AMFLAGS = -I automake 485 CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 486 LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 485 AM_T_CFA = $(am__t_CFA_@AM_T@) 486 am__t_CFA_ = 487 am__t_CFA_0 = 488 am__t_CFA_1 = /usr/bin/time --quiet -f "$@ %E" # trailling space is necessary 489 CFACOMPILE = $(AM_T_CFA)$(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 490 LTCFACOMPILE = $(AM_T_CFA)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 487 491 $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \ 488 492 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(AM_CFLAGS) $(CFAFLAGS) $(CFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.