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