2 # Copyright (C) Igor Sysoev
5 NGX_MAKEFILE=$NGX_OBJS/Makefile
6 NGX_MODULES_C=$NGX_OBJS/ngx_modules.c
8 NGX_AUTO_HEADERS_H=$NGX_OBJS/ngx_auto_headers.h
9 NGX_AUTO_CONFIG_H=$NGX_OBJS/ngx_auto_config.h
11 NGX_AUTOTEST=$NGX_OBJS/autotest
12 NGX_AUTOCONF_ERR=$NGX_OBJS/autoconf.err
15 NGX_ERR=$NGX_OBJS/autoconf.err
16 MAKEFILE=$NGX_OBJS/Makefile
23 # check the echo's "-n" option and "\c" capability
25 if echo "test\c" | grep c >/dev/null; then
27 if echo -n test | grep n >/dev/null; then
49 rm -rf Makefile $NGX_OBJS