1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@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@
90pkglibexec_PROGRAMS = scheduler-python$(EXEEXT)
91subdir = extras/schedulers/scheduler-python
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-openssh.m4 \
94	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
105PROGRAMS = $(pkglibexec_PROGRAMS)
106am__dirstamp = $(am__leading_dot)dirstamp
107am__objects_1 = $(api_srcdir)/log.$(OBJEXT) \
108	$(api_srcdir)/scheduler_api.$(OBJEXT) \
109	$(api_srcdir)/tree.$(OBJEXT) $(api_srcdir)/util.$(OBJEXT) \
110	$(api_srcdir)/iobuf.$(OBJEXT)
111am_scheduler_python_OBJECTS = $(am__objects_1) \
112	$(schedulers_srcdir)/scheduler-python/scheduler_python.$(OBJEXT)
113scheduler_python_OBJECTS = $(am_scheduler_python_OBJECTS)
114scheduler_python_LDADD = $(LDADD)
115scheduler_python_DEPENDENCIES = $(LIBCOMPAT)
116AM_V_lt = $(am__v_lt_@AM_V@)
117am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
118am__v_lt_0 = --silent
119am__v_lt_1 =
120AM_V_P = $(am__v_P_@AM_V@)
121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_@AM_V@)
125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126am__v_GEN_0 = @echo "  GEN     " $@;
127am__v_GEN_1 =
128AM_V_at = $(am__v_at_@AM_V@)
129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130am__v_at_0 = @
131am__v_at_1 =
132DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
133depcomp =
134am__maybe_remake_depfiles =
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140	$(AM_CFLAGS) $(CFLAGS)
141AM_V_CC = $(am__v_CC_@AM_V@)
142am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
143am__v_CC_0 = @echo "  CC      " $@;
144am__v_CC_1 =
145CCLD = $(CC)
146LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148	$(AM_LDFLAGS) $(LDFLAGS) -o $@
149AM_V_CCLD = $(am__v_CCLD_@AM_V@)
150am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
151am__v_CCLD_0 = @echo "  CCLD    " $@;
152am__v_CCLD_1 =
153SOURCES = $(scheduler_python_SOURCES)
154DIST_SOURCES = $(scheduler_python_SOURCES)
155am__can_run_installinfo = \
156  case $$AM_UPDATE_INFO_DIR in \
157    n|no|NO) false;; \
158    *) (install-info --version) >/dev/null 2>&1;; \
159  esac
160am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
161# Read a list of newline-separated strings from the standard input,
162# and print each of them once, without duplicates.  Input order is
163# *not* preserved.
164am__uniquify_input = $(AWK) '\
165  BEGIN { nonempty = 0; } \
166  { items[$$0] = 1; nonempty = 1; } \
167  END { if (nonempty) { for (i in items) print i; }; } \
168'
169# Make sure the list of sources is unique.  This is necessary because,
170# e.g., the same source file might be shared among _SOURCES variables
171# for different programs/libraries.
172am__define_uniq_tagged_files = \
173  list='$(am__tagged_files)'; \
174  unique=`for i in $$list; do \
175    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176  done | $(am__uniquify_input)`
177ETAGS = etags
178CTAGS = ctags
179am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mk/paths.mk \
180	$(top_srcdir)/mk/scheduler.mk
181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182pkglibexecdir = @pkglibexecdir@
183ACLOCAL = @ACLOCAL@
184AMTAR = @AMTAR@
185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186AR = @AR@
187AUTOCONF = @AUTOCONF@
188AUTOHEADER = @AUTOHEADER@
189AUTOMAKE = @AUTOMAKE@
190AWK = @AWK@
191CAT = @CAT@
192CC = @CC@
193CFLAGS = @CFLAGS@ ${PYTHON_CPPFLAGS}
194CPP = @CPP@
195CPPFLAGS = @CPPFLAGS@
196CYGPATH_W = @CYGPATH_W@
197DEFS = @DEFS@
198DLLTOOL = @DLLTOOL@
199DSYMUTIL = @DSYMUTIL@
200DUMPBIN = @DUMPBIN@
201ECHO_C = @ECHO_C@
202ECHO_N = @ECHO_N@
203ECHO_T = @ECHO_T@
204EGREP = @EGREP@
205EXEEXT = @EXEEXT@
206FGREP = @FGREP@
207GREP = @GREP@
208GROFF = @GROFF@
209INSTALL = @INSTALL@
210INSTALL_DATA = @INSTALL_DATA@
211INSTALL_PROGRAM = @INSTALL_PROGRAM@
212INSTALL_SCRIPT = @INSTALL_SCRIPT@
213INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214LD = @LD@
215LDFLAGS = @LDFLAGS@ ${PYTHON_LDFLAGS}
216LIBOBJS = @LIBOBJS@
217LIBS = @LIBS@
218LIBTOOL = @LIBTOOL@
219LIPO = @LIPO@
220LN_S = @LN_S@
221LTLIBOBJS = @LTLIBOBJS@
222LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
223LUA_CPPFLAGS = @LUA_CPPFLAGS@
224LUA_LDFLAGS = @LUA_LDFLAGS@
225MAKEINFO = @MAKEINFO@
226MANDOC = @MANDOC@
227MANFMT = @MANFMT@
228MANIFEST_TOOL = @MANIFEST_TOOL@
229MANTYPE = @MANTYPE@
230MKDIR_P = @MKDIR_P@
231MYSQL_CONFIG = @MYSQL_CONFIG@
232NM = @NM@
233NMEDIT = @NMEDIT@
234NROFF = @NROFF@
235OBJDUMP = @OBJDUMP@
236OBJEXT = @OBJEXT@
237OTOOL = @OTOOL@
238OTOOL64 = @OTOOL64@
239PACKAGE = @PACKAGE@
240PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
241PACKAGE_NAME = @PACKAGE_NAME@
242PACKAGE_STRING = @PACKAGE_STRING@
243PACKAGE_TARNAME = @PACKAGE_TARNAME@
244PACKAGE_URL = @PACKAGE_URL@
245PACKAGE_VERSION = @PACKAGE_VERSION@
246PATH_SEPARATOR = @PATH_SEPARATOR@
247PERL_CPPFLAGS = @PERL_CPPFLAGS@
248PERL_LDFLAGS = @PERL_LDFLAGS@
249PRIVSEP_PATH = @PRIVSEP_PATH@
250PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
251PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
252RANLIB = @RANLIB@
253REDIS_CPPFLAGS = @REDIS_CPPFLAGS@
254REDIS_LDFLAGS = @REDIS_LDFLAGS@
255SED = @SED@
256SET_MAKE = @SET_MAKE@
257SH = @SH@
258SHELL = @SHELL@
259SMTPD_USER = @SMTPD_USER@
260STRIP = @STRIP@
261STRIP_OPT = @STRIP_OPT@
262TEST_MINUS_S_SH = @TEST_MINUS_S_SH@
263VERSION = @VERSION@
264abs_builddir = @abs_builddir@
265abs_srcdir = @abs_srcdir@
266abs_top_builddir = @abs_top_builddir@
267abs_top_srcdir = @abs_top_srcdir@
268ac_ct_AR = @ac_ct_AR@
269ac_ct_CC = @ac_ct_CC@
270ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271am__leading_dot = @am__leading_dot@
272am__tar = @am__tar@
273am__untar = @am__untar@
274bindir = @bindir@
275build = @build@
276build_alias = @build_alias@
277build_cpu = @build_cpu@
278build_os = @build_os@
279build_vendor = @build_vendor@
280builddir = @builddir@
281datadir = @datadir@
282datarootdir = @datarootdir@
283docdir = @docdir@
284dvidir = @dvidir@
285exec_prefix = @exec_prefix@
286host = @host@
287host_alias = @host_alias@
288host_cpu = @host_cpu@
289host_os = @host_os@
290host_vendor = @host_vendor@
291htmldir = @htmldir@
292includedir = @includedir@
293infodir = @infodir@
294install_sh = @install_sh@
295libdir = @libdir@
296libexecdir = @libexecdir@
297localedir = @localedir@
298localstatedir = @localstatedir@
299mandir = @mandir@
300mansubdir = @mansubdir@
301mkdir_p = @mkdir_p@
302oldincludedir = @oldincludedir@
303pdfdir = @pdfdir@
304prefix = @prefix@
305program_transform_name = @program_transform_name@
306psdir = @psdir@
307sbindir = @sbindir@
308sharedstatedir = @sharedstatedir@
309srcdir = @srcdir@
310sysconfdir = @sysconfdir@
311target_alias = @target_alias@
312top_build_prefix = @top_build_prefix@
313top_builddir = @top_builddir@
314top_srcdir = @top_srcdir@
315api_srcdir = $(top_srcdir)/api
316asr_srcdir = $(top_srcdir)/contrib/lib/libc/asr
317compat_srcdir = $(top_srcdir)/openbsd-compat
318regress_srcdir = $(top_srcdir)/regress/bin
319filters_srcdir = $(top_srcdir)/extras/filters
320queues_srcdir = $(top_srcdir)/extras/queues
321schedulers_srcdir = $(top_srcdir)/extras/schedulers
322tables_srcdir = $(top_srcdir)/extras/tables
323tools_srcdir = $(top_srcdir)/extras/tools
324PATHS = -DSMTPD_CONFDIR=\"$(sysconfdir)\"			\
325		-DPATH_CHROOT=\"$(PRIVSEP_PATH)\"			\
326		-DPATH_LIBEXEC=\"$(pkglibexecdir)\"
327
328AM_CPPFLAGS = -I$(api_srcdir) -I$(compat_srcdir)
329LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
330LDADD = $(LIBCOMPAT)
331SRCS = $(api_srcdir)/log.c $(api_srcdir)/scheduler_api.c \
332	$(api_srcdir)/tree.c $(api_srcdir)/util.c \
333	$(api_srcdir)/iobuf.c
334scheduler_python_SOURCES = $(SRCS) \
335	$(schedulers_srcdir)/scheduler-python/scheduler_python.c
336all: all-am
337
338.SUFFIXES:
339.SUFFIXES: .c .lo .o .obj
340$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/mk/paths.mk $(top_srcdir)/mk/scheduler.mk $(am__configure_deps)
341	@for dep in $?; do \
342	  case '$(am__configure_deps)' in \
343	    *$$dep*) \
344	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
345	        && { if test -f $@; then exit 0; else break; fi; }; \
346	      exit 1;; \
347	  esac; \
348	done; \
349	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps extras/schedulers/scheduler-python/Makefile'; \
350	$(am__cd) $(top_srcdir) && \
351	  $(AUTOMAKE) --foreign --ignore-deps extras/schedulers/scheduler-python/Makefile
352Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
353	@case '$?' in \
354	  *config.status*) \
355	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
356	  *) \
357	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
358	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
359	esac;
360$(top_srcdir)/mk/paths.mk $(top_srcdir)/mk/scheduler.mk $(am__empty):
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):
370install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
371	@$(NORMAL_INSTALL)
372	@list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
373	if test -n "$$list"; then \
374	  echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
375	  $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
376	fi; \
377	for p in $$list; do echo "$$p $$p"; done | \
378	sed 's/$(EXEEXT)$$//' | \
379	while read p p1; do if test -f $$p \
380	 || test -f $$p1 \
381	  ; then echo "$$p"; echo "$$p"; else :; fi; \
382	done | \
383	sed -e 'p;s,.*/,,;n;h' \
384	    -e 's|.*|.|' \
385	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
386	sed 'N;N;N;s,\n, ,g' | \
387	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
388	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
389	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
390	    else { print "f", $$3 "/" $$4, $$1; } } \
391	  END { for (d in files) print "f", d, files[d] }' | \
392	while read type dir files; do \
393	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
394	    test -z "$$files" || { \
395	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
396	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
397	    } \
398	; done
399
400uninstall-pkglibexecPROGRAMS:
401	@$(NORMAL_UNINSTALL)
402	@list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
403	files=`for p in $$list; do echo "$$p"; done | \
404	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
405	      -e 's/$$/$(EXEEXT)/' \
406	`; \
407	test -n "$$list" || exit 0; \
408	echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
409	cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
410
411clean-pkglibexecPROGRAMS:
412	@list='$(pkglibexec_PROGRAMS)'; test -n "$$list" || exit 0; \
413	echo " rm -f" $$list; \
414	rm -f $$list || exit $$?; \
415	test -n "$(EXEEXT)" || exit 0; \
416	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
417	echo " rm -f" $$list; \
418	rm -f $$list
419$(api_srcdir)/$(am__dirstamp):
420	@$(MKDIR_P) $(api_srcdir)
421	@: > $(api_srcdir)/$(am__dirstamp)
422$(api_srcdir)/log.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
423$(api_srcdir)/scheduler_api.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
424$(api_srcdir)/tree.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
425$(api_srcdir)/util.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
426$(api_srcdir)/iobuf.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
427$(schedulers_srcdir)/scheduler-python/$(am__dirstamp):
428	@$(MKDIR_P) $(schedulers_srcdir)/scheduler-python
429	@: > $(schedulers_srcdir)/scheduler-python/$(am__dirstamp)
430$(schedulers_srcdir)/scheduler-python/scheduler_python.$(OBJEXT):  \
431	$(schedulers_srcdir)/scheduler-python/$(am__dirstamp)
432
433scheduler-python$(EXEEXT): $(scheduler_python_OBJECTS) $(scheduler_python_DEPENDENCIES) $(EXTRA_scheduler_python_DEPENDENCIES)
434	@rm -f scheduler-python$(EXEEXT)
435	$(AM_V_CCLD)$(LINK) $(scheduler_python_OBJECTS) $(scheduler_python_LDADD) $(LIBS)
436
437mostlyclean-compile:
438	-rm -f *.$(OBJEXT)
439	-rm -f $(api_srcdir)/*.$(OBJEXT)
440	-rm -f $(schedulers_srcdir)/scheduler-python/*.$(OBJEXT)
441
442distclean-compile:
443	-rm -f *.tab.c
444
445.c.o:
446	$(AM_V_CC)$(COMPILE) -c -o $@ $<
447
448.c.obj:
449	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
450
451.c.lo:
452	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
453
454mostlyclean-libtool:
455	-rm -f *.lo
456
457clean-libtool:
458	-rm -rf .libs _libs
459
460ID: $(am__tagged_files)
461	$(am__define_uniq_tagged_files); mkid -fID $$unique
462tags: tags-am
463TAGS: tags
464
465tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466	set x; \
467	here=`pwd`; \
468	$(am__define_uniq_tagged_files); \
469	shift; \
470	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471	  test -n "$$unique" || unique=$$empty_fix; \
472	  if test $$# -gt 0; then \
473	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474	      "$$@" $$unique; \
475	  else \
476	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477	      $$unique; \
478	  fi; \
479	fi
480ctags: ctags-am
481
482CTAGS: ctags
483ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
484	$(am__define_uniq_tagged_files); \
485	test -z "$(CTAGS_ARGS)$$unique" \
486	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487	     $$unique
488
489GTAGS:
490	here=`$(am__cd) $(top_builddir) && pwd` \
491	  && $(am__cd) $(top_srcdir) \
492	  && gtags -i $(GTAGS_ARGS) "$$here"
493cscopelist: cscopelist-am
494
495cscopelist-am: $(am__tagged_files)
496	list='$(am__tagged_files)'; \
497	case "$(srcdir)" in \
498	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
499	  *) sdir=$(subdir)/$(srcdir) ;; \
500	esac; \
501	for i in $$list; do \
502	  if test -f "$$i"; then \
503	    echo "$(subdir)/$$i"; \
504	  else \
505	    echo "$$sdir/$$i"; \
506	  fi; \
507	done >> $(top_builddir)/cscope.files
508
509distclean-tags:
510	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
512distdir: $(BUILT_SOURCES)
513	$(MAKE) $(AM_MAKEFLAGS) distdir-am
514
515distdir-am: $(DISTFILES)
516	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518	list='$(DISTFILES)'; \
519	  dist_files=`for file in $$list; do echo $$file; done | \
520	  sed -e "s|^$$srcdirstrip/||;t" \
521	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
522	case $$dist_files in \
523	  */*) $(MKDIR_P) `echo "$$dist_files" | \
524			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525			   sort -u` ;; \
526	esac; \
527	for file in $$dist_files; do \
528	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529	  if test -d $$d/$$file; then \
530	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
531	    if test -d "$(distdir)/$$file"; then \
532	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533	    fi; \
534	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
536	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537	    fi; \
538	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539	  else \
540	    test -f "$(distdir)/$$file" \
541	    || cp -p $$d/$$file "$(distdir)/$$file" \
542	    || exit 1; \
543	  fi; \
544	done
545check-am: all-am
546check: check-am
547all-am: Makefile $(PROGRAMS)
548installdirs:
549	for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
550	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
551	done
552install: install-am
553install-exec: install-exec-am
554install-data: install-data-am
555uninstall: uninstall-am
556
557install-am: all-am
558	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
559
560installcheck: installcheck-am
561install-strip:
562	if test -z '$(STRIP)'; then \
563	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
564	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
565	      install; \
566	else \
567	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
570	fi
571mostlyclean-generic:
572
573clean-generic:
574
575distclean-generic:
576	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
577	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
578	-test -z "$(api_srcdir)/$(am__dirstamp)" || rm -f $(api_srcdir)/$(am__dirstamp)
579	-test -z "$(schedulers_srcdir)/scheduler-python/$(am__dirstamp)" || rm -f $(schedulers_srcdir)/scheduler-python/$(am__dirstamp)
580
581maintainer-clean-generic:
582	@echo "This command is intended for maintainers to use"
583	@echo "it deletes files that may require special tools to rebuild."
584clean: clean-am
585
586clean-am: clean-generic clean-libtool clean-pkglibexecPROGRAMS \
587	mostlyclean-am
588
589distclean: distclean-am
590	-rm -f Makefile
591distclean-am: clean-am distclean-compile distclean-generic \
592	distclean-tags
593
594dvi: dvi-am
595
596dvi-am:
597
598html: html-am
599
600html-am:
601
602info: info-am
603
604info-am:
605
606install-data-am:
607
608install-dvi: install-dvi-am
609
610install-dvi-am:
611
612install-exec-am: install-pkglibexecPROGRAMS
613
614install-html: install-html-am
615
616install-html-am:
617
618install-info: install-info-am
619
620install-info-am:
621
622install-man:
623
624install-pdf: install-pdf-am
625
626install-pdf-am:
627
628install-ps: install-ps-am
629
630install-ps-am:
631
632installcheck-am:
633
634maintainer-clean: maintainer-clean-am
635	-rm -f Makefile
636maintainer-clean-am: distclean-am maintainer-clean-generic
637
638mostlyclean: mostlyclean-am
639
640mostlyclean-am: mostlyclean-compile mostlyclean-generic \
641	mostlyclean-libtool
642
643pdf: pdf-am
644
645pdf-am:
646
647ps: ps-am
648
649ps-am:
650
651uninstall-am: uninstall-pkglibexecPROGRAMS
652
653.MAKE: install-am install-strip
654
655.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
656	clean-libtool clean-pkglibexecPROGRAMS cscopelist-am ctags \
657	ctags-am distclean distclean-compile distclean-generic \
658	distclean-libtool distclean-tags distdir dvi dvi-am html \
659	html-am info info-am install install-am install-data \
660	install-data-am install-dvi install-dvi-am install-exec \
661	install-exec-am install-html install-html-am install-info \
662	install-info-am install-man install-pdf install-pdf-am \
663	install-pkglibexecPROGRAMS install-ps install-ps-am \
664	install-strip installcheck installcheck-am installdirs \
665	maintainer-clean maintainer-clean-generic mostlyclean \
666	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
667	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
668	uninstall-pkglibexecPROGRAMS
669
670.PRECIOUS: Makefile
671
672
673# Tell versions [3.59,3.63) of GNU make to not export all variables.
674# Otherwise a system limit (for SysV at least) may be exceeded.
675.NOEXPORT:
676