aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/Makefile
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2011-09-29 16:28:20 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2011-09-29 16:28:20 +0100
commit49338ad5c561807dbf3596c0e3ee3502c948a50f (patch)
treeefb02d8ef7b18e672b78a5d8a6b41df0bd2c04fd /tools/libxl/Makefile
parentacb8458e258a3f96785e0ff2cb021b1e4eb9d4bb (diff)
downloadxen-49338ad5c561807dbf3596c0e3ee3502c948a50f.tar.gz
xen-49338ad5c561807dbf3596c0e3ee3502c948a50f.tar.bz2
xen-49338ad5c561807dbf3596c0e3ee3502c948a50f.zip
libxl: Rename libxl.idl to libxl_types.idl.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> --HG-- rename : tools/libxl/libxl.idl => tools/libxl/libxl_types.idl
Diffstat (limited to 'tools/libxl/Makefile')
-rw-r--r--tools/libxl/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 3eeb26f90b..330ee6eaf9 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -52,8 +52,8 @@ $(XL_OBJS): CFLAGS += $(CFLAGS_libxenctrl) # For xentoollog.h
$(XL_OBJS): CFLAGS += $(CFLAGS_libxenlight)
testidl.o: CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenlight)
-testidl.c: libxl.idl gentest.py libxl.h
- $(PYTHON) gentest.py libxl.idl testidl.c.new
+testidl.c: libxl_types.idl gentest.py libxl.h
+ $(PYTHON) gentest.py libxl_types.idl testidl.c.new
mv testidl.c.new testidl.c
.PHONY: all
@@ -84,10 +84,10 @@ libxl.h: _libxl_types.h
$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS): libxl.h
-_libxl_%.h _libxl_%.c: libxl.idl gen%.py libxl%.py
- $(PYTHON) gen$*.py libxl.idl __libxl_$*.h __libxl_$*.c
- $(call move-if-changed,__libxl_$*.h,_libxl_$*.h)
- $(call move-if-changed,__libxl_$*.c,_libxl_$*.c)
+_libxl_type%.h _libxl_type%.c: libxl_type%.idl gentypes.py libxltypes.py
+ $(PYTHON) gentypes.py libxl_type$*.idl __libxl_type$*.h __libxl_type$*.c
+ $(call move-if-changed,__libxl_type$*.h,_libxl_type$*.h)
+ $(call move-if-changed,__libxl_type$*.c,_libxl_type$*.c)
libxenlight.so: libxenlight.so.$(MAJOR)
ln -sf $< $@