diff options
Diffstat (limited to 'cython/Makefile.am')
| -rw-r--r-- | cython/Makefile.am | 67 |
1 files changed, 42 insertions, 25 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index 4dbd6fa..7e1b31a 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am | |||
| @@ -1,38 +1,55 @@ | |||
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/include | 1 | AM_CPPFLAGS = \ |
| 2 | -I$(top_srcdir)/include | ||
| 2 | 3 | ||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) $(PTHREAD_CFLAGS) | 4 | AM_CFLAGS = \ |
| 4 | AM_LIBS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(openssl_LIBS) $(libplist_LIBS) $(PTHREAD_LIBS) | 5 | $(GLOBAL_CFLAGS) \ |
| 6 | $(libgnutls_CFLAGS) \ | ||
| 7 | $(libtasn1_CFLAGS) \ | ||
| 8 | $(openssl_CFLAGS) \ | ||
| 9 | $(libplist_CFLAGS) \ | ||
| 10 | $(LFS_CFLAGS) \ | ||
| 11 | $(PTHREAD_CFLAGS) | ||
| 12 | |||
| 13 | AM_LIBS = \ | ||
| 14 | $(libgnutls_LIBS) \ | ||
| 15 | $(libtasn1_LIBS) \ | ||
| 16 | $(openssl_LIBS) \ | ||
| 17 | $(libplist_LIBS) \ | ||
| 18 | $(PTHREAD_LIBS) | ||
| 5 | 19 | ||
| 6 | if HAVE_CYTHON | 20 | if HAVE_CYTHON |
| 7 | 21 | ||
| 8 | BUILT_SOURCES = imobiledevice.c | 22 | BUILT_SOURCES = imobiledevice.c |
| 9 | PXDINCLUDES = imobiledevice.pxd $(CYTHON_PLIST_INCLUDE_DIR)/plist.pxd | 23 | PXDINCLUDES = imobiledevice.pxd $(CYTHON_PLIST_INCLUDE_DIR)/plist.pxd |
| 10 | PXIINCLUDES = \ | 24 | PXIINCLUDES = \ |
| 11 | lockdown.pxi \ | 25 | lockdown.pxi \ |
| 12 | mobilesync.pxi \ | 26 | mobilesync.pxi \ |
| 13 | notification_proxy.pxi \ | 27 | notification_proxy.pxi \ |
| 14 | sbservices.pxi \ | 28 | sbservices.pxi \ |
| 15 | mobilebackup.pxi \ | 29 | mobilebackup.pxi \ |
| 16 | mobilebackup2.pxi \ | 30 | mobilebackup2.pxi \ |
| 17 | afc.pxi \ | 31 | afc.pxi \ |
| 18 | file_relay.pxi \ | 32 | file_relay.pxi \ |
| 19 | screenshotr.pxi \ | 33 | screenshotr.pxi \ |
| 20 | installation_proxy.pxi \ | 34 | installation_proxy.pxi \ |
| 21 | webinspector.pxi \ | 35 | webinspector.pxi \ |
| 22 | heartbeat.pxi \ | 36 | heartbeat.pxi \ |
| 23 | diagnostics_relay.pxi \ | 37 | diagnostics_relay.pxi \ |
| 24 | misagent.pxi \ | 38 | misagent.pxi \ |
| 25 | house_arrest.pxi \ | 39 | house_arrest.pxi \ |
| 26 | restore.pxi \ | 40 | restore.pxi \ |
| 27 | mobile_image_mounter.pxi \ | 41 | mobile_image_mounter.pxi \ |
| 28 | debugserver.pxi | 42 | debugserver.pxi |
| 29 | 43 | ||
| 30 | CLEANFILES = \ | 44 | CLEANFILES = \ |
| 31 | *.pyc \ | 45 | *.pyc \ |
| 32 | *.pyo \ | 46 | *.pyo \ |
| 33 | imobiledevice.c | 47 | imobiledevice.c |
| 34 | 48 | ||
| 35 | EXTRA_DIST = imobiledevice.pyx imobiledevice.pxd $(PXIINCLUDES) | 49 | EXTRA_DIST = \ |
| 50 | imobiledevice.pyx \ | ||
| 51 | imobiledevice.pxd \ | ||
| 52 | $(PXIINCLUDES) | ||
| 36 | 53 | ||
| 37 | imobiledevicedir = $(pyexecdir) | 54 | imobiledevicedir = $(pyexecdir) |
| 38 | imobiledevice_LTLIBRARIES = imobiledevice.la | 55 | imobiledevice_LTLIBRARIES = imobiledevice.la |
