Changes in tests/Makefile.in [954821df:7215000]
- File:
-
- 1 edited
-
tests/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.in
r954821df r7215000 355 355 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 356 356 ACLOCAL_AMFLAGS = -I automake 357 AM_T_CFA = $(am__t_CFA_@AM_T@) 358 am__t_CFA_ = 359 am__t_CFA_0 = 360 am__t_CFA_1 = /usr/bin/time --quiet -f "$@ %E" # trailling space is necessary 361 CFACOMPILE = $(AM_T_CFA)$(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 362 LTCFACOMPILE = $(AM_T_CFA)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 357 CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 358 LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 363 359 $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \ 364 360 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(AM_CFLAGS) $(CFAFLAGS) $(CFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.