1 ## Makefile.am 2 3 if LINUX 4 AM_CPPFLAGS = -I./include 5 AM_CFLAGS = -Wall 6 sbin_PROGRAMS = f2fs_io 7 f2fs_io_SOURCES = f2fs_io.c 8 endif 9