f373799a2c97538401f27d89122bdfb8e7a6f470
[framework/uifw/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-desktop.pc \
17                        ecore-directfb.pc\
18                        ecore-evas.pc \
19                        ecore-fb.pc \
20                        ecore-file.pc \
21                        ecore-imf.pc \
22                        ecore-imf-evas.pc \
23                        ecore-ipc.pc \
24                        ecore-job.pc \
25                        ecore-txt.pc \
26                        ecore-x.pc \
27                        ecore-win32.pc \
28                        ecore-sdl.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-desktop.pc.in \
41              ecore-directfb.pc.in\
42              ecore-evas.pc.in \
43              ecore-fb.pc.in \
44              ecore-file.pc.in \
45              ecore-imf.pc.in \
46              ecore-imf-evas.pc.in \
47              ecore-ipc.pc.in \
48              ecore-job.pc.in \
49              ecore-txt.pc.in \
50              ecore-x.pc.in \
51              ecore-win32.pc.in \
52              ecore-sdl.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_DESKTOP
82 pdesktop = ecore-desktop.pc
83 endif
84
85 if BUILD_ECORE_IMF
86 pimf = ecore-imf.pc
87 endif
88
89 if BUILD_ECORE_IMF_EVAS
90 pimfevas = ecore-imf-evas.pc
91 endif
92
93 if BUILD_ECORE_IPC
94 pipc = ecore-ipc.pc
95 endif
96
97 if BUILD_ECORE_JOB
98 pjob = ecore-job.pc
99 endif
100
101 if BUILD_ECORE_TXT
102 ptxt = ecore-txt.pc
103 endif
104
105 if BUILD_ECORE_X
106 px = ecore-x.pc
107 endif
108
109 if BUILD_ECORE_WIN32
110 pwin32 = ecore-win32.pc
111 endif
112
113 if BUILD_ECORE_WINCE
114 pwince = ecore-wince.pc
115 endif
116
117
118 if BUILD_ECORE_SDL
119 psdl = ecore-sdl.pc
120 endif
121
122 if BUILD_ECORE_X_XCB
123 px = ecore-x.pc
124 endif
125
126 pkgconfigdir = $(libdir)/pkgconfig
127 pkgconfig_DATA = \
128         ecore.pc $(pcon) $(pconfig) $(pdfb) $(pevas) \
129         $(pfb) $(pfile) $(pdesktop) $(pimf) $(pimfevas) $(pipc) $(pjob) $(ptxt) \
130         $(px) $(pwin32) $(pwince) $(psdl)