Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/Makefile.am

    r2086ab2 ra5b7905  
    2424repeats  = 30
    2525TIME_FORMAT = "%E"
    26 PRINT_FORMAT = %20s: #Comments needed for spacing
     26PRINT_FORMAT = '%20s\t'
    2727
    2828.NOTPARALLEL:
     
    217217
    218218compile-array$(EXEEXT):
    219         @${CC} -nodebug -quiet -fsyntax-only -w ../tests/array.c                @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     219        @${CC} -nodebug -quiet -fsyntax-only -w ../tests/array.c
    220220
    221221compile-attributes$(EXEEXT):
    222         @${CC} -nodebug -quiet -fsyntax-only -w ../tests/attributes.c   @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     222        @${CC} -nodebug -quiet -fsyntax-only -w ../tests/attributes.c
    223223
    224224compile-empty$(EXEEXT):
    225         @${CC} -nodebug -quiet -fsyntax-only -w compile/empty.c         @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     225        @${CC} -nodebug -quiet -fsyntax-only -w compile/empty.c
    226226
    227227compile-expression$(EXEEXT):
    228         @${CC} -nodebug -quiet -fsyntax-only -w ../tests/expression.c   @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     228        @${CC} -nodebug -quiet -fsyntax-only -w ../tests/expression.c
    229229
    230230compile-io$(EXEEXT):
    231         @${CC} -nodebug -quiet -fsyntax-only -w ../tests/io.c                   @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     231        @${CC} -nodebug -quiet -fsyntax-only -w ../tests/io.c
    232232
    233233compile-monitor$(EXEEXT):
    234         @${CC} -nodebug -quiet -fsyntax-only -w ../tests/monitor.c              @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     234        @${CC} -nodebug -quiet -fsyntax-only -w ../tests/monitor.c
    235235
    236236compile-operators$(EXEEXT):
    237         @${CC} -nodebug -quiet -fsyntax-only -w ../tests/operators.c    @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     237        @${CC} -nodebug -quiet -fsyntax-only -w ../tests/operators.c
    238238
    239239compile-thread$(EXEEXT):
    240         @${CC} -nodebug -quiet -fsyntax-only -w ../tests/thread.c               @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
     240        @${CC} -nodebug -quiet -fsyntax-only -w ../tests/thread.c
    241241
    242242compile-typeof$(EXEEXT):
    243         @${CC} -nodebug -quiet -fsyntax-only -w ../tests/typeof.c               @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags}
    244 
     243        @${CC} -nodebug -quiet -fsyntax-only -w ../tests/typeof.c
     244
Note: See TracChangeset for help on using the changeset viewer.