diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index b78f3f2..354cf1c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
@@ -31,9 +31,9 @@ bin_PROGRAMS = \ | |||
31 | idevicesetlocation | 31 | idevicesetlocation |
32 | 32 | ||
33 | ideviceinfo_SOURCES = ideviceinfo.c | 33 | ideviceinfo_SOURCES = ideviceinfo.c |
34 | ideviceinfo_CFLAGS = $(AM_CFLAGS) | 34 | ideviceinfo_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
35 | ideviceinfo_LDFLAGS = $(AM_LDFLAGS) | 35 | ideviceinfo_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
36 | ideviceinfo_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 36 | ideviceinfo_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
37 | 37 | ||
38 | idevicename_SOURCES = idevicename.c | 38 | idevicename_SOURCES = idevicename.c |
39 | idevicename_CFLAGS = $(AM_CFLAGS) | 39 | idevicename_CFLAGS = $(AM_CFLAGS) |
@@ -41,13 +41,13 @@ idevicename_LDFLAGS = $(AM_LDFLAGS) | |||
41 | idevicename_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 41 | idevicename_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
42 | 42 | ||
43 | idevicepair_SOURCES = idevicepair.c | 43 | idevicepair_SOURCES = idevicepair.c |
44 | idevicepair_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) $(ssl_lib_CFLAGS) | 44 | idevicepair_CFLAGS = $(AM_CFLAGS) $(ssl_lib_CFLAGS) |
45 | idevicepair_LDFLAGS = $(AM_LDFLAGS) $(libusbmuxd_LIBS) $(ssl_lib_LIBS) | 45 | idevicepair_LDFLAGS = $(AM_LDFLAGS) $(libusbmuxd_LIBS) $(ssl_lib_LIBS) |
46 | idevicepair_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 46 | idevicepair_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
47 | 47 | ||
48 | idevicesyslog_SOURCES = idevicesyslog.c | 48 | idevicesyslog_SOURCES = idevicesyslog.c |
49 | idevicesyslog_CFLAGS = $(AM_CFLAGS) | 49 | idevicesyslog_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
50 | idevicesyslog_LDFLAGS = $(AM_LDFLAGS) | 50 | idevicesyslog_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
51 | idevicesyslog_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 51 | idevicesyslog_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
52 | 52 | ||
53 | idevice_id_SOURCES = idevice_id.c | 53 | idevice_id_SOURCES = idevice_id.c |
@@ -56,19 +56,19 @@ idevice_id_LDFLAGS = $(AM_LDFLAGS) | |||
56 | idevice_id_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 56 | idevice_id_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
57 | 57 | ||
58 | idevicebackup_SOURCES = idevicebackup.c | 58 | idevicebackup_SOURCES = idevicebackup.c |
59 | idevicebackup_CFLAGS = $(AM_CFLAGS) $(ssl_lib_CFLAGS) | 59 | idevicebackup_CFLAGS = $(AM_CFLAGS) $(ssl_lib_CFLAGS) $(limd_glue_CFLAGS) |
60 | idevicebackup_LDFLAGS = $(AM_LDFLAGS) $(ssl_lib_LIBS) | 60 | idevicebackup_LDFLAGS = $(AM_LDFLAGS) $(ssl_lib_LIBS) $(limd_glue_LIBS) |
61 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 61 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
62 | 62 | ||
63 | idevicebackup2_SOURCES = idevicebackup2.c | 63 | idevicebackup2_SOURCES = idevicebackup2.c |
64 | idevicebackup2_CFLAGS = $(AM_CFLAGS) | 64 | idevicebackup2_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
65 | idevicebackup2_LDFLAGS = $(AM_LDFLAGS) | 65 | idevicebackup2_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
66 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 66 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
67 | 67 | ||
68 | ideviceimagemounter_SOURCES = ideviceimagemounter.c | 68 | ideviceimagemounter_SOURCES = ideviceimagemounter.c |
69 | ideviceimagemounter_CFLAGS = $(AM_CFLAGS) | 69 | ideviceimagemounter_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
70 | ideviceimagemounter_LDFLAGS = $(AM_LDFLAGS) | 70 | ideviceimagemounter_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
71 | ideviceimagemounter_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 71 | ideviceimagemounter_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
72 | 72 | ||
73 | idevicescreenshot_SOURCES = idevicescreenshot.c | 73 | idevicescreenshot_SOURCES = idevicescreenshot.c |
74 | idevicescreenshot_CFLAGS = $(AM_CFLAGS) | 74 | idevicescreenshot_CFLAGS = $(AM_CFLAGS) |
@@ -86,14 +86,14 @@ idevicedate_LDFLAGS = $(AM_LDFLAGS) | |||
86 | idevicedate_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 86 | idevicedate_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
87 | 87 | ||
88 | ideviceprovision_SOURCES = ideviceprovision.c | 88 | ideviceprovision_SOURCES = ideviceprovision.c |
89 | ideviceprovision_CFLAGS = $(AM_CFLAGS) | 89 | ideviceprovision_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
90 | ideviceprovision_LDFLAGS = $(AM_LDFLAGS) | 90 | ideviceprovision_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
91 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 91 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
92 | 92 | ||
93 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c | 93 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c |
94 | idevicedebugserverproxy_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) | 94 | idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
95 | idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) | 95 | idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
96 | idevicedebugserverproxy_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 96 | idevicedebugserverproxy_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
97 | 97 | ||
98 | idevicediagnostics_SOURCES = idevicediagnostics.c | 98 | idevicediagnostics_SOURCES = idevicediagnostics.c |
99 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) | 99 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) |
@@ -101,8 +101,8 @@ idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) | |||
101 | idevicediagnostics_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 101 | idevicediagnostics_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
102 | 102 | ||
103 | idevicedebug_SOURCES = idevicedebug.c | 103 | idevicedebug_SOURCES = idevicedebug.c |
104 | idevicedebug_CFLAGS = $(AM_CFLAGS) | 104 | idevicedebug_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
105 | idevicedebug_LDFLAGS = $(AM_LDFLAGS) | 105 | idevicedebug_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
106 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 106 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
107 | 107 | ||
108 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c | 108 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c |
@@ -111,11 +111,11 @@ idevicenotificationproxy_LDFLAGS = $(AM_LDFLAGS) | |||
111 | idevicenotificationproxy_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 111 | idevicenotificationproxy_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
112 | 112 | ||
113 | idevicecrashreport_SOURCES = idevicecrashreport.c | 113 | idevicecrashreport_SOURCES = idevicecrashreport.c |
114 | idevicecrashreport_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) | 114 | idevicecrashreport_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
115 | idevicecrashreport_LDFLAGS = $(AM_LDFLAGS) | 115 | idevicecrashreport_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
116 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 116 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
117 | 117 | ||
118 | idevicesetlocation_SOURCES = idevicesetlocation.c | 118 | idevicesetlocation_SOURCES = idevicesetlocation.c |
119 | idevicesetlocation_CFLAGS = $(AM_CFLAGS) | 119 | idevicesetlocation_CFLAGS = $(AM_CFLAGS) |
120 | idevicesetlocation_LDFLAGS = $(AM_LDFLAGS) | 120 | idevicesetlocation_LDFLAGS = $(AM_LDFLAGS) |
121 | idevicesetlocation_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 121 | idevicesetlocation_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |