1 # Acess2 POSIX Emulation
\r
4 -include ../Makefile.cfg
\r
7 CFLAGS += -Werror -Wextra
\r
9 LDFLAGS += -soname libposix.so -Map map.txt -lc
\r
11 OBJ = main.o unistd.o dirent.o stat.o utmpx.o termios.o
\r
13 DEPFILES := $(OBJ:%.o=%.d)
\r
16 include ../Makefile.tpl
\r