comparison auto/sources @ 1770:de50296a1ba1

add missed dependences
author Igor Sysoev <igor@sysoev.ru>
date Sat, 22 Dec 2007 10:32:00 +0000
parents 0b592a68aade
children 775edc46ee66
comparison
equal deleted inserted replaced
1769:a35bc4007ec3 1770:de50296a1ba1
176 src/os/unix/ngx_user.c \ 176 src/os/unix/ngx_user.c \
177 src/os/unix/ngx_process_cycle.c" 177 src/os/unix/ngx_process_cycle.c"
178 178
179 POSIX_DEPS=src/os/unix/ngx_posix_config.h 179 POSIX_DEPS=src/os/unix/ngx_posix_config.h
180 180
181 FREEBSD_DEPS=src/os/unix/ngx_freebsd_config.h 181 FREEBSD_DEPS="src/os/unix/ngx_freebsd_config.h src/os/unix/ngx_freebsd.h"
182 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c 182 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c
183 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c 183 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c
184 FREEBSD_RFORK_DEPS="src/os/unix/ngx_freebsd_rfork_thread.h" 184 FREEBSD_RFORK_DEPS="src/os/unix/ngx_freebsd_rfork_thread.h"
185 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c" 185 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c"
186 FREEBSD_RFORK_THREAD_SRCS="src/os/unix/rfork_thread.S" 186 FREEBSD_RFORK_THREAD_SRCS="src/os/unix/rfork_thread.S"
187 187
188 PTHREAD_SRCS="src/os/unix/ngx_pthread_thread.c" 188 PTHREAD_SRCS="src/os/unix/ngx_pthread_thread.c"
189 189
190 LINUX_DEPS=src/os/unix/ngx_linux_config.h 190 LINUX_DEPS="src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h"
191 LINUX_SRCS=src/os/unix/ngx_linux_init.c 191 LINUX_SRCS=src/os/unix/ngx_linux_init.c
192 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c 192 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c
193 193
194 194
195 SOLARIS_DEPS=src/os/unix/ngx_solaris_config.h 195 SOLARIS_DEPS="src/os/unix/ngx_solaris_config.h src/os/unix/ngx_solaris.h"
196 SOLARIS_SRCS=src/os/unix/ngx_solaris_init.c 196 SOLARIS_SRCS=src/os/unix/ngx_solaris_init.c
197 SOLARIS_SENDFILEV_SRCS=src/os/unix/ngx_solaris_sendfilev_chain.c 197 SOLARIS_SENDFILEV_SRCS=src/os/unix/ngx_solaris_sendfilev_chain.c
198 198
199 199
200 WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32" 200 WIN32_INCS="$CORE_INCS $EVENT_INCS src/os/win32"