Lines Matching refs:LIB
29 LIB-SRCS := libvhd.c
30 LIB-SRCS += libvhd-journal.c
31 LIB-SRCS += vhd-util-coalesce.c
32 LIB-SRCS += vhd-util-create.c
33 LIB-SRCS += vhd-util-fill.c
34 LIB-SRCS += vhd-util-modify.c
35 LIB-SRCS += vhd-util-query.c
36 LIB-SRCS += vhd-util-read.c
37 LIB-SRCS += vhd-util-repair.c
38 LIB-SRCS += vhd-util-resize.c
39 LIB-SRCS += vhd-util-revert.c
40 LIB-SRCS += vhd-util-set-field.c
41 LIB-SRCS += vhd-util-snapshot.c
42 LIB-SRCS += vhd-util-scan.c
43 LIB-SRCS += vhd-util-check.c
44 LIB-SRCS += vhd-util-uuid.c
45 LIB-SRCS += relative-path.c
46 LIB-SRCS += atomicio.c
48 LIB-OBJS = $(patsubst %.c,%.o,$(LIB-SRCS))
49 LIB-OBJS += $(LVM-UTIL-OBJ)
51 LIB-PICOBJS = $(patsubst %.o,%.opic,$(LIB-OBJS))
59 libvhd.a: $(LIB-OBJS)
62 libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR): $(LIB-PICOBJS)