eef42068de050f92c49f151cae8e403b00522b3c
[profile/ivi/ico-uxf-homescreen.git] / tool / notification / Makefile.am
1 AM_CFLAGS = $(GCC_CFLAGS)
2 AM_CPPFLAGS = $(GCC_CXXFLAGS)
3
4 noinst_PROGRAMS = \
5         ico_send_notification \
6         ico_send_notification2 \
7         ico_dump_notification \
8         ico_del_notification
9
10 check_PROGRAMS =        \
11         ico_send_notification \
12         ico_send_notification2 \
13         ico_dump_notification \
14         ico_dump_notification
15
16 #
17 #
18 #
19 ico_send_notification_SOURCES = \
20         send_notification.cpp
21
22 ico_send_notification_CXXFLAGS = \
23         $(NOTIFICATION_CFLAGS)
24
25 ico_send_notification_LDADD = \
26         $(NOTIFICATION_LIBS)
27         
28 ico_send_notification2_SOURCES = \
29         send_notification2.cpp
30
31 ico_send_notification2_CXXFLAGS = \
32         $(NOTIFICATION_CFLAGS)
33
34 ico_send_notification2_LDADD = \
35         $(NOTIFICATION_LIBS) \
36         $(APPSVC_LIBS)
37         
38 #
39 #
40 #
41 ico_dump_notification_SOURCES = \
42         dump_notification.cpp
43
44 ico_dump_notification_CXXFLAGS = \
45         $(NOTIFICATION_CFLAGS)
46
47 ico_dump_notification_LDADD = \
48         $(NOTIFICATION_LIBS)
49         
50 #
51 #
52 #
53 ico_del_notification_SOURCES = \
54         del_notification.cpp
55
56 ico_del_notification_CXXFLAGS = \
57         $(NOTIFICATION_CFLAGS)
58
59 ico_del_notification_LDADD = \
60         $(NOTIFICATION_LIBS)