1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
16VPATH = @srcdir@
17am__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}
28am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = src/orca/scripts/apps/ekiga
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
93	$(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
94	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
95	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
96	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
97	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
98	$(top_srcdir)/m4/yelp.m4 $(top_srcdir)/acinclude.m4 \
99	$(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(orca_python_PYTHON) \
103	$(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121am__can_run_installinfo = \
122  case $$AM_UPDATE_INFO_DIR in \
123    n|no|NO) false;; \
124    *) (install-info --version) >/dev/null 2>&1;; \
125  esac
126am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
127am__vpath_adj = case $$p in \
128    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129    *) f=$$p;; \
130  esac;
131am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
132am__install_max = 40
133am__nobase_strip_setup = \
134  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
135am__nobase_strip = \
136  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
137am__nobase_list = $(am__nobase_strip_setup); \
138  for p in $$list; do echo "$$p $$p"; done | \
139  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
140  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141    if (++n[$$2] == $(am__install_max)) \
142      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143    END { for (dir in files) print dir, files[dir] }'
144am__base_list = \
145  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
146  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
147am__uninstall_files_from_dir = { \
148  test -z "$$files" \
149    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
150    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151         $(am__cd) "$$dir" && rm -f $$files; }; \
152  }
153am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
154am__installdirs = "$(DESTDIR)$(orca_pythondir)"
155am__pep3147_tweak = \
156  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.pyc __pycache__/&.*.pyo|'
157py_compile = $(top_srcdir)/py-compile
158am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
159am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161ACLOCAL = @ACLOCAL@
162AMTAR = @AMTAR@
163AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164ATKBRIDGE_CFLAGS = @ATKBRIDGE_CFLAGS@
165ATKBRIDGE_LIBS = @ATKBRIDGE_LIBS@
166ATSPI2_CFLAGS = @ATSPI2_CFLAGS@
167ATSPI2_LIBS = @ATSPI2_LIBS@
168AUTOCONF = @AUTOCONF@
169AUTOHEADER = @AUTOHEADER@
170AUTOMAKE = @AUTOMAKE@
171AWK = @AWK@
172CC = @CC@
173CCDEPMODE = @CCDEPMODE@
174CFLAGS = @CFLAGS@
175CPP = @CPP@
176CPPFLAGS = @CPPFLAGS@
177CYGPATH_W = @CYGPATH_W@
178DEFS = @DEFS@
179DEPDIR = @DEPDIR@
180ECHO_C = @ECHO_C@
181ECHO_N = @ECHO_N@
182ECHO_T = @ECHO_T@
183EGREP = @EGREP@
184EXEEXT = @EXEEXT@
185GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
186GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
187GMSGFMT = @GMSGFMT@
188GMSGFMT_015 = @GMSGFMT_015@
189GREP = @GREP@
190GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
191GSTREAMER_LIBS = @GSTREAMER_LIBS@
192HELP_DIR = @HELP_DIR@
193INSTALL = @INSTALL@
194INSTALL_DATA = @INSTALL_DATA@
195INSTALL_PROGRAM = @INSTALL_PROGRAM@
196INSTALL_SCRIPT = @INSTALL_SCRIPT@
197INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
198INTLLIBS = @INTLLIBS@
199INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
200ITSTOOL = @ITSTOOL@
201LDFLAGS = @LDFLAGS@
202LIBICONV = @LIBICONV@
203LIBINTL = @LIBINTL@
204LIBOBJS = @LIBOBJS@
205LIBS = @LIBS@
206LN_S = @LN_S@
207LOUIS_TABLE_DIR = @LOUIS_TABLE_DIR@
208LTLIBICONV = @LTLIBICONV@
209LTLIBINTL = @LTLIBINTL@
210LTLIBOBJS = @LTLIBOBJS@
211MAINT = @MAINT@
212MAKEINFO = @MAKEINFO@
213MKDIR_P = @MKDIR_P@
214MSGFMT = @MSGFMT@
215MSGMERGE = @MSGMERGE@
216MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
217OBJEXT = @OBJEXT@
218PACKAGE = @PACKAGE@
219PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
220PACKAGE_NAME = @PACKAGE_NAME@
221PACKAGE_STRING = @PACKAGE_STRING@
222PACKAGE_TARNAME = @PACKAGE_TARNAME@
223PACKAGE_URL = @PACKAGE_URL@
224PACKAGE_VERSION = @PACKAGE_VERSION@
225PATH_SEPARATOR = @PATH_SEPARATOR@
226PKG_CONFIG = @PKG_CONFIG@
227PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
228PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
229PLATFORM_PATH = @PLATFORM_PATH@
230POSUB = @POSUB@
231PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
232PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
233PYTHON = @PYTHON@
234PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
235PYTHON_PLATFORM = @PYTHON_PLATFORM@
236PYTHON_PREFIX = @PYTHON_PREFIX@
237PYTHON_VERSION = @PYTHON_VERSION@
238REVISION = @REVISION@
239SED = @SED@
240SET_MAKE = @SET_MAKE@
241SHELL = @SHELL@
242STRIP = @STRIP@
243USE_NLS = @USE_NLS@
244VERSION = @VERSION@
245XGETTEXT = @XGETTEXT@
246XGETTEXT_015 = @XGETTEXT_015@
247XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
248XMLLINT = @XMLLINT@
249YELP_LC_DIST = @YELP_LC_DIST@
250YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
251abs_builddir = @abs_builddir@
252abs_srcdir = @abs_srcdir@
253abs_top_builddir = @abs_top_builddir@
254abs_top_srcdir = @abs_top_srcdir@
255ac_ct_CC = @ac_ct_CC@
256am__include = @am__include@
257am__leading_dot = @am__leading_dot@
258am__quote = @am__quote@
259am__tar = @am__tar@
260am__untar = @am__untar@
261bindir = @bindir@
262build = @build@
263build_alias = @build_alias@
264build_cpu = @build_cpu@
265build_os = @build_os@
266build_vendor = @build_vendor@
267builddir = @builddir@
268datadir = @datadir@
269datarootdir = @datarootdir@
270docdir = @docdir@
271dvidir = @dvidir@
272exec_prefix = @exec_prefix@
273host = @host@
274host_alias = @host_alias@
275host_cpu = @host_cpu@
276host_os = @host_os@
277host_vendor = @host_vendor@
278htmldir = @htmldir@
279includedir = @includedir@
280infodir = @infodir@
281install_sh = @install_sh@
282libdir = @libdir@
283libexecdir = @libexecdir@
284localedir = @localedir@
285localstatedir = @localstatedir@
286mandir = @mandir@
287mkdir_p = @mkdir_p@
288oldincludedir = @oldincludedir@
289pdfdir = @pdfdir@
290pkgpyexecdir = @pkgpyexecdir@
291pkgpythondir = @pkgpythondir@
292prefix = @prefix@
293program_transform_name = @program_transform_name@
294psdir = @psdir@
295pyexecdir = @pyexecdir@
296pythondir = @pythondir@
297runstatedir = @runstatedir@
298sbindir = @sbindir@
299sharedstatedir = @sharedstatedir@
300srcdir = @srcdir@
301sysconfdir = @sysconfdir@
302target_alias = @target_alias@
303top_build_prefix = @top_build_prefix@
304top_builddir = @top_builddir@
305top_srcdir = @top_srcdir@
306orca_python_PYTHON = \
307	__init__.py \
308	script.py
309
310orca_pythondir = $(pkgpythondir)/scripts/apps/ekiga
311all: all-am
312
313.SUFFIXES:
314$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
315	@for dep in $?; do \
316	  case '$(am__configure_deps)' in \
317	    *$$dep*) \
318	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
319	        && { if test -f $@; then exit 0; else break; fi; }; \
320	      exit 1;; \
321	  esac; \
322	done; \
323	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/orca/scripts/apps/ekiga/Makefile'; \
324	$(am__cd) $(top_srcdir) && \
325	  $(AUTOMAKE) --gnu src/orca/scripts/apps/ekiga/Makefile
326Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327	@case '$?' in \
328	  *config.status*) \
329	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
330	  *) \
331	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
332	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
333	esac;
334
335$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337
338$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
339	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342$(am__aclocal_m4_deps):
343install-orca_pythonPYTHON: $(orca_python_PYTHON)
344	@$(NORMAL_INSTALL)
345	@list='$(orca_python_PYTHON)'; dlist=; list2=; test -n "$(orca_pythondir)" || list=; \
346	if test -n "$$list"; then \
347	  echo " $(MKDIR_P) '$(DESTDIR)$(orca_pythondir)'"; \
348	  $(MKDIR_P) "$(DESTDIR)$(orca_pythondir)" || exit 1; \
349	fi; \
350	for p in $$list; do \
351	  if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
352	  if test -f $$b$$p; then \
353	    $(am__strip_dir) \
354	    dlist="$$dlist $$f"; \
355	    list2="$$list2 $$b$$p"; \
356	  else :; fi; \
357	done; \
358	for file in $$list2; do echo $$file; done | $(am__base_list) | \
359	while read files; do \
360	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(orca_pythondir)'"; \
361	  $(INSTALL_DATA) $$files "$(DESTDIR)$(orca_pythondir)" || exit $$?; \
362	done || exit $$?; \
363	if test -n "$$dlist"; then \
364	  $(am__py_compile) --destdir "$(DESTDIR)" \
365	                    --basedir "$(orca_pythondir)" $$dlist; \
366	else :; fi
367
368uninstall-orca_pythonPYTHON:
369	@$(NORMAL_UNINSTALL)
370	@list='$(orca_python_PYTHON)'; test -n "$(orca_pythondir)" || list=; \
371	py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
372	test -n "$$py_files" || exit 0; \
373	dir='$(DESTDIR)$(orca_pythondir)'; \
374	pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
375	pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
376	st=0; \
377	for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
378	  $(am__uninstall_files_from_dir) || st=$$?; \
379	done; \
380	dir='$(DESTDIR)$(orca_pythondir)'; \
381	echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
382	  while read files; do \
383	    $(am__uninstall_files_from_dir) || st=$$?; \
384	  done || exit $$?; \
385	exit $$st
386tags TAGS:
387
388ctags CTAGS:
389
390cscope cscopelist:
391
392
393distdir: $(BUILT_SOURCES)
394	$(MAKE) $(AM_MAKEFLAGS) distdir-am
395
396distdir-am: $(DISTFILES)
397	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399	list='$(DISTFILES)'; \
400	  dist_files=`for file in $$list; do echo $$file; done | \
401	  sed -e "s|^$$srcdirstrip/||;t" \
402	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
403	case $$dist_files in \
404	  */*) $(MKDIR_P) `echo "$$dist_files" | \
405			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
406			   sort -u` ;; \
407	esac; \
408	for file in $$dist_files; do \
409	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410	  if test -d $$d/$$file; then \
411	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
412	    if test -d "$(distdir)/$$file"; then \
413	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414	    fi; \
415	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
417	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418	    fi; \
419	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
420	  else \
421	    test -f "$(distdir)/$$file" \
422	    || cp -p $$d/$$file "$(distdir)/$$file" \
423	    || exit 1; \
424	  fi; \
425	done
426check-am: all-am
427check: check-am
428all-am: Makefile
429installdirs:
430	for dir in "$(DESTDIR)$(orca_pythondir)"; do \
431	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
432	done
433install: install-am
434install-exec: install-exec-am
435install-data: install-data-am
436uninstall: uninstall-am
437
438install-am: all-am
439	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
440
441installcheck: installcheck-am
442install-strip:
443	if test -z '$(STRIP)'; then \
444	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446	      install; \
447	else \
448	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
451	fi
452mostlyclean-generic:
453
454clean-generic:
455
456distclean-generic:
457	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459
460maintainer-clean-generic:
461	@echo "This command is intended for maintainers to use"
462	@echo "it deletes files that may require special tools to rebuild."
463clean: clean-am
464
465clean-am: clean-generic mostlyclean-am
466
467distclean: distclean-am
468	-rm -f Makefile
469distclean-am: clean-am distclean-generic
470
471dvi: dvi-am
472
473dvi-am:
474
475html: html-am
476
477html-am:
478
479info: info-am
480
481info-am:
482
483install-data-am: install-orca_pythonPYTHON
484
485install-dvi: install-dvi-am
486
487install-dvi-am:
488
489install-exec-am:
490
491install-html: install-html-am
492
493install-html-am:
494
495install-info: install-info-am
496
497install-info-am:
498
499install-man:
500
501install-pdf: install-pdf-am
502
503install-pdf-am:
504
505install-ps: install-ps-am
506
507install-ps-am:
508
509installcheck-am:
510
511maintainer-clean: maintainer-clean-am
512	-rm -f Makefile
513maintainer-clean-am: distclean-am maintainer-clean-generic
514
515mostlyclean: mostlyclean-am
516
517mostlyclean-am: mostlyclean-generic
518
519pdf: pdf-am
520
521pdf-am:
522
523ps: ps-am
524
525ps-am:
526
527uninstall-am: uninstall-orca_pythonPYTHON
528
529.MAKE: install-am install-strip
530
531.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
532	ctags-am distclean distclean-generic distdir dvi dvi-am html \
533	html-am info info-am install install-am install-data \
534	install-data-am install-dvi install-dvi-am install-exec \
535	install-exec-am install-html install-html-am install-info \
536	install-info-am install-man install-orca_pythonPYTHON \
537	install-pdf install-pdf-am install-ps install-ps-am \
538	install-strip installcheck installcheck-am installdirs \
539	maintainer-clean maintainer-clean-generic mostlyclean \
540	mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
541	uninstall-am uninstall-orca_pythonPYTHON
542
543.PRECIOUS: Makefile
544
545
546# Tell versions [3.59,3.63) of GNU make to not export all variables.
547# Otherwise a system limit (for SysV at least) may be exceeded.
548.NOEXPORT:
549