diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 45 |
1 files changed, 39 insertions, 6 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 726dc18..7e6487f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -1,9 +1,42 @@ | |||
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) | 1 | AM_CPPFLAGS = \ |
| 2 | 2 | -I$(top_srcdir)/include \ | |
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgcrypt_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) | 3 | -I$(top_srcdir) |
| 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgcrypt_LIBS) $(openssl_LIBS) $(libplist_LIBS) | 4 | |
| 5 | 5 | AM_CFLAGS = \ | |
| 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug idevicenotificationproxy idevicecrashreport idevicesetlocation | 6 | $(GLOBAL_CFLAGS) \ |
| 7 | $(libgnutls_CFLAGS) \ | ||
| 8 | $(libtasn1_CFLAGS) \ | ||
| 9 | $(libgcrypt_CFLAGS) \ | ||
| 10 | $(openssl_CFLAGS) \ | ||
| 11 | $(libplist_CFLAGS) \ | ||
| 12 | $(LFS_CFLAGS) | ||
| 13 | |||
| 14 | AM_LDFLAGS = \ | ||
| 15 | $(libgnutls_LIBS) \ | ||
| 16 | $(libtasn1_LIBS) \ | ||
| 17 | $(libgcrypt_LIBS) \ | ||
| 18 | $(openssl_LIBS) \ | ||
| 19 | $(libplist_LIBS) | ||
| 20 | |||
| 21 | bin_PROGRAMS = \ | ||
| 22 | idevice_id \ | ||
| 23 | ideviceinfo \ | ||
| 24 | idevicename \ | ||
| 25 | idevicepair \ | ||
| 26 | idevicesyslog \ | ||
| 27 | ideviceimagemounter \ | ||
| 28 | idevicescreenshot \ | ||
| 29 | ideviceenterrecovery \ | ||
| 30 | idevicedate \ | ||
| 31 | idevicebackup \ | ||
| 32 | idevicebackup2 \ | ||
| 33 | ideviceprovision \ | ||
| 34 | idevicedebugserverproxy \ | ||
| 35 | idevicediagnostics \ | ||
| 36 | idevicedebug \ | ||
| 37 | idevicenotificationproxy \ | ||
| 38 | idevicecrashreport \ | ||
| 39 | idevicesetlocation | ||
| 7 | 40 | ||
| 8 | ideviceinfo_SOURCES = ideviceinfo.c | 41 | ideviceinfo_SOURCES = ideviceinfo.c |
| 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) | 42 | ideviceinfo_CFLAGS = $(AM_CFLAGS) |
