Imported Upstream version 3.13.3
[platform/upstream/pygobject2.git] / gi / overrides / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = gi/overrides
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82         $(pygioverrides_PYTHON) $(top_srcdir)/py-compile
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
85         $(top_srcdir)/m4/jhflags.m4 $(top_srcdir)/m4/libtool.m4 \
86         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
87         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
88         $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90         $(ACLOCAL_M4)
91 mkinstalldirs = $(install_sh) -d
92 CONFIG_HEADER = $(top_builddir)/config.h
93 CONFIG_CLEAN_FILES =
94 CONFIG_CLEAN_VPATH_FILES =
95 AM_V_P = $(am__v_P_@AM_V@)
96 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97 am__v_P_0 = false
98 am__v_P_1 = :
99 AM_V_GEN = $(am__v_GEN_@AM_V@)
100 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101 am__v_GEN_0 = @echo "  GEN     " $@;
102 am__v_GEN_1 = 
103 AM_V_at = $(am__v_at_@AM_V@)
104 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105 am__v_at_0 = @
106 am__v_at_1 = 
107 SOURCES =
108 DIST_SOURCES =
109 am__can_run_installinfo = \
110   case $$AM_UPDATE_INFO_DIR in \
111     n|no|NO) false;; \
112     *) (install-info --version) >/dev/null 2>&1;; \
113   esac
114 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
115 am__vpath_adj = case $$p in \
116     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117     *) f=$$p;; \
118   esac;
119 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
120 am__install_max = 40
121 am__nobase_strip_setup = \
122   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
123 am__nobase_strip = \
124   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
125 am__nobase_list = $(am__nobase_strip_setup); \
126   for p in $$list; do echo "$$p $$p"; done | \
127   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
128   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
129     if (++n[$$2] == $(am__install_max)) \
130       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
131     END { for (dir in files) print dir, files[dir] }'
132 am__base_list = \
133   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
134   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
135 am__uninstall_files_from_dir = { \
136   test -z "$$files" \
137     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
138     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
139          $(am__cd) "$$dir" && rm -f $$files; }; \
140   }
141 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
142 am__installdirs = "$(DESTDIR)$(pygioverridesdir)"
143 am__pep3147_tweak = \
144   sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
145 py_compile = $(top_srcdir)/py-compile
146 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148 ACLOCAL = @ACLOCAL@
149 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
150 AMTAR = @AMTAR@
151 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
152 AR = @AR@
153 AS = @AS@
154 AUTOCONF = @AUTOCONF@
155 AUTOHEADER = @AUTOHEADER@
156 AUTOMAKE = @AUTOMAKE@
157 AWK = @AWK@
158 CAIRO_CFLAGS = @CAIRO_CFLAGS@
159 CAIRO_LIBS = @CAIRO_LIBS@
160 CC = @CC@
161 CCDEPMODE = @CCDEPMODE@
162 CFLAGS = @CFLAGS@
163 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
164 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
165 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
166 CPP = @CPP@
167 CPPFLAGS = @CPPFLAGS@
168 CYGPATH_W = @CYGPATH_W@
169 DATADIR = @DATADIR@
170 DEFS = @DEFS@
171 DEPDIR = @DEPDIR@
172 DLLTOOL = @DLLTOOL@
173 DSYMUTIL = @DSYMUTIL@
174 DUMPBIN = @DUMPBIN@
175 ECHO_C = @ECHO_C@
176 ECHO_N = @ECHO_N@
177 ECHO_T = @ECHO_T@
178 EGREP = @EGREP@
179 EXEEXT = @EXEEXT@
180 FFI_CFLAGS = @FFI_CFLAGS@
181 FFI_LIBS = @FFI_LIBS@
182 FGREP = @FGREP@
183 GENHTML = @GENHTML@
184 GIO_CFLAGS = @GIO_CFLAGS@
185 GIO_LIBS = @GIO_LIBS@
186 GI_CFLAGS = @GI_CFLAGS@
187 GI_DATADIR = @GI_DATADIR@
188 GI_LIBS = @GI_LIBS@
189 GLIB_CFLAGS = @GLIB_CFLAGS@
190 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
191 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
192 GLIB_LIBS = @GLIB_LIBS@
193 GLIB_MKENUMS = @GLIB_MKENUMS@
194 GOBJECT_QUERY = @GOBJECT_QUERY@
195 GREP = @GREP@
196 INSTALL = @INSTALL@
197 INSTALL_DATA = @INSTALL_DATA@
198 INSTALL_PROGRAM = @INSTALL_PROGRAM@
199 INSTALL_SCRIPT = @INSTALL_SCRIPT@
200 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
202 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
203 LCOV = @LCOV@
204 LD = @LD@
205 LDFLAGS = @LDFLAGS@
206 LIBFFI_PC = @LIBFFI_PC@
207 LIBOBJS = @LIBOBJS@
208 LIBS = @LIBS@
209 LIBTOOL = @LIBTOOL@
210 LIPO = @LIPO@
211 LN_S = @LN_S@
212 LTLIBOBJS = @LTLIBOBJS@
213 MAKEINFO = @MAKEINFO@
214 MANIFEST_TOOL = @MANIFEST_TOOL@
215 MKDIR_P = @MKDIR_P@
216 NM = @NM@
217 NMEDIT = @NMEDIT@
218 OBJDUMP = @OBJDUMP@
219 OBJEXT = @OBJEXT@
220 OTOOL = @OTOOL@
221 OTOOL64 = @OTOOL64@
222 PACKAGE = @PACKAGE@
223 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224 PACKAGE_NAME = @PACKAGE_NAME@
225 PACKAGE_STRING = @PACKAGE_STRING@
226 PACKAGE_TARNAME = @PACKAGE_TARNAME@
227 PACKAGE_URL = @PACKAGE_URL@
228 PACKAGE_VERSION = @PACKAGE_VERSION@
229 PATH_SEPARATOR = @PATH_SEPARATOR@
230 PKG_CONFIG = @PKG_CONFIG@
231 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
232 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
233 PLATFORM = @PLATFORM@
234 PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
235 PYCAIRO_LIBS = @PYCAIRO_LIBS@
236 PYGOBJECT_MAJOR_VERSION = @PYGOBJECT_MAJOR_VERSION@
237 PYGOBJECT_MICRO_VERSION = @PYGOBJECT_MICRO_VERSION@
238 PYGOBJECT_MINOR_VERSION = @PYGOBJECT_MINOR_VERSION@
239 PYTHON = @PYTHON@
240 PYTHON_BASENAME = @PYTHON_BASENAME@
241 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
242 PYTHON_INCLUDES = @PYTHON_INCLUDES@
243 PYTHON_LIBS = @PYTHON_LIBS@
244 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
245 PYTHON_PLATFORM = @PYTHON_PLATFORM@
246 PYTHON_PREFIX = @PYTHON_PREFIX@
247 PYTHON_SO = @PYTHON_SO@
248 PYTHON_VERSION = @PYTHON_VERSION@
249 RANLIB = @RANLIB@
250 SED = @SED@
251 SET_MAKE = @SET_MAKE@
252 SHELL = @SHELL@
253 STRIP = @STRIP@
254 THREADING_CFLAGS = @THREADING_CFLAGS@
255 VERSION = @VERSION@
256 WARN_CFLAGS = @WARN_CFLAGS@
257 abs_builddir = @abs_builddir@
258 abs_srcdir = @abs_srcdir@
259 abs_top_builddir = @abs_top_builddir@
260 abs_top_srcdir = @abs_top_srcdir@
261 ac_ct_AR = @ac_ct_AR@
262 ac_ct_CC = @ac_ct_CC@
263 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
264 am__include = @am__include@
265 am__leading_dot = @am__leading_dot@
266 am__quote = @am__quote@
267 am__tar = @am__tar@
268 am__untar = @am__untar@
269 bindir = @bindir@
270 build = @build@
271 build_alias = @build_alias@
272 build_cpu = @build_cpu@
273 build_os = @build_os@
274 build_vendor = @build_vendor@
275 builddir = @builddir@
276 datadir = @datadir@
277 datarootdir = @datarootdir@
278 docdir = @docdir@
279 dvidir = @dvidir@
280 exec_prefix = @exec_prefix@
281 host = @host@
282 host_alias = @host_alias@
283 host_cpu = @host_cpu@
284 host_os = @host_os@
285 host_vendor = @host_vendor@
286 htmldir = @htmldir@
287 includedir = @includedir@
288 infodir = @infodir@
289 install_sh = @install_sh@
290 libdir = @libdir@
291 libexecdir = @libexecdir@
292 localedir = @localedir@
293 localstatedir = @localstatedir@
294 mandir = @mandir@
295 mkdir_p = @mkdir_p@
296 oldincludedir = @oldincludedir@
297 pdfdir = @pdfdir@
298 pkgpyexecdir = @pkgpyexecdir@
299 pkgpythondir = @pkgpythondir@
300 prefix = @prefix@
301 program_transform_name = @program_transform_name@
302 psdir = @psdir@
303 pyexecdir = @pyexecdir@
304 pythondir = @pythondir@
305 sbindir = @sbindir@
306 sharedstatedir = @sharedstatedir@
307 srcdir = @srcdir@
308 sysconfdir = @sysconfdir@
309 target_alias = @target_alias@
310 top_build_prefix = @top_build_prefix@
311 top_builddir = @top_builddir@
312 top_srcdir = @top_srcdir@
313 pygioverridesdir = $(pyexecdir)/gi/overrides
314 pygioverrides_PYTHON = \
315         GLib.py \
316         Gtk.py \
317         Gdk.py \
318         GObject.py \
319         Gio.py \
320         GIMarshallingTests.py \
321         Pango.py \
322         keysyms.py \
323         __init__.py
324
325 all: all-am
326
327 .SUFFIXES:
328 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
329         @for dep in $?; do \
330           case '$(am__configure_deps)' in \
331             *$$dep*) \
332               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
333                 && { if test -f $@; then exit 0; else break; fi; }; \
334               exit 1;; \
335           esac; \
336         done; \
337         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gi/overrides/Makefile'; \
338         $(am__cd) $(top_srcdir) && \
339           $(AUTOMAKE) --foreign gi/overrides/Makefile
340 .PRECIOUS: Makefile
341 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342         @case '$?' in \
343           *config.status*) \
344             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
345           *) \
346             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
347             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
348         esac;
349
350 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
353 $(top_srcdir)/configure:  $(am__configure_deps)
354         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
356         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(am__aclocal_m4_deps):
358
359 mostlyclean-libtool:
360         -rm -f *.lo
361
362 clean-libtool:
363         -rm -rf .libs _libs
364 install-pygioverridesPYTHON: $(pygioverrides_PYTHON)
365         @$(NORMAL_INSTALL)
366         @list='$(pygioverrides_PYTHON)'; dlist=; list2=; test -n "$(pygioverridesdir)" || list=; \
367         if test -n "$$list"; then \
368           echo " $(MKDIR_P) '$(DESTDIR)$(pygioverridesdir)'"; \
369           $(MKDIR_P) "$(DESTDIR)$(pygioverridesdir)" || exit 1; \
370         fi; \
371         for p in $$list; do \
372           if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
373           if test -f $$b$$p; then \
374             $(am__strip_dir) \
375             dlist="$$dlist $$f"; \
376             list2="$$list2 $$b$$p"; \
377           else :; fi; \
378         done; \
379         for file in $$list2; do echo $$file; done | $(am__base_list) | \
380         while read files; do \
381           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pygioverridesdir)'"; \
382           $(INSTALL_DATA) $$files "$(DESTDIR)$(pygioverridesdir)" || exit $$?; \
383         done || exit $$?; \
384         if test -n "$$dlist"; then \
385           $(am__py_compile) --destdir "$(DESTDIR)" \
386                             --basedir "$(pygioverridesdir)" $$dlist; \
387         else :; fi
388
389 uninstall-pygioverridesPYTHON:
390         @$(NORMAL_UNINSTALL)
391         @list='$(pygioverrides_PYTHON)'; test -n "$(pygioverridesdir)" || list=; \
392         py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
393         test -n "$$py_files" || exit 0; \
394         dir='$(DESTDIR)$(pygioverridesdir)'; \
395         pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
396         pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
397         py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
398         echo "$$py_files_pep3147";\
399         pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
400         pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
401         st=0; \
402         for files in \
403           "$$py_files" \
404           "$$pyc_files" \
405           "$$pyo_files" \
406           "$$pyc_files_pep3147" \
407           "$$pyo_files_pep3147" \
408         ; do \
409           $(am__uninstall_files_from_dir) || st=$$?; \
410         done; \
411         exit $$st
412 tags TAGS:
413
414 ctags CTAGS:
415
416 cscope cscopelist:
417
418
419 distdir: $(DISTFILES)
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 "$(distdir)/$$file"; then \
436               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437             fi; \
438             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441             fi; \
442             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443           else \
444             test -f "$(distdir)/$$file" \
445             || cp -p $$d/$$file "$(distdir)/$$file" \
446             || exit 1; \
447           fi; \
448         done
449 check-am: all-am
450         $(MAKE) $(AM_MAKEFLAGS) check-local
451 check: check-am
452 all-am: Makefile all-local
453 installdirs:
454         for dir in "$(DESTDIR)$(pygioverridesdir)"; do \
455           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
456         done
457 install: install-am
458 install-exec: install-exec-am
459 install-data: install-data-am
460 uninstall: uninstall-am
461
462 install-am: all-am
463         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465 installcheck: installcheck-am
466 install-strip:
467         if test -z '$(STRIP)'; then \
468           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470               install; \
471         else \
472           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
475         fi
476 mostlyclean-generic:
477
478 clean-generic:
479
480 distclean-generic:
481         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483
484 maintainer-clean-generic:
485         @echo "This command is intended for maintainers to use"
486         @echo "it deletes files that may require special tools to rebuild."
487 clean: clean-am
488
489 clean-am: clean-generic clean-libtool mostlyclean-am
490
491 distclean: distclean-am
492         -rm -f Makefile
493 distclean-am: clean-am distclean-generic
494
495 dvi: dvi-am
496
497 dvi-am:
498
499 html: html-am
500
501 html-am:
502
503 info: info-am
504
505 info-am:
506
507 install-data-am: install-pygioverridesPYTHON
508
509 install-dvi: install-dvi-am
510
511 install-dvi-am:
512
513 install-exec-am:
514
515 install-html: install-html-am
516
517 install-html-am:
518
519 install-info: install-info-am
520
521 install-info-am:
522
523 install-man:
524
525 install-pdf: install-pdf-am
526
527 install-pdf-am:
528
529 install-ps: install-ps-am
530
531 install-ps-am:
532
533 installcheck-am:
534
535 maintainer-clean: maintainer-clean-am
536         -rm -f Makefile
537 maintainer-clean-am: distclean-am maintainer-clean-generic
538
539 mostlyclean: mostlyclean-am
540
541 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
542
543 pdf: pdf-am
544
545 pdf-am:
546
547 ps: ps-am
548
549 ps-am:
550
551 uninstall-am: uninstall-pygioverridesPYTHON
552
553 .MAKE: check-am install-am install-strip
554
555 .PHONY: all all-am all-local check check-am check-local clean \
556         clean-generic clean-libtool cscopelist-am ctags-am distclean \
557         distclean-generic distclean-libtool distdir dvi dvi-am html \
558         html-am info info-am install install-am install-data \
559         install-data-am install-dvi install-dvi-am install-exec \
560         install-exec-am install-html install-html-am install-info \
561         install-info-am install-man install-pdf install-pdf-am \
562         install-ps install-ps-am install-pygioverridesPYTHON \
563         install-strip installcheck installcheck-am installdirs \
564         maintainer-clean maintainer-clean-generic mostlyclean \
565         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
566         tags-am uninstall uninstall-am uninstall-pygioverridesPYTHON
567
568
569 # if we build in a separate tree, we need to symlink the *.py files from the
570 # source tree; Python does not accept the extensions and modules in different
571 # paths
572 build_pylinks:
573         for f in $(pygioverrides_PYTHON); do \
574             [ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
575         done
576
577 all-local: build_pylinks
578 check-local: build_pylinks
579
580 # Tell versions [3.59,3.63) of GNU make to not export all variables.
581 # Otherwise a system limit (for SysV at least) may be exceeded.
582 .NOEXPORT: