VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.4/python/Makefile.am@ 76389

最後變更 在這個檔案從76389是 65950,由 vboxsync 提交於 8 年 前

libxml 2.9.4: fix export

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.4 KB
 
1# Makefile for libxml2 python library
2AUTOMAKE_OPTIONS = 1.4 foreign
3
4SUBDIRS = . tests
5
6docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
7dist_docs_DATA = TODO
8
9EXTRA_DIST = \
10 setup.py \
11 generator.py \
12 libxml.py \
13 libxml2-export.c \
14 libxml2-python-api.xml \
15 libxml2class.py \
16 libxml2class.txt
17
18if WITH_PYTHON
19AM_CPPFLAGS = \
20 -I$(top_builddir)/include \
21 -I$(top_srcdir)/include \
22 $(PYTHON_INCLUDES)
23
24python_LTLIBRARIES = libxml2mod.la
25
26libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
27libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version \
28 $(top_builddir)/libxml2.la $(CYGWIN_EXTRA_PYTHON_LIBADD) $(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
29
30BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
31
32# libxml.c #includes libxml2-export.c
33libxml.$(OBJEXT): libxml2-export.c
34
35libxml2.py: $(srcdir)/libxml.py libxml2class.py
36 cat $(srcdir)/libxml.py `test -f libxml2class.py || echo $(srcdir)/`libxml2class.py > $@
37
38dist_python_DATA = \
39 drv_libxml2.py \
40 libxml2.py
41
42CLEANFILES = *.pyc
43
44MAINTAINERCLEANFILES = libxml2.py libxml2class.*
45
46API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
47GENERATED = libxml2class.py libxml2class.txt $(BUILT_SOURCES)
48
49$(GENERATED): $(srcdir)/generator.py $(API_DESC)
50 $(PYTHON) $(srcdir)/generator.py $(srcdir)
51endif
52
53tests test: all
54 cd tests && $(MAKE) tests
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette