2 # Copyright (C) Igor Sysoev
3 # Copyright (C) Nginx, Inc.
6 NGX_MAKEFILE=$NGX_OBJS/Makefile
7 NGX_MODULES_C=$NGX_OBJS/ngx_modules.c
9 NGX_AUTO_HEADERS_H=$NGX_OBJS/ngx_auto_headers.h
10 NGX_AUTO_CONFIG_H=$NGX_OBJS/ngx_auto_config.h
12 NGX_AUTOTEST=$NGX_OBJS/autotest
13 NGX_AUTOCONF_ERR=$NGX_OBJS/autoconf.err
16 NGX_ERR=$NGX_OBJS/autoconf.err
17 MAKEFILE=$NGX_OBJS/Makefile
24 # check the echo's "-n" option and "\c" capability
26 if echo "test\c" | grep c >/dev/null; then
28 if echo -n test | grep n >/dev/null; then
50 rm -rf Makefile $NGX_OBJS