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