Imported Upstream version 3.21.91
[platform/upstream/python-gobject.git] / gi / _gobject / 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/_gobject
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 $(pygobject_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)$(pygobjectdir)"
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 GCOV = @GCOV@
195 GENHTML = @GENHTML@
196 GIO_CFLAGS = @GIO_CFLAGS@
197 GIO_LIBS = @GIO_LIBS@
198 GI_CFLAGS = @GI_CFLAGS@
199 GI_DATADIR = @GI_DATADIR@
200 GI_LIBS = @GI_LIBS@
201 GLIB_CFLAGS = @GLIB_CFLAGS@
202 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
203 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
204 GLIB_LIBS = @GLIB_LIBS@
205 GLIB_MKENUMS = @GLIB_MKENUMS@
206 GOBJECT_QUERY = @GOBJECT_QUERY@
207 GREP = @GREP@
208 INSTALL = @INSTALL@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
214 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
215 LCOV = @LCOV@
216 LD = @LD@
217 LDFLAGS = @LDFLAGS@
218 LIBFFI_PC = @LIBFFI_PC@
219 LIBOBJS = @LIBOBJS@
220 LIBS = @LIBS@
221 LIBTOOL = @LIBTOOL@
222 LIPO = @LIPO@
223 LN_S = @LN_S@
224 LTLIBOBJS = @LTLIBOBJS@
225 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
226 MAKEINFO = @MAKEINFO@
227 MANIFEST_TOOL = @MANIFEST_TOOL@
228 MKDIR_P = @MKDIR_P@
229 NM = @NM@
230 NMEDIT = @NMEDIT@
231 OBJDUMP = @OBJDUMP@
232 OBJEXT = @OBJEXT@
233 OS_EXT = @OS_EXT@
234 OTOOL = @OTOOL@
235 OTOOL64 = @OTOOL64@
236 PACKAGE = @PACKAGE@
237 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
238 PACKAGE_NAME = @PACKAGE_NAME@
239 PACKAGE_STRING = @PACKAGE_STRING@
240 PACKAGE_TARNAME = @PACKAGE_TARNAME@
241 PACKAGE_URL = @PACKAGE_URL@
242 PACKAGE_VERSION = @PACKAGE_VERSION@
243 PATH_SEPARATOR = @PATH_SEPARATOR@
244 PKG_CONFIG = @PKG_CONFIG@
245 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
246 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
247 PLATFORM = @PLATFORM@
248 PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
249 PYCAIRO_LIBS = @PYCAIRO_LIBS@
250 PYGOBJECT_MAJOR_VERSION = @PYGOBJECT_MAJOR_VERSION@
251 PYGOBJECT_MICRO_VERSION = @PYGOBJECT_MICRO_VERSION@
252 PYGOBJECT_MINOR_VERSION = @PYGOBJECT_MINOR_VERSION@
253 PYTHON = @PYTHON@
254 PYTHON_BASENAME = @PYTHON_BASENAME@
255 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
256 PYTHON_INCLUDES = @PYTHON_INCLUDES@
257 PYTHON_LIBS = @PYTHON_LIBS@
258 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
259 PYTHON_PLATFORM = @PYTHON_PLATFORM@
260 PYTHON_PREFIX = @PYTHON_PREFIX@
261 PYTHON_SO = @PYTHON_SO@
262 PYTHON_VERSION = @PYTHON_VERSION@
263 RANLIB = @RANLIB@
264 SED = @SED@
265 SET_MAKE = @SET_MAKE@
266 SHELL = @SHELL@
267 STRIP = @STRIP@
268 THREADING_CFLAGS = @THREADING_CFLAGS@
269 VERSION = @VERSION@
270 WARN_CFLAGS = @WARN_CFLAGS@
271 abs_builddir = @abs_builddir@
272 abs_srcdir = @abs_srcdir@
273 abs_top_builddir = @abs_top_builddir@
274 abs_top_srcdir = @abs_top_srcdir@
275 ac_ct_AR = @ac_ct_AR@
276 ac_ct_CC = @ac_ct_CC@
277 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
278 am__include = @am__include@
279 am__leading_dot = @am__leading_dot@
280 am__quote = @am__quote@
281 am__tar = @am__tar@
282 am__untar = @am__untar@
283 bindir = @bindir@
284 build = @build@
285 build_alias = @build_alias@
286 build_cpu = @build_cpu@
287 build_os = @build_os@
288 build_vendor = @build_vendor@
289 builddir = @builddir@
290 datadir = @datadir@
291 datarootdir = @datarootdir@
292 docdir = @docdir@
293 dvidir = @dvidir@
294 exec_prefix = @exec_prefix@
295 host = @host@
296 host_alias = @host_alias@
297 host_cpu = @host_cpu@
298 host_os = @host_os@
299 host_vendor = @host_vendor@
300 htmldir = @htmldir@
301 includedir = @includedir@
302 infodir = @infodir@
303 install_sh = @install_sh@
304 libdir = @libdir@
305 libexecdir = @libexecdir@
306 localedir = @localedir@
307 localstatedir = @localstatedir@
308 mandir = @mandir@
309 mkdir_p = @mkdir_p@
310 oldincludedir = @oldincludedir@
311 pdfdir = @pdfdir@
312 pkgpyexecdir = @pkgpyexecdir@
313 pkgpythondir = @pkgpythondir@
314 prefix = @prefix@
315 program_transform_name = @program_transform_name@
316 psdir = @psdir@
317 pyexecdir = @pyexecdir@
318 pythondir = @pythondir@
319 runstatedir = @runstatedir@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 srcdir = @srcdir@
323 sysconfdir = @sysconfdir@
324 target_alias = @target_alias@
325 top_build_prefix = @top_build_prefix@
326 top_builddir = @top_builddir@
327 top_srcdir = @top_srcdir@
328 AUTOMAKE_OPTIONS = 1.7
329 PLATFORM_VERSION = 3.0
330 pygobjectdir = $(pyexecdir)/gi/_gobject
331 pygobject_PYTHON = \
332         __init__.py
333
334 all: all-am
335
336 .SUFFIXES:
337 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
338         @for dep in $?; do \
339           case '$(am__configure_deps)' in \
340             *$$dep*) \
341               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342                 && { if test -f $@; then exit 0; else break; fi; }; \
343               exit 1;; \
344           esac; \
345         done; \
346         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gi/_gobject/Makefile'; \
347         $(am__cd) $(top_srcdir) && \
348           $(AUTOMAKE) --foreign gi/_gobject/Makefile
349 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350         @case '$?' in \
351           *config.status*) \
352             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353           *) \
354             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356         esac;
357
358 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
361 $(top_srcdir)/configure:  $(am__configure_deps)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
364         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365 $(am__aclocal_m4_deps):
366
367 mostlyclean-libtool:
368         -rm -f *.lo
369
370 clean-libtool:
371         -rm -rf .libs _libs
372 install-pygobjectPYTHON: $(pygobject_PYTHON)
373         @$(NORMAL_INSTALL)
374         @list='$(pygobject_PYTHON)'; dlist=; list2=; test -n "$(pygobjectdir)" || list=; \
375         if test -n "$$list"; then \
376           echo " $(MKDIR_P) '$(DESTDIR)$(pygobjectdir)'"; \
377           $(MKDIR_P) "$(DESTDIR)$(pygobjectdir)" || exit 1; \
378         fi; \
379         for p in $$list; do \
380           if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
381           if test -f $$b$$p; then \
382             $(am__strip_dir) \
383             dlist="$$dlist $$f"; \
384             list2="$$list2 $$b$$p"; \
385           else :; fi; \
386         done; \
387         for file in $$list2; do echo $$file; done | $(am__base_list) | \
388         while read files; do \
389           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pygobjectdir)'"; \
390           $(INSTALL_DATA) $$files "$(DESTDIR)$(pygobjectdir)" || exit $$?; \
391         done || exit $$?; \
392         if test -n "$$dlist"; then \
393           $(am__py_compile) --destdir "$(DESTDIR)" \
394                             --basedir "$(pygobjectdir)" $$dlist; \
395         else :; fi
396
397 uninstall-pygobjectPYTHON:
398         @$(NORMAL_UNINSTALL)
399         @list='$(pygobject_PYTHON)'; test -n "$(pygobjectdir)" || list=; \
400         py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
401         test -n "$$py_files" || exit 0; \
402         dir='$(DESTDIR)$(pygobjectdir)'; \
403         pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
404         pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
405         py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
406         echo "$$py_files_pep3147";\
407         pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
408         pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
409         st=0; \
410         for files in \
411           "$$py_files" \
412           "$$pyc_files" \
413           "$$pyo_files" \
414           "$$pyc_files_pep3147" \
415           "$$pyo_files_pep3147" \
416         ; do \
417           $(am__uninstall_files_from_dir) || st=$$?; \
418         done; \
419         exit $$st
420 tags TAGS:
421
422 ctags CTAGS:
423
424 cscope cscopelist:
425
426
427 distdir: $(DISTFILES)
428         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430         list='$(DISTFILES)'; \
431           dist_files=`for file in $$list; do echo $$file; done | \
432           sed -e "s|^$$srcdirstrip/||;t" \
433               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
434         case $$dist_files in \
435           */*) $(MKDIR_P) `echo "$$dist_files" | \
436                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
437                            sort -u` ;; \
438         esac; \
439         for file in $$dist_files; do \
440           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441           if test -d $$d/$$file; then \
442             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
443             if test -d "$(distdir)/$$file"; then \
444               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445             fi; \
446             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
447               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
448               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449             fi; \
450             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
451           else \
452             test -f "$(distdir)/$$file" \
453             || cp -p $$d/$$file "$(distdir)/$$file" \
454             || exit 1; \
455           fi; \
456         done
457 check-am: all-am
458         $(MAKE) $(AM_MAKEFLAGS) check-local
459 check: check-am
460 all-am: Makefile
461 installdirs:
462         for dir in "$(DESTDIR)$(pygobjectdir)"; do \
463           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
464         done
465 install: install-am
466 install-exec: install-exec-am
467 install-data: install-data-am
468 uninstall: uninstall-am
469
470 install-am: all-am
471         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
472
473 installcheck: installcheck-am
474 install-strip:
475         if test -z '$(STRIP)'; then \
476           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
477             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
478               install; \
479         else \
480           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
481             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
482             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
483         fi
484 mostlyclean-generic:
485
486 clean-generic:
487
488 distclean-generic:
489         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
490         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
491
492 maintainer-clean-generic:
493         @echo "This command is intended for maintainers to use"
494         @echo "it deletes files that may require special tools to rebuild."
495 clean: clean-am
496
497 clean-am: clean-generic clean-libtool mostlyclean-am
498
499 distclean: distclean-am
500         -rm -f Makefile
501 distclean-am: clean-am distclean-generic
502
503 dvi: dvi-am
504
505 dvi-am:
506
507 html: html-am
508
509 html-am:
510
511 info: info-am
512
513 info-am:
514
515 install-data-am: install-pygobjectPYTHON
516
517 install-dvi: install-dvi-am
518
519 install-dvi-am:
520
521 install-exec-am:
522
523 install-html: install-html-am
524
525 install-html-am:
526
527 install-info: install-info-am
528
529 install-info-am:
530
531 install-man:
532
533 install-pdf: install-pdf-am
534
535 install-pdf-am:
536
537 install-ps: install-ps-am
538
539 install-ps-am:
540
541 installcheck-am:
542
543 maintainer-clean: maintainer-clean-am
544         -rm -f Makefile
545 maintainer-clean-am: distclean-am maintainer-clean-generic
546
547 mostlyclean: mostlyclean-am
548
549 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
550
551 pdf: pdf-am
552
553 pdf-am:
554
555 ps: ps-am
556
557 ps-am:
558
559 uninstall-am: uninstall-pygobjectPYTHON
560
561 .MAKE: check-am install-am install-strip
562
563 .PHONY: all all-am check check-am check-local clean clean-generic \
564         clean-libtool cscopelist-am ctags-am distclean \
565         distclean-generic distclean-libtool distdir dvi dvi-am html \
566         html-am info info-am install install-am install-data \
567         install-data-am install-dvi install-dvi-am install-exec \
568         install-exec-am install-html install-html-am install-info \
569         install-info-am install-man install-pdf install-pdf-am \
570         install-ps install-ps-am install-pygobjectPYTHON install-strip \
571         installcheck installcheck-am installdirs maintainer-clean \
572         maintainer-clean-generic mostlyclean mostlyclean-generic \
573         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
574         uninstall-am uninstall-pygobjectPYTHON
575
576 .PRECIOUS: Makefile
577
578
579 # if we build in a separate tree, we need to symlink the *.py files from the
580 # source tree; Python does not accept the extensions and modules in different
581 # paths
582 build_pylinks:
583         for f in $(pygobject_PYTHON); do \
584             [ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
585         done
586
587 all: build_pylinks
588 check-local: build_pylinks
589
590 # Tell versions [3.59,3.63) of GNU make to not export all variables.
591 # Otherwise a system limit (for SysV at least) may be exceeded.
592 .NOEXPORT: