mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
27 lines
313 B
Plaintext
Executable File
27 lines
313 B
Plaintext
Executable File
|
|
. auto/options
|
|
. auto/init
|
|
. auto/sources
|
|
|
|
test -d $OBJS || mkdir $OBJS
|
|
echo > $NGX_AUTO_CONFIG_H
|
|
|
|
if [ "$PLATFORM" != win32 ]; then
|
|
. auto/headers
|
|
fi
|
|
|
|
. auto/os/conf
|
|
. auto/modules
|
|
|
|
. auto/cc
|
|
. auto/lib/conf
|
|
|
|
. auto/make
|
|
. auto/lib/make
|
|
|
|
if [ "$PLATFORM" != win32 ]; then
|
|
. auto/unix
|
|
fi
|
|
|
|
. auto/summary
|