File: Makefile.am

package info (click to toggle)
libideviceactivation 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,856 kB
  • sloc: sh: 4,165; ansic: 1,694; makefile: 53
file content (19 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CPPFLAGS = \
	-I$(top_srcdir)/include

AM_CFLAGS = \
	$(GLOBAL_CFLAGS) \
	$(libimobiledevice_CFLAGS) \
	$(libplist_CFLAGS)

AM_LDFLAGS = \
	$(GLOBAL_LIBS) \
	$(libimobiledevice_LIBS) \
	$(libplist_LIBS)

bin_PROGRAMS = ideviceactivation

ideviceactivation_SOURCES = ideviceactivation.c
ideviceactivation_CFLAGS = $(AM_CFLAGS)
ideviceactivation_LDFLAGS = $(AM_LDFLAGS)
ideviceactivation_LDADD = $(top_builddir)/src/libideviceactivation-1.0.la