summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: bc58dbeba458c263ef78d06c1c59ebaf98608fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
MAINTAINERCLEANFILES = Makefile.in Makefile

bin_PROGRAMS = elm_demo_tizen_mobile
elm_demo_tizen_mobile_SOURCES = main.c main.h util.c util.h\
                            bg.c \
                            button.c \
                            checkbox.c \
                            colorselector.c \
                            ctxpopup.c \
                            datetime.c \
                            entry.c \
                            gengrid.c \
                            genlist.c \
                            index.c \
                            label.c \
                            hoversel.c \
                            layout.c \
                            multibuttonentry.c \
                            panel.c \
                            popup.c \
                            progressbar.c \
                            radio.c \
                            scroller.c \
                            slider.c \
                            spinner.c \
                            toolbar.c \
                            tooltip.c
elm_demo_tizen_mobile_CFLAGS = $(ELEMENTARY_CFLAGS) $(CAPIFW_CFLAGS) $(EFLEXTENSION_CFLAGS) -ggdb \
                            -DDATA_DIR='"${prefix}/data/edc/"' \
                            -DEDJE_PATH='"/usr/share/elementary/themes"' \
                            -DIMAGE_DIR='"${prefix}/data/images/"' -I../lib -I../
elm_demo_tizen_mobile_LDADD = $(ELEMENTARY_LIBS) $(CAPIFW_LIBS) $(EFLEXTENSION_LIBS) -lutil -ldl