Git init
[framework/uifw/e17-extra-modules.git] / keyrouter / Makefile
1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
2 # Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15
16
17
18 pkgdatadir = $(datadir)/e17-extra-module-keyrouter
19 pkglibdir = $(libdir)/e17-extra-module-keyrouter
20 pkgincludedir = $(includedir)/e17-extra-module-keyrouter
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = arm-unknown-linux-gnueabi
34 host_triplet = arm-unknown-linux-gnueabi
35 subdir = .
36 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
37         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
38         $(srcdir)/module.desktop.in $(top_srcdir)/configure \
39         config.guess config.sub depcomp install-sh ltmain.sh missing
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45  configure.lineno config.status.lineno
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = config.h
48 CONFIG_CLEAN_FILES = module.desktop
49 SOURCES =
50 DIST_SOURCES =
51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52         html-recursive info-recursive install-data-recursive \
53         install-dvi-recursive install-exec-recursive \
54         install-html-recursive install-info-recursive \
55         install-pdf-recursive install-ps-recursive install-recursive \
56         installcheck-recursive installdirs-recursive pdf-recursive \
57         ps-recursive uninstall-recursive
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61     *) f=$$p;; \
62   esac;
63 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
64 am__installdirs = "$(DESTDIR)$(filesdir)"
65 filesDATA_INSTALL = $(INSTALL_DATA)
66 DATA = $(files_DATA)
67 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
68   distclean-recursive maintainer-clean-recursive
69 ETAGS = etags
70 CTAGS = ctags
71 DIST_SUBDIRS = $(SUBDIRS)
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 distdir = $(PACKAGE)-$(VERSION)
74 top_distdir = $(distdir)
75 am__remove_distdir = \
76   { test ! -d $(distdir) \
77     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
78          && rm -fr $(distdir); }; }
79 DIST_ARCHIVES = $(distdir).tar.gz
80 GZIP_ENV = --best
81 distuninstallcheck_listfiles = find . -type f -print
82 distcleancheck_listfiles = find . -type f -print
83 ACLOCAL = ${SHELL} /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter/missing --run aclocal-1.10
84 AMTAR = ${SHELL} /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter/missing --run tar
85 AR = ar
86 AUTOCONF = ${SHELL} /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter/missing --run autoconf
87 AUTOHEADER = ${SHELL} /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter/missing --run autoheader
88 AUTOMAKE = ${SHELL} /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter/missing --run automake-1.10
89 AWK = gawk
90 CC = gcc
91 CCDEPMODE = depmode=gcc3
92 CFLAGS = -Wall -g -fPIC -rdynamic -O2
93 CPP = gcc -E
94 CPPFLAGS = 
95 CYGPATH_W = echo
96 DEFS = -DHAVE_CONFIG_H
97 DEPDIR = .deps
98 DSYMUTIL = 
99 DUMPBIN = 
100 ECHO_C = 
101 ECHO_N = -n
102 ECHO_T = 
103 EGREP = /scratchbox/tools/bin/grep -E
104 ENLIGHTENMENT_CFLAGS = -DUSE_E_CONFIG_H -I/usr/include/enlightenment -I/usr/include/efreet -I/usr/include/eina-0 -I/usr/include/eina-0/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lua5.1  
105 ENLIGHTENMENT_LIBS = -levas -lecore -lecore_x -lecore_evas -lecore_con -lecore_ipc -lecore_file -leet -ledje -lefreet -lefreet_mime -leina -ldbus-1 -ledbus -lehal  
106 EXEEXT = 
107 FGREP = /scratchbox/tools/bin/grep -F
108 GREP = /scratchbox/tools/bin/grep
109 INSTALL = /scratchbox/tools/bin/install -c
110 INSTALL_DATA = ${INSTALL} -m 644
111 INSTALL_PROGRAM = ${INSTALL}
112 INSTALL_SCRIPT = ${INSTALL}
113 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
114 LD = /scratchbox/compilers/arm-linux-gnueabi-gcc4.4.1-glibc2.11.1/arm-none-linux-gnueabi/bin/ld
115 LDFLAGS =  -Wl,--hash-style=both -Wl,--rpath=/usr/lib 
116 LIBOBJS = 
117 LIBS = 
118 LIBTOOL = $(SHELL) $(top_builddir)/libtool
119 LIPO = 
120 LN_S = ln -s
121 LTLIBOBJS = 
122 MAKEINFO = ${SHELL} /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter/missing --run makeinfo
123 MKDIR_P = /scratchbox/tools/bin/mkdir -p
124 MODULE_ARCH = linux-gnueabi-arm-ver-pre-svn-06
125 NM = /scratchbox/compilers/bin/nm -B
126 NMEDIT = 
127 OBJEXT = o
128 OTOOL = 
129 OTOOL64 = 
130 PACKAGE = e17-extra-module-keyrouter
131 PACKAGE_BUGREPORT = sj76.park@samsung.com
132 PACKAGE_NAME = e17-extra-module-keyrouter
133 PACKAGE_STRING = e17-extra-module-keyrouter 0.1
134 PACKAGE_TARNAME = e17-extra-module-keyrouter
135 PACKAGE_VERSION = 0.1
136 PATH_SEPARATOR = :
137 PKG_CONFIG = /scratchbox/tools/bin/pkg-config
138 RANLIB = ranlib
139 SED = /scratchbox/tools/bin/sed
140 SET_MAKE = 
141 SHELL = /bin/sh
142 STRIP = strip
143 VERSION = 0.1
144 abs_builddir = /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter
145 abs_srcdir = /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter
146 abs_top_builddir = /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter
147 abs_top_srcdir = /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter
148 ac_ct_CC = gcc
149 ac_ct_DUMPBIN = 
150 am__include = include
151 am__leading_dot = .
152 am__quote = 
153 am__tar = ${AMTAR} chof - "$$tardir"
154 am__untar = ${AMTAR} xf -
155 bindir = ${exec_prefix}/bin
156 build = arm-unknown-linux-gnueabi
157 build_alias = 
158 build_cpu = arm
159 build_os = linux-gnueabi
160 build_vendor = unknown
161 builddir = .
162 datadir = /usr/lib/enlightenment/modules/e17-extra-module-keyrouter
163 datarootdir = ${prefix}/share
164 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
165 dvidir = ${docdir}
166 exec_prefix = ${prefix}
167 host = arm-unknown-linux-gnueabi
168 host_alias = 
169 host_cpu = arm
170 host_os = linux-gnueabi
171 host_vendor = unknown
172 htmldir = ${docdir}
173 includedir = ${prefix}/include
174 infodir = ${datarootdir}/info
175 install_sh = $(SHELL) /home/root/share/git_workspace/e17-extra-modules/e17-extra-module-keyrouter/install-sh
176 libdir = ${exec_prefix}/lib
177 libexecdir = ${exec_prefix}/libexec
178 localedir = ${datarootdir}/locale
179 localstatedir = ${prefix}/var
180 lt_ECHO = echo
181 mandir = ${datarootdir}/man
182 mkdir_p = /scratchbox/tools/bin/mkdir -p
183 oldincludedir = /usr/include
184 pdfdir = ${docdir}
185 prefix = /usr
186 program_transform_name = s,x,x,
187 psdir = ${docdir}
188 sbindir = ${exec_prefix}/sbin
189 sharedstatedir = ${prefix}/com
190 srcdir = .
191 sysconfdir = ${prefix}/etc
192 target_alias = 
193 top_builddir = .
194 top_srcdir = .
195
196 # maintainer-clean removes everything
197 MAINTAINERCLEANFILES = aclocal.m4 compile config.sub config.guess config.h.in \
198                        configure depcomp install-sh ltmain.sh Makefile.in missing
199
200 SUBDIRS = src
201 filesdir = $(datadir)
202 files_DATA = module.desktop
203 EXTRA_DIST = module.desktop.in
204 all: config.h
205         $(MAKE) $(AM_MAKEFLAGS) all-recursive
206
207 .SUFFIXES:
208 am--refresh:
209         @:
210 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
211         @for dep in $?; do \
212           case '$(am__configure_deps)' in \
213             *$$dep*) \
214               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
215               cd $(srcdir) && $(AUTOMAKE) --foreign  \
216                 && exit 0; \
217               exit 1;; \
218           esac; \
219         done; \
220         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
221         cd $(top_srcdir) && \
222           $(AUTOMAKE) --foreign  Makefile
223 .PRECIOUS: Makefile
224 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225         @case '$?' in \
226           *config.status*) \
227             echo ' $(SHELL) ./config.status'; \
228             $(SHELL) ./config.status;; \
229           *) \
230             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
231             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
232         esac;
233
234 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235         $(SHELL) ./config.status --recheck
236
237 $(top_srcdir)/configure:  $(am__configure_deps)
238         cd $(srcdir) && $(AUTOCONF)
239 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
240         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
241
242 config.h: stamp-h1
243         @if test ! -f $@; then \
244           rm -f stamp-h1; \
245           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
246         else :; fi
247
248 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
249         @rm -f stamp-h1
250         cd $(top_builddir) && $(SHELL) ./config.status config.h
251 $(srcdir)/config.h.in:  $(am__configure_deps) 
252         cd $(top_srcdir) && $(AUTOHEADER)
253         rm -f stamp-h1
254         touch $@
255
256 distclean-hdr:
257         -rm -f config.h stamp-h1
258 module.desktop: $(top_builddir)/config.status $(srcdir)/module.desktop.in
259         cd $(top_builddir) && $(SHELL) ./config.status $@
260
261 mostlyclean-libtool:
262         -rm -f *.lo
263
264 clean-libtool:
265         -rm -rf .libs _libs
266
267 distclean-libtool:
268         -rm -f libtool config.lt
269 install-filesDATA: $(files_DATA)
270         @$(NORMAL_INSTALL)
271         test -z "$(filesdir)" || $(MKDIR_P) "$(DESTDIR)$(filesdir)"
272         @list='$(files_DATA)'; for p in $$list; do \
273           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
274           f=$(am__strip_dir) \
275           echo " $(filesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(filesdir)/$$f'"; \
276           $(filesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(filesdir)/$$f"; \
277         done
278
279 uninstall-filesDATA:
280         @$(NORMAL_UNINSTALL)
281         @list='$(files_DATA)'; for p in $$list; do \
282           f=$(am__strip_dir) \
283           echo " rm -f '$(DESTDIR)$(filesdir)/$$f'"; \
284           rm -f "$(DESTDIR)$(filesdir)/$$f"; \
285         done
286
287 # This directory's subdirectories are mostly independent; you can cd
288 # into them and run `make' without going through this Makefile.
289 # To change the values of `make' variables: instead of editing Makefiles,
290 # (1) if the variable is set in `config.status', edit `config.status'
291 #     (which will cause the Makefiles to be regenerated when you run `make');
292 # (2) otherwise, pass the desired values on the `make' command line.
293 $(RECURSIVE_TARGETS):
294         @failcom='exit 1'; \
295         for f in x $$MAKEFLAGS; do \
296           case $$f in \
297             *=* | --[!k]*);; \
298             *k*) failcom='fail=yes';; \
299           esac; \
300         done; \
301         dot_seen=no; \
302         target=`echo $@ | sed s/-recursive//`; \
303         list='$(SUBDIRS)'; for subdir in $$list; do \
304           echo "Making $$target in $$subdir"; \
305           if test "$$subdir" = "."; then \
306             dot_seen=yes; \
307             local_target="$$target-am"; \
308           else \
309             local_target="$$target"; \
310           fi; \
311           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312           || eval $$failcom; \
313         done; \
314         if test "$$dot_seen" = "no"; then \
315           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
316         fi; test -z "$$fail"
317
318 $(RECURSIVE_CLEAN_TARGETS):
319         @failcom='exit 1'; \
320         for f in x $$MAKEFLAGS; do \
321           case $$f in \
322             *=* | --[!k]*);; \
323             *k*) failcom='fail=yes';; \
324           esac; \
325         done; \
326         dot_seen=no; \
327         case "$@" in \
328           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
329           *) list='$(SUBDIRS)' ;; \
330         esac; \
331         rev=''; for subdir in $$list; do \
332           if test "$$subdir" = "."; then :; else \
333             rev="$$subdir $$rev"; \
334           fi; \
335         done; \
336         rev="$$rev ."; \
337         target=`echo $@ | sed s/-recursive//`; \
338         for subdir in $$rev; do \
339           echo "Making $$target in $$subdir"; \
340           if test "$$subdir" = "."; then \
341             local_target="$$target-am"; \
342           else \
343             local_target="$$target"; \
344           fi; \
345           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
346           || eval $$failcom; \
347         done && test -z "$$fail"
348 tags-recursive:
349         list='$(SUBDIRS)'; for subdir in $$list; do \
350           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
351         done
352 ctags-recursive:
353         list='$(SUBDIRS)'; for subdir in $$list; do \
354           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
355         done
356
357 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359         unique=`for i in $$list; do \
360             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361           done | \
362           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363               END { if (nonempty) { for (i in files) print i; }; }'`; \
364         mkid -fID $$unique
365 tags: TAGS
366
367 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
368                 $(TAGS_FILES) $(LISP)
369         tags=; \
370         here=`pwd`; \
371         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
372           include_option=--etags-include; \
373           empty_fix=.; \
374         else \
375           include_option=--include; \
376           empty_fix=; \
377         fi; \
378         list='$(SUBDIRS)'; for subdir in $$list; do \
379           if test "$$subdir" = .; then :; else \
380             test ! -f $$subdir/TAGS || \
381               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
382           fi; \
383         done; \
384         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
385         unique=`for i in $$list; do \
386             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387           done | \
388           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389               END { if (nonempty) { for (i in files) print i; }; }'`; \
390         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
391           test -n "$$unique" || unique=$$empty_fix; \
392           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393             $$tags $$unique; \
394         fi
395 ctags: CTAGS
396 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
397                 $(TAGS_FILES) $(LISP)
398         tags=; \
399         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
400         unique=`for i in $$list; do \
401             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402           done | \
403           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404               END { if (nonempty) { for (i in files) print i; }; }'`; \
405         test -z "$(CTAGS_ARGS)$$tags$$unique" \
406           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407              $$tags $$unique
408
409 GTAGS:
410         here=`$(am__cd) $(top_builddir) && pwd` \
411           && cd $(top_srcdir) \
412           && gtags -i $(GTAGS_ARGS) $$here
413
414 distclean-tags:
415         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
416
417 distdir: $(DISTFILES)
418         $(am__remove_distdir)
419         test -d $(distdir) || mkdir $(distdir)
420         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422         list='$(DISTFILES)'; \
423           dist_files=`for file in $$list; do echo $$file; done | \
424           sed -e "s|^$$srcdirstrip/||;t" \
425               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426         case $$dist_files in \
427           */*) $(MKDIR_P) `echo "$$dist_files" | \
428                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429                            sort -u` ;; \
430         esac; \
431         for file in $$dist_files; do \
432           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433           if test -d $$d/$$file; then \
434             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
437             fi; \
438             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
439           else \
440             test -f $(distdir)/$$file \
441             || cp -p $$d/$$file $(distdir)/$$file \
442             || exit 1; \
443           fi; \
444         done
445         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
446           if test "$$subdir" = .; then :; else \
447             test -d "$(distdir)/$$subdir" \
448             || $(MKDIR_P) "$(distdir)/$$subdir" \
449             || exit 1; \
450             distdir=`$(am__cd) $(distdir) && pwd`; \
451             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
452             (cd $$subdir && \
453               $(MAKE) $(AM_MAKEFLAGS) \
454                 top_distdir="$$top_distdir" \
455                 distdir="$$distdir/$$subdir" \
456                 am__remove_distdir=: \
457                 am__skip_length_check=: \
458                 distdir) \
459               || exit 1; \
460           fi; \
461         done
462         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
463           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
464           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
465           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
466         || chmod -R a+r $(distdir)
467 dist-gzip: distdir
468         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
469         $(am__remove_distdir)
470
471 dist-bzip2: distdir
472         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
473         $(am__remove_distdir)
474
475 dist-lzma: distdir
476         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
477         $(am__remove_distdir)
478
479 dist-tarZ: distdir
480         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
481         $(am__remove_distdir)
482
483 dist-shar: distdir
484         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
485         $(am__remove_distdir)
486
487 dist-zip: distdir
488         -rm -f $(distdir).zip
489         zip -rq $(distdir).zip $(distdir)
490         $(am__remove_distdir)
491
492 dist dist-all: distdir
493         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
494         $(am__remove_distdir)
495
496 # This target untars the dist file and tries a VPATH configuration.  Then
497 # it guarantees that the distribution is self-contained by making another
498 # tarfile.
499 distcheck: dist
500         case '$(DIST_ARCHIVES)' in \
501         *.tar.gz*) \
502           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
503         *.tar.bz2*) \
504           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
505         *.tar.lzma*) \
506           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
507         *.tar.Z*) \
508           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
509         *.shar.gz*) \
510           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
511         *.zip*) \
512           unzip $(distdir).zip ;;\
513         esac
514         chmod -R a-w $(distdir); chmod a+w $(distdir)
515         mkdir $(distdir)/_build
516         mkdir $(distdir)/_inst
517         chmod a-w $(distdir)
518         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
519           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
520           && cd $(distdir)/_build \
521           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
522             $(DISTCHECK_CONFIGURE_FLAGS) \
523           && $(MAKE) $(AM_MAKEFLAGS) \
524           && $(MAKE) $(AM_MAKEFLAGS) dvi \
525           && $(MAKE) $(AM_MAKEFLAGS) check \
526           && $(MAKE) $(AM_MAKEFLAGS) install \
527           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
528           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
529           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
530                 distuninstallcheck \
531           && chmod -R a-w "$$dc_install_base" \
532           && ({ \
533                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
534                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
535                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
536                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
537                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
538               } || { rm -rf "$$dc_destdir"; exit 1; }) \
539           && rm -rf "$$dc_destdir" \
540           && $(MAKE) $(AM_MAKEFLAGS) dist \
541           && rm -rf $(DIST_ARCHIVES) \
542           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
543         $(am__remove_distdir)
544         @(echo "$(distdir) archives ready for distribution: "; \
545           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
546           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
547 distuninstallcheck:
548         @cd $(distuninstallcheck_dir) \
549         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
550            || { echo "ERROR: files left after uninstall:" ; \
551                 if test -n "$(DESTDIR)"; then \
552                   echo "  (check DESTDIR support)"; \
553                 fi ; \
554                 $(distuninstallcheck_listfiles) ; \
555                 exit 1; } >&2
556 distcleancheck: distclean
557         @if test '$(srcdir)' = . ; then \
558           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
559           exit 1 ; \
560         fi
561         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
562           || { echo "ERROR: files left in build directory after distclean:" ; \
563                $(distcleancheck_listfiles) ; \
564                exit 1; } >&2
565 check-am: all-am
566 check: check-recursive
567 all-am: Makefile $(DATA) config.h
568 installdirs: installdirs-recursive
569 installdirs-am:
570         for dir in "$(DESTDIR)$(filesdir)"; do \
571           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
572         done
573 install: install-recursive
574 install-exec: install-exec-recursive
575 install-data: install-data-recursive
576
577 install-am: all-am
578         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
579
580 installcheck: installcheck-recursive
581 install-strip:
582         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584           `test -z '$(STRIP)' || \
585             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
586 mostlyclean-generic:
587
588 clean-generic:
589
590 distclean-generic:
591         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
592
593 maintainer-clean-generic:
594         @echo "This command is intended for maintainers to use"
595         @echo "it deletes files that may require special tools to rebuild."
596         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
597 clean: clean-recursive
598
599 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
600
601 distclean: distclean-recursive
602         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
603         -rm -f Makefile
604 distclean-am: clean-am distclean-generic distclean-hdr \
605         distclean-libtool distclean-tags
606
607 dvi: dvi-recursive
608
609 dvi-am:
610
611 html: html-recursive
612
613 info: info-recursive
614
615 info-am:
616
617 install-data-am: install-filesDATA
618
619 install-dvi: install-dvi-recursive
620
621 install-exec-am:
622
623 install-html: install-html-recursive
624
625 install-info: install-info-recursive
626
627 install-man:
628
629 install-pdf: install-pdf-recursive
630
631 install-ps: install-ps-recursive
632
633 installcheck-am:
634
635 maintainer-clean: maintainer-clean-recursive
636         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
637         -rm -rf $(top_srcdir)/autom4te.cache
638         -rm -f Makefile
639 maintainer-clean-am: distclean-am maintainer-clean-generic
640
641 mostlyclean: mostlyclean-recursive
642
643 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
644
645 pdf: pdf-recursive
646
647 pdf-am:
648
649 ps: ps-recursive
650
651 ps-am:
652
653 uninstall-am: uninstall-filesDATA
654
655 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
656         install-strip
657
658 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
659         all all-am am--refresh check check-am clean clean-generic \
660         clean-libtool clean-local ctags ctags-recursive dist dist-all \
661         dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \
662         distcheck distclean distclean-generic distclean-hdr \
663         distclean-libtool distclean-tags distcleancheck distdir \
664         distuninstallcheck dvi dvi-am html html-am info info-am \
665         install install-am install-data install-data-am install-dvi \
666         install-dvi-am install-exec install-exec-am install-filesDATA \
667         install-html install-html-am install-info install-info-am \
668         install-man install-pdf install-pdf-am install-ps \
669         install-ps-am install-strip installcheck installcheck-am \
670         installdirs installdirs-am maintainer-clean \
671         maintainer-clean-generic mostlyclean mostlyclean-generic \
672         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
673         uninstall uninstall-am uninstall-filesDATA
674
675
676 clean-local:
677         rm -rf module.desktop 
678
679 uninstall:
680         rm -rf $(DESTDIR)$(datadir)
681 # Tell versions [3.59,3.63) of GNU make to not export all variables.
682 # Otherwise a system limit (for SysV at least) may be exceeded.
683 .NOEXPORT: