build: sort source files
This commit is contained in:
parent
effa3b65b1
commit
c733cb807d
@ -27,18 +27,18 @@ LINKFLAGS=-lm
|
||||
CPPFLAGS += -D_LARGEFILE_SOURCE
|
||||
CPPFLAGS += -D_FILE_OFFSET_BITS=64
|
||||
|
||||
OBJS += src/unix/cares.o
|
||||
OBJS += src/unix/core.o
|
||||
OBJS += src/unix/dl.o
|
||||
OBJS += src/unix/fs.o
|
||||
OBJS += src/unix/cares.o
|
||||
OBJS += src/unix/udp.o
|
||||
OBJS += src/unix/error.o
|
||||
OBJS += src/unix/thread.o
|
||||
OBJS += src/unix/process.o
|
||||
OBJS += src/unix/tcp.o
|
||||
OBJS += src/unix/fs.o
|
||||
OBJS += src/unix/pipe.o
|
||||
OBJS += src/unix/tty.o
|
||||
OBJS += src/unix/process.o
|
||||
OBJS += src/unix/stream.o
|
||||
OBJS += src/unix/tcp.o
|
||||
OBJS += src/unix/thread.o
|
||||
OBJS += src/unix/tty.o
|
||||
OBJS += src/unix/udp.o
|
||||
|
||||
ifeq (SunOS,$(uname_S))
|
||||
EV_CONFIG=config_sunos.h
|
||||
|
||||
26
uv.gyp
26
uv.gyp
@ -180,28 +180,28 @@
|
||||
'include/uv-private/ev.h',
|
||||
'include/uv-private/ngx-queue.h',
|
||||
'include/uv-private/uv-unix.h',
|
||||
'src/unix/core.c',
|
||||
'src/unix/uv-eio.c',
|
||||
'src/unix/uv-eio.h',
|
||||
'src/unix/fs.c',
|
||||
'src/unix/udp.c',
|
||||
'src/unix/tcp.c',
|
||||
'src/unix/pipe.c',
|
||||
'src/unix/tty.c',
|
||||
'src/unix/stream.c',
|
||||
'src/unix/cares.c',
|
||||
'src/unix/core.c',
|
||||
'src/unix/dl.c',
|
||||
'src/unix/error.c',
|
||||
'src/unix/thread.c',
|
||||
'src/unix/process.c',
|
||||
'src/unix/internal.h',
|
||||
'src/unix/eio/ecb.h',
|
||||
'src/unix/eio/eio.c',
|
||||
'src/unix/eio/xthread.h',
|
||||
'src/unix/error.c',
|
||||
'src/unix/ev/ev.c',
|
||||
'src/unix/ev/ev_vars.h',
|
||||
'src/unix/ev/ev_wrap.h',
|
||||
'src/unix/ev/event.h',
|
||||
'src/unix/fs.c',
|
||||
'src/unix/internal.h',
|
||||
'src/unix/pipe.c',
|
||||
'src/unix/process.c',
|
||||
'src/unix/stream.c',
|
||||
'src/unix/tcp.c',
|
||||
'src/unix/thread.c',
|
||||
'src/unix/tty.c',
|
||||
'src/unix/udp.c',
|
||||
'src/unix/uv-eio.c',
|
||||
'src/unix/uv-eio.h',
|
||||
],
|
||||
'include_dirs': [ 'src/unix/ev', ],
|
||||
'libraries': [ '-lm' ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user