diff options
Diffstat (limited to 'swig/Makefile.am')
| -rw-r--r-- | swig/Makefile.am | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am index ef87733..6852aad 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am | |||
| @@ -1,33 +1,33 @@ | |||
| 1 | INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) | 1 | INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) |
| 2 | 2 | ||
| 3 | if HAVE_SWIG | 3 | if HAVE_SWIG |
| 4 | BUILT_SOURCES = iphone_wrap.cxx | 4 | BUILT_SOURCES = imobiledevice_wrap.cxx |
| 5 | SWIG_SOURCES = iphone.i | 5 | SWIG_SOURCES = imobiledevice.i |
| 6 | 6 | ||
| 7 | CLEANFILES = \ | 7 | CLEANFILES = \ |
| 8 | *.pyc \ | 8 | *.pyc \ |
| 9 | *.pyo \ | 9 | *.pyo \ |
| 10 | _iphone.so \ | 10 | _imobiledevice.so \ |
| 11 | iphone.py \ | 11 | imobiledevice.py \ |
| 12 | iphone_wrap.cxx | 12 | imobiledevice_wrap.cxx |
| 13 | 13 | ||
| 14 | EXTRA_DIST = \ | 14 | EXTRA_DIST = \ |
| 15 | __init__.py \ | 15 | __init__.py \ |
| 16 | iphone.i | 16 | imobiledevice.i |
| 17 | 17 | ||
| 18 | swigincludedir =$(includedir)/libiphone/swig | 18 | swigincludedir =$(includedir)/libimobiledevice/swig |
| 19 | swiginclude_HEADERS = $(SWIG_SOURCES) | 19 | swiginclude_HEADERS = $(SWIG_SOURCES) |
| 20 | 20 | ||
| 21 | iphonedir = $(pyexecdir)/iphone | 21 | imobiledevicedir = $(pyexecdir)/imobiledevice |
| 22 | iphone_PYTHON = __init__.py | 22 | imobiledevice_PYTHON = __init__.py |
| 23 | nodist_iphone_PYTHON = iphone.py | 23 | nodist_imobiledevice_PYTHON = imobiledevice.py |
| 24 | iphone_LTLIBRARIES = _iphone.la | 24 | imobiledevice_LTLIBRARIES = _imobiledevice.la |
| 25 | nodist__iphone_la_SOURCES = iphone_wrap.cxx $(SWIG_SOURCES) | 25 | nodist__imobiledevice_la_SOURCES = imobiledevice_wrap.cxx $(SWIG_SOURCES) |
| 26 | _iphone_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/src | 26 | _imobiledevice_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/src |
| 27 | _iphone_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) | 27 | _imobiledevice_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) |
| 28 | _iphone_la_LIBADD = $(top_builddir)/src/libiphone.la $(libplistmm_LIBS) | 28 | _imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la $(libplistmm_LIBS) |
| 29 | 29 | ||
| 30 | iphone_wrap.cxx : $(SWIG_SOURCES) | 30 | imobiledevice_wrap.cxx : $(SWIG_SOURCES) |
| 31 | $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $< | 31 | $(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $< |
| 32 | 32 | ||
| 33 | endif # HAVE_SWIG | 33 | endif # HAVE_SWIG |
