1 AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 2 3 bin_PROGRAMS = stress 4 stress_SOURCES = stress.c 5 stress_MANS = stress.1 6 stress_LDADD = -lm