fafb4543ead716e2796e461bdeda5f6e0fbd1ec5
[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) -lappsvc
36         
37 #
38 #
39 #
40 ico_dump_notification_SOURCES = \
41         dump_notification.cpp
42
43 ico_dump_notification_CXXFLAGS = \
44         $(NOTIFICATION_CFLAGS)
45
46 ico_dump_notification_LDADD = \
47         $(NOTIFICATION_LIBS)
48         
49 #
50 #
51 #
52 ico_del_notification_SOURCES = \
53         del_notification.cpp
54
55 ico_del_notification_CXXFLAGS = \
56         $(NOTIFICATION_CFLAGS)
57
58 ico_del_notification_LDADD = \
59         $(NOTIFICATION_LIBS)