Remove ecore-desktop
[profile/ivi/ecore.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 SUBDIRS = src
6
7 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
8                        config.h.in config.sub configure install-sh \
9                        ltconfig ltmain.sh missing mkinstalldirs \
10                        stamp-h.in  build-stamp configure-stamp depcomp \
11                        ecore_docs.tar.gz ecore.c \
12                        README \
13                        ecore.spec \
14                        ecore-con.pc \
15                        ecore-config.pc \
16                        ecore-directfb.pc\
17                        ecore-evas.pc \
18                        ecore-fb.pc \
19                        ecore-file.pc \
20                        ecore-imf.pc \
21                        ecore-imf-evas.pc \
22                        ecore-ipc.pc \
23                        ecore-job.pc \
24                        ecore-txt.pc \
25                        ecore-x.pc \
26                        ecore-win32.pc \
27                        ecore-sdl.pc \
28                        ecore-quartz.pc \
29                        ecore-wince.pc \
30                        ecore.pc
31
32 bin_SCRIPTS = 
33
34 EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN \
35              autogen.sh ecore.c.in gendoc ecore.supp \
36              Doxyfile \
37              ecore.pc.in \
38              ecore-con.pc.in \
39              ecore-config.pc.in \
40              ecore-directfb.pc.in\
41              ecore-evas.pc.in \
42              ecore-fb.pc.in \
43              ecore-file.pc.in \
44              ecore-imf.pc.in \
45              ecore-imf-evas.pc.in \
46              ecore-ipc.pc.in \
47              ecore-job.pc.in \
48              ecore-txt.pc.in \
49              ecore-x.pc.in \
50              ecore-win32.pc.in \
51              ecore-sdl.pc.in \
52              ecore-quartz.pc.in \
53              ecore-wince.pc.in \
54              ecore.spec.in ecore.spec \
55              doc gendoc
56
57 if BUILD_ECORE_CON
58 pcon = ecore-con.pc
59 endif
60
61 if BUILD_ECORE_CONFIG
62 pconfig = ecore-config.pc
63 endif
64
65 if BUILD_ECORE_DIRECTFB
66 pdfb = ecore-directfb.pc
67 endif
68
69 if BUILD_ECORE_EVAS
70 pevas = ecore-evas.pc
71 endif
72
73 if BUILD_ECORE_FB
74 pfb = ecore-fb.pc
75 endif
76
77 if BUILD_ECORE_FILE
78 pfile = ecore-file.pc
79 endif
80
81 if BUILD_ECORE_IMF
82 pimf = ecore-imf.pc
83 endif
84
85 if BUILD_ECORE_IMF_EVAS
86 pimfevas = ecore-imf-evas.pc
87 endif
88
89 if BUILD_ECORE_IPC
90 pipc = ecore-ipc.pc
91 endif
92
93 if BUILD_ECORE_JOB
94 pjob = ecore-job.pc
95 endif
96
97 if BUILD_ECORE_TXT
98 ptxt = ecore-txt.pc
99 endif
100
101 if BUILD_ECORE_X
102 px = ecore-x.pc
103 endif
104
105 if BUILD_ECORE_WIN32
106 pwin32 = ecore-win32.pc
107 endif
108
109 if BUILD_ECORE_WINCE
110 pwince = ecore-wince.pc
111 endif
112
113 if BUILD_ECORE_SDL
114 psdl = ecore-sdl.pc
115 endif
116
117 if BUILD_ECORE_QUARTZ
118 pquartz = ecore-quartz.pc
119 endif
120
121 if BUILD_ECORE_X_XCB
122 px = ecore-x.pc
123 endif
124
125 pkgconfigdir = $(libdir)/pkgconfig
126 pkgconfig_DATA = \
127         ecore.pc $(pcon) $(pconfig) $(pdfb) $(pevas) \
128         $(pfb) $(pfile) $(pimf) $(pimfevas) $(pipc) $(pjob) $(ptxt) \
129         $(px) $(pwin32) $(pwince) $(psdl) $(pquartz)