diff options
| author | 2020-06-08 18:54:10 +0200 | |
|---|---|---|
| committer | 2020-06-08 19:09:18 +0200 | |
| commit | f5c963b8c1b8a62c41c081767aec3ab4e1ae5690 (patch) | |
| tree | 963aa91195c24778624445764e3c6f2d36bc449f /tools/Makefile.am | |
| parent | 960fb407eb362bb0e90326a30a984c1af1e5b0dd (diff) | |
| download | libimobiledevice-f5c963b8c1b8a62c41c081767aec3ab4e1ae5690.tar.gz libimobiledevice-f5c963b8c1b8a62c41c081767aec3ab4e1ae5690.tar.bz2 | |
Unfold automake variables into multiple lines for maintainability
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) |
