[go: up one dir, main page]

Menu

[dc7c28]: / lib / Makefile.common  Maximize  Restore  History

Download this file

18 lines (16 with data), 459 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
LIB_OBJECTS = \
../io/diskqueue.$(OBJEXT) \
../io/wfs_file.$(OBJEXT) \
../io/ufs_file.$(OBJEXT) \
../io/syscall_file.$(OBJEXT) \
../io/simdisk_file.$(OBJEXT) \
../io/mmap_file.$(OBJEXT) \
../io/wincall_file.$(OBJEXT) \
../io/boostfd_file.$(OBJEXT) \
../io/iostats.$(OBJEXT) \
../mng/mng.$(OBJEXT) \
../algo/async_schedule.$(OBJEXT) \
../common/log.$(OBJEXT) \
../common/debug.$(OBJEXT) \
../common/rand.$(OBJEXT) \
../common/version.$(OBJEXT)