Home
last modified time | relevance | path

Searched refs:LIB (Results 1 – 16 of 16) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A DMakefile29 LIB-SRCS := libvhd.c
30 LIB-SRCS += libvhd-journal.c
33 LIB-SRCS += vhd-util-fill.c
35 LIB-SRCS += vhd-util-query.c
36 LIB-SRCS += vhd-util-read.c
42 LIB-SRCS += vhd-util-scan.c
44 LIB-SRCS += vhd-util-uuid.c
46 LIB-SRCS += atomicio.c
48 LIB-OBJS = $(patsubst %.c,%.o,$(LIB-SRCS))
51 LIB-PICOBJS = $(patsubst %.o,%.opic,$(LIB-OBJS))
[all …]
/xen-4.10.0-shim-comet/tools/memshr/
A DMakefile13 LIB-SRCS := interface.c
14 LIB-SRCS += shm.c
15 LIB-SRCS += bidir-daemon.c
16 LIB-SRCS += bidir-hash.c
18 LIB-OBJS := interface.o
19 LIB-OBJS += shm.o
20 LIB-OBJS += bidir-daemon.o
21 LIB-OBJS += bidir-hash-fgprtshr.o
22 LIB-OBJS += bidir-hash-blockshr.o
34 libmemshr.a: $(LIB-OBJS)
/xen-4.10.0-shim-comet/tools/libs/toollog/
A DMakefile17 LIB := libxentoollog.a macro
19 LIB += libxentoollog.so
46 libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
87 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) $(LIB_OBJS) $(PIC_OBJS)
/xen-4.10.0-shim-comet/tools/libfsimage/common/
A DMakefile18 LIB = libfsimage.so libfsimage.so.$(MAJOR) libfsimage.so.$(MAJOR).$(MINOR) macro
21 all: $(LIB)
44 rm -f $(LIB)
/xen-4.10.0-shim-comet/tools/libs/devicemodel/
A DMakefile24 LIB := libxendevicemodel.a macro
26 LIB += libxendevicemodel.so
54 libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
95 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) $(LIB_OBJS) $(PIC_OBJS)
/xen-4.10.0-shim-comet/tools/libs/foreignmemory/
A DMakefile22 LIB := libxenforeignmemory.a macro
24 LIB += libxenforeignmemory.so
52 libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
93 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) $(LIB_OBJS) $(PIC_OBJS)
/xen-4.10.0-shim-comet/tools/libs/gnttab/
A DMakefile24 LIB := libxengnttab.a macro
26 LIB += libxengnttab.so
54 libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
95 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) $(LIB_OBJS) $(PIC_OBJS)
/xen-4.10.0-shim-comet/tools/libs/toolcore/
A DMakefile17 LIB := libxentoolcore.a macro
19 LIB += libxentoolcore.so
48 libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
96 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) $(LIB_OBJS) $(PIC_OBJS)
/xen-4.10.0-shim-comet/tools/libs/call/
A DMakefile22 LIB := libxencall.a macro
24 LIB += libxencall.so
52 libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
93 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) $(LIB_OBJS) $(PIC_OBJS)
/xen-4.10.0-shim-comet/tools/libs/evtchn/
A DMakefile22 LIB := libxenevtchn.a macro
24 LIB += libxenevtchn.so
51 libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
92 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) $(LIB_OBJS) $(PIC_OBJS)
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/
A DMakefile24 LIB=src/libxenstat.a macro
57 all: $(LIB) $(SHLIB) $(SHLIB_LINKS) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
61 $(LIB): $(OBJECTS-y)
78 $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)/libxenstat.a
180 rm -f $(LIB) $(SHLIB) $(SHLIB_LINKS) $(OBJECTS-y) \
/xen-4.10.0-shim-comet/tools/libxc/
A DMakefile135 LIB := libxenctrl.a macro
137 LIB += libxenctrl.so libxenctrl.so.$(MAJOR) libxenctrl.so.$(MAJOR).$(MINOR)
140 LIB += libxenguest.a
142 LIB += libxenguest.so libxenguest.so.$(MAJOR) libxenguest.so.$(MAJOR).$(MINOR)
187 libs: $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
228 rm -rf *.rpm $(LIB) *~ $(DEPS_RM) \
/xen-4.10.0-shim-comet/tools/blktap2/
A DMakefile15 rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS_RM) TAGS
/xen-4.10.0-shim-comet/tools/xenpaging/
A DMakefile35 rm -f *.o *~ $(DEPS_RM) xen TAGS $(IBINS) $(LIB)
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A DMakefile112 rm -rf .*.d *.o *~ xen TAGS $(IBIN) $(LIB) $(LOCK_UTIL) $(QCOW_UTIL)
/xen-4.10.0-shim-comet/
A D.rootkeys648 428d0d82EdPp1TqJBembLgyB1y413w tools/ioemu/COPYING.LIB

Completed in 19 milliseconds