~ubuntu-branches/ubuntu/karmic/upstart/karmic

« back to all changes in this revision

Viewing changes to init/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-09-23 14:16:34 UTC
  • Revision ID: james.westby@ubuntu.com-20090923141634-ow717rj8m4fujjwt
Tags: 0.6.3-5
Update autoconf and automake files.  LP: #435252.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
71
73
mkinstalldirs = $(install_sh) -d
72
74
CONFIG_HEADER = $(top_builddir)/config.h
73
75
CONFIG_CLEAN_FILES =
 
76
CONFIG_CLEAN_VPATH_FILES =
74
77
am__EXEEXT_1 = test_system$(EXEEXT) test_environ$(EXEEXT) \
75
78
        test_process$(EXEEXT) test_job_class$(EXEEXT) \
76
79
        test_job_process$(EXEEXT) test_job$(EXEEXT) \
80
83
        test_control$(EXEEXT)
81
84
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" \
82
85
        "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)"
83
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
84
86
PROGRAMS = $(sbin_PROGRAMS)
85
87
am_init_OBJECTS = main.$(OBJEXT) system.$(OBJEXT) environ.$(OBJEXT) \
86
88
        process.$(OBJEXT) job_class.$(OBJEXT) job_process.$(OBJEXT) \
232
234
DEFAULT_INCLUDES = 
233
235
depcomp = $(SHELL) $(top_srcdir)/depcomp
234
236
am__depfiles_maybe = depfiles
 
237
am__mv = mv -f
235
238
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
236
239
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
237
240
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
256
259
        $(test_job_class_SOURCES) $(test_job_process_SOURCES) \
257
260
        $(test_parse_conf_SOURCES) $(test_parse_job_SOURCES) \
258
261
        $(test_process_SOURCES) $(test_system_SOURCES)
 
262
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
263
am__vpath_adj = case $$p in \
 
264
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
265
    *) f=$$p;; \
 
266
  esac;
 
267
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
268
am__install_max = 40
 
269
am__nobase_strip_setup = \
 
270
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
271
am__nobase_strip = \
 
272
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
273
am__nobase_list = $(am__nobase_strip_setup); \
 
274
  for p in $$list; do echo "$$p $$p"; done | \
 
275
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
276
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
277
    if (++n[$$2] == $(am__install_max)) \
 
278
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
279
    END { for (dir in files) print dir, files[dir] }'
 
280
am__base_list = \
 
281
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
282
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
259
283
man5dir = $(mandir)/man5
260
284
man7dir = $(mandir)/man7
261
285
man8dir = $(mandir)/man8
263
287
MANS = $(dist_man_MANS)
264
288
ETAGS = etags
265
289
CTAGS = ctags
 
290
am__tty_colors = \
 
291
red=; grn=; lgn=; blu=; std=
266
292
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267
293
ACLOCAL = @ACLOCAL@
268
294
ALLOCA = @ALLOCA@
352
378
PACKAGE_NAME = @PACKAGE_NAME@
353
379
PACKAGE_STRING = @PACKAGE_STRING@
354
380
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
381
PACKAGE_URL = @PACKAGE_URL@
355
382
PACKAGE_VERSION = @PACKAGE_VERSION@
356
383
PATH_SEPARATOR = @PATH_SEPARATOR@
357
384
PKG_CONFIG = @PKG_CONFIG@
673
700
              exit 1;; \
674
701
          esac; \
675
702
        done; \
676
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  init/Makefile'; \
677
 
        cd $(top_srcdir) && \
678
 
          $(AUTOMAKE) --gnu  init/Makefile
 
703
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu init/Makefile'; \
 
704
        $(am__cd) $(top_srcdir) && \
 
705
          $(AUTOMAKE) --gnu init/Makefile
679
706
.PRECIOUS: Makefile
680
707
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
681
708
        @case '$?' in \
693
720
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
694
721
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
695
722
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
723
$(am__aclocal_m4_deps):
696
724
 
697
725
clean-checkPROGRAMS:
698
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
699
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
700
 
          echo " rm -f $$p $$f"; \
701
 
          rm -f $$p $$f ; \
702
 
        done
 
726
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
727
        echo " rm -f" $$list; \
 
728
        rm -f $$list || exit $$?; \
 
729
        test -n "$(EXEEXT)" || exit 0; \
 
730
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
731
        echo " rm -f" $$list; \
 
732
        rm -f $$list
703
733
install-sbinPROGRAMS: $(sbin_PROGRAMS)
704
734
        @$(NORMAL_INSTALL)
705
735
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
706
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
707
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
708
 
          if test -f $$p \
709
 
             || test -f $$p1 \
710
 
          ; then \
711
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
712
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
713
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
714
 
          else :; fi; \
715
 
        done
 
736
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
737
        for p in $$list; do echo "$$p $$p"; done | \
 
738
        sed 's/$(EXEEXT)$$//' | \
 
739
        while read p p1; do if test -f $$p || test -f $$p1; \
 
740
          then echo "$$p"; echo "$$p"; else :; fi; \
 
741
        done | \
 
742
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
743
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
744
        sed 'N;N;N;s,\n, ,g' | \
 
745
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
746
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
747
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
748
            else { print "f", $$3 "/" $$4, $$1; } } \
 
749
          END { for (d in files) print "f", d, files[d] }' | \
 
750
        while read type dir files; do \
 
751
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
752
            test -z "$$files" || { \
 
753
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
754
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
755
            } \
 
756
        ; done
716
757
 
717
758
uninstall-sbinPROGRAMS:
718
759
        @$(NORMAL_UNINSTALL)
719
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
720
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
721
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
722
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
723
 
        done
 
760
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
761
        files=`for p in $$list; do echo "$$p"; done | \
 
762
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
763
              -e 's/$$/$(EXEEXT)/' `; \
 
764
        test -n "$$list" || exit 0; \
 
765
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
766
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
724
767
 
725
768
clean-sbinPROGRAMS:
726
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
727
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
728
 
          echo " rm -f $$p $$f"; \
729
 
          rm -f $$p $$f ; \
730
 
        done
 
769
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
770
        echo " rm -f" $$list; \
 
771
        rm -f $$list || exit $$?; \
 
772
        test -n "$(EXEEXT)" || exit 0; \
 
773
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
774
        echo " rm -f" $$list; \
 
775
        rm -f $$list
731
776
init$(EXEEXT): $(init_OBJECTS) $(init_DEPENDENCIES) 
732
777
        @rm -f init$(EXEEXT)
733
778
        $(LINK) $(init_OBJECTS) $(init_LDADD) $(LIBS)
810
855
 
811
856
.c.o:
812
857
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
813
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
858
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
814
859
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
815
860
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816
861
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
817
862
 
818
863
.c.obj:
819
864
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
820
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
865
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
821
866
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
822
867
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823
868
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
824
869
 
825
870
.c.lo:
826
871
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
827
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
872
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
828
873
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
829
874
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
830
875
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
831
876
 
832
877
test_blocked.o: tests/test_blocked.c
833
878
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_blocked.o -MD -MP -MF $(DEPDIR)/test_blocked.Tpo -c -o test_blocked.o `test -f 'tests/test_blocked.c' || echo '$(srcdir)/'`tests/test_blocked.c
834
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_blocked.Tpo $(DEPDIR)/test_blocked.Po
 
879
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_blocked.Tpo $(DEPDIR)/test_blocked.Po
835
880
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_blocked.c' object='test_blocked.o' libtool=no @AMDEPBACKSLASH@
836
881
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
837
882
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_blocked.o `test -f 'tests/test_blocked.c' || echo '$(srcdir)/'`tests/test_blocked.c
838
883
 
839
884
test_blocked.obj: tests/test_blocked.c
840
885
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_blocked.obj -MD -MP -MF $(DEPDIR)/test_blocked.Tpo -c -o test_blocked.obj `if test -f 'tests/test_blocked.c'; then $(CYGPATH_W) 'tests/test_blocked.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_blocked.c'; fi`
841
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_blocked.Tpo $(DEPDIR)/test_blocked.Po
 
886
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_blocked.Tpo $(DEPDIR)/test_blocked.Po
842
887
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_blocked.c' object='test_blocked.obj' libtool=no @AMDEPBACKSLASH@
843
888
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844
889
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_blocked.obj `if test -f 'tests/test_blocked.c'; then $(CYGPATH_W) 'tests/test_blocked.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_blocked.c'; fi`
845
890
 
846
891
test_conf.o: tests/test_conf.c
847
892
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_conf.o -MD -MP -MF $(DEPDIR)/test_conf.Tpo -c -o test_conf.o `test -f 'tests/test_conf.c' || echo '$(srcdir)/'`tests/test_conf.c
848
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_conf.Tpo $(DEPDIR)/test_conf.Po
 
893
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_conf.Tpo $(DEPDIR)/test_conf.Po
849
894
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_conf.c' object='test_conf.o' libtool=no @AMDEPBACKSLASH@
850
895
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851
896
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_conf.o `test -f 'tests/test_conf.c' || echo '$(srcdir)/'`tests/test_conf.c
852
897
 
853
898
test_conf.obj: tests/test_conf.c
854
899
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_conf.obj -MD -MP -MF $(DEPDIR)/test_conf.Tpo -c -o test_conf.obj `if test -f 'tests/test_conf.c'; then $(CYGPATH_W) 'tests/test_conf.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_conf.c'; fi`
855
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_conf.Tpo $(DEPDIR)/test_conf.Po
 
900
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_conf.Tpo $(DEPDIR)/test_conf.Po
856
901
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_conf.c' object='test_conf.obj' libtool=no @AMDEPBACKSLASH@
857
902
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
858
903
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_conf.obj `if test -f 'tests/test_conf.c'; then $(CYGPATH_W) 'tests/test_conf.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_conf.c'; fi`
859
904
 
860
905
test_control.o: tests/test_control.c
861
906
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_control.o -MD -MP -MF $(DEPDIR)/test_control.Tpo -c -o test_control.o `test -f 'tests/test_control.c' || echo '$(srcdir)/'`tests/test_control.c
862
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_control.Tpo $(DEPDIR)/test_control.Po
 
907
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_control.Tpo $(DEPDIR)/test_control.Po
863
908
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_control.c' object='test_control.o' libtool=no @AMDEPBACKSLASH@
864
909
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
865
910
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_control.o `test -f 'tests/test_control.c' || echo '$(srcdir)/'`tests/test_control.c
866
911
 
867
912
test_control.obj: tests/test_control.c
868
913
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_control.obj -MD -MP -MF $(DEPDIR)/test_control.Tpo -c -o test_control.obj `if test -f 'tests/test_control.c'; then $(CYGPATH_W) 'tests/test_control.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_control.c'; fi`
869
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_control.Tpo $(DEPDIR)/test_control.Po
 
914
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_control.Tpo $(DEPDIR)/test_control.Po
870
915
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_control.c' object='test_control.obj' libtool=no @AMDEPBACKSLASH@
871
916
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
872
917
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_control.obj `if test -f 'tests/test_control.c'; then $(CYGPATH_W) 'tests/test_control.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_control.c'; fi`
873
918
 
874
919
test_environ.o: tests/test_environ.c
875
920
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_environ.o -MD -MP -MF $(DEPDIR)/test_environ.Tpo -c -o test_environ.o `test -f 'tests/test_environ.c' || echo '$(srcdir)/'`tests/test_environ.c
876
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_environ.Tpo $(DEPDIR)/test_environ.Po
 
921
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_environ.Tpo $(DEPDIR)/test_environ.Po
877
922
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_environ.c' object='test_environ.o' libtool=no @AMDEPBACKSLASH@
878
923
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
879
924
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_environ.o `test -f 'tests/test_environ.c' || echo '$(srcdir)/'`tests/test_environ.c
880
925
 
881
926
test_environ.obj: tests/test_environ.c
882
927
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_environ.obj -MD -MP -MF $(DEPDIR)/test_environ.Tpo -c -o test_environ.obj `if test -f 'tests/test_environ.c'; then $(CYGPATH_W) 'tests/test_environ.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_environ.c'; fi`
883
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_environ.Tpo $(DEPDIR)/test_environ.Po
 
928
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_environ.Tpo $(DEPDIR)/test_environ.Po
884
929
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_environ.c' object='test_environ.obj' libtool=no @AMDEPBACKSLASH@
885
930
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
886
931
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_environ.obj `if test -f 'tests/test_environ.c'; then $(CYGPATH_W) 'tests/test_environ.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_environ.c'; fi`
887
932
 
888
933
test_event.o: tests/test_event.c
889
934
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_event.o -MD -MP -MF $(DEPDIR)/test_event.Tpo -c -o test_event.o `test -f 'tests/test_event.c' || echo '$(srcdir)/'`tests/test_event.c
890
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_event.Tpo $(DEPDIR)/test_event.Po
 
935
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_event.Tpo $(DEPDIR)/test_event.Po
891
936
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_event.c' object='test_event.o' libtool=no @AMDEPBACKSLASH@
892
937
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
893
938
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_event.o `test -f 'tests/test_event.c' || echo '$(srcdir)/'`tests/test_event.c
894
939
 
895
940
test_event.obj: tests/test_event.c
896
941
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_event.obj -MD -MP -MF $(DEPDIR)/test_event.Tpo -c -o test_event.obj `if test -f 'tests/test_event.c'; then $(CYGPATH_W) 'tests/test_event.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_event.c'; fi`
897
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_event.Tpo $(DEPDIR)/test_event.Po
 
942
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_event.Tpo $(DEPDIR)/test_event.Po
898
943
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_event.c' object='test_event.obj' libtool=no @AMDEPBACKSLASH@
899
944
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900
945
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_event.obj `if test -f 'tests/test_event.c'; then $(CYGPATH_W) 'tests/test_event.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_event.c'; fi`
901
946
 
902
947
test_event_operator.o: tests/test_event_operator.c
903
948
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_event_operator.o -MD -MP -MF $(DEPDIR)/test_event_operator.Tpo -c -o test_event_operator.o `test -f 'tests/test_event_operator.c' || echo '$(srcdir)/'`tests/test_event_operator.c
904
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_event_operator.Tpo $(DEPDIR)/test_event_operator.Po
 
949
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_event_operator.Tpo $(DEPDIR)/test_event_operator.Po
905
950
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_event_operator.c' object='test_event_operator.o' libtool=no @AMDEPBACKSLASH@
906
951
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907
952
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_event_operator.o `test -f 'tests/test_event_operator.c' || echo '$(srcdir)/'`tests/test_event_operator.c
908
953
 
909
954
test_event_operator.obj: tests/test_event_operator.c
910
955
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_event_operator.obj -MD -MP -MF $(DEPDIR)/test_event_operator.Tpo -c -o test_event_operator.obj `if test -f 'tests/test_event_operator.c'; then $(CYGPATH_W) 'tests/test_event_operator.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_event_operator.c'; fi`
911
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_event_operator.Tpo $(DEPDIR)/test_event_operator.Po
 
956
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_event_operator.Tpo $(DEPDIR)/test_event_operator.Po
912
957
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_event_operator.c' object='test_event_operator.obj' libtool=no @AMDEPBACKSLASH@
913
958
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914
959
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_event_operator.obj `if test -f 'tests/test_event_operator.c'; then $(CYGPATH_W) 'tests/test_event_operator.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_event_operator.c'; fi`
915
960
 
916
961
test_job.o: tests/test_job.c
917
962
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_job.o -MD -MP -MF $(DEPDIR)/test_job.Tpo -c -o test_job.o `test -f 'tests/test_job.c' || echo '$(srcdir)/'`tests/test_job.c
918
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_job.Tpo $(DEPDIR)/test_job.Po
 
963
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_job.Tpo $(DEPDIR)/test_job.Po
919
964
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_job.c' object='test_job.o' libtool=no @AMDEPBACKSLASH@
920
965
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921
966
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_job.o `test -f 'tests/test_job.c' || echo '$(srcdir)/'`tests/test_job.c
922
967
 
923
968
test_job.obj: tests/test_job.c
924
969
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_job.obj -MD -MP -MF $(DEPDIR)/test_job.Tpo -c -o test_job.obj `if test -f 'tests/test_job.c'; then $(CYGPATH_W) 'tests/test_job.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_job.c'; fi`
925
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_job.Tpo $(DEPDIR)/test_job.Po
 
970
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_job.Tpo $(DEPDIR)/test_job.Po
926
971
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_job.c' object='test_job.obj' libtool=no @AMDEPBACKSLASH@
927
972
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928
973
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_job.obj `if test -f 'tests/test_job.c'; then $(CYGPATH_W) 'tests/test_job.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_job.c'; fi`
929
974
 
930
975
test_job_class.o: tests/test_job_class.c
931
976
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_job_class.o -MD -MP -MF $(DEPDIR)/test_job_class.Tpo -c -o test_job_class.o `test -f 'tests/test_job_class.c' || echo '$(srcdir)/'`tests/test_job_class.c
932
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_job_class.Tpo $(DEPDIR)/test_job_class.Po
 
977
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_job_class.Tpo $(DEPDIR)/test_job_class.Po
933
978
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_job_class.c' object='test_job_class.o' libtool=no @AMDEPBACKSLASH@
934
979
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
935
980
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_job_class.o `test -f 'tests/test_job_class.c' || echo '$(srcdir)/'`tests/test_job_class.c
936
981
 
937
982
test_job_class.obj: tests/test_job_class.c
938
983
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_job_class.obj -MD -MP -MF $(DEPDIR)/test_job_class.Tpo -c -o test_job_class.obj `if test -f 'tests/test_job_class.c'; then $(CYGPATH_W) 'tests/test_job_class.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_job_class.c'; fi`
939
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_job_class.Tpo $(DEPDIR)/test_job_class.Po
 
984
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_job_class.Tpo $(DEPDIR)/test_job_class.Po
940
985
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_job_class.c' object='test_job_class.obj' libtool=no @AMDEPBACKSLASH@
941
986
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
942
987
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_job_class.obj `if test -f 'tests/test_job_class.c'; then $(CYGPATH_W) 'tests/test_job_class.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_job_class.c'; fi`
943
988
 
944
989
test_job_process.o: tests/test_job_process.c
945
990
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_job_process.o -MD -MP -MF $(DEPDIR)/test_job_process.Tpo -c -o test_job_process.o `test -f 'tests/test_job_process.c' || echo '$(srcdir)/'`tests/test_job_process.c
946
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_job_process.Tpo $(DEPDIR)/test_job_process.Po
 
991
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_job_process.Tpo $(DEPDIR)/test_job_process.Po
947
992
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_job_process.c' object='test_job_process.o' libtool=no @AMDEPBACKSLASH@
948
993
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949
994
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_job_process.o `test -f 'tests/test_job_process.c' || echo '$(srcdir)/'`tests/test_job_process.c
950
995
 
951
996
test_job_process.obj: tests/test_job_process.c
952
997
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_job_process.obj -MD -MP -MF $(DEPDIR)/test_job_process.Tpo -c -o test_job_process.obj `if test -f 'tests/test_job_process.c'; then $(CYGPATH_W) 'tests/test_job_process.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_job_process.c'; fi`
953
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_job_process.Tpo $(DEPDIR)/test_job_process.Po
 
998
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_job_process.Tpo $(DEPDIR)/test_job_process.Po
954
999
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_job_process.c' object='test_job_process.obj' libtool=no @AMDEPBACKSLASH@
955
1000
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956
1001
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_job_process.obj `if test -f 'tests/test_job_process.c'; then $(CYGPATH_W) 'tests/test_job_process.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_job_process.c'; fi`
957
1002
 
958
1003
test_parse_conf.o: tests/test_parse_conf.c
959
1004
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_parse_conf.o -MD -MP -MF $(DEPDIR)/test_parse_conf.Tpo -c -o test_parse_conf.o `test -f 'tests/test_parse_conf.c' || echo '$(srcdir)/'`tests/test_parse_conf.c
960
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_parse_conf.Tpo $(DEPDIR)/test_parse_conf.Po
 
1005
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_parse_conf.Tpo $(DEPDIR)/test_parse_conf.Po
961
1006
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_parse_conf.c' object='test_parse_conf.o' libtool=no @AMDEPBACKSLASH@
962
1007
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963
1008
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_parse_conf.o `test -f 'tests/test_parse_conf.c' || echo '$(srcdir)/'`tests/test_parse_conf.c
964
1009
 
965
1010
test_parse_conf.obj: tests/test_parse_conf.c
966
1011
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_parse_conf.obj -MD -MP -MF $(DEPDIR)/test_parse_conf.Tpo -c -o test_parse_conf.obj `if test -f 'tests/test_parse_conf.c'; then $(CYGPATH_W) 'tests/test_parse_conf.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_parse_conf.c'; fi`
967
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_parse_conf.Tpo $(DEPDIR)/test_parse_conf.Po
 
1012
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_parse_conf.Tpo $(DEPDIR)/test_parse_conf.Po
968
1013
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_parse_conf.c' object='test_parse_conf.obj' libtool=no @AMDEPBACKSLASH@
969
1014
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
970
1015
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_parse_conf.obj `if test -f 'tests/test_parse_conf.c'; then $(CYGPATH_W) 'tests/test_parse_conf.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_parse_conf.c'; fi`
971
1016
 
972
1017
test_parse_job.o: tests/test_parse_job.c
973
1018
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_parse_job.o -MD -MP -MF $(DEPDIR)/test_parse_job.Tpo -c -o test_parse_job.o `test -f 'tests/test_parse_job.c' || echo '$(srcdir)/'`tests/test_parse_job.c
974
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_parse_job.Tpo $(DEPDIR)/test_parse_job.Po
 
1019
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_parse_job.Tpo $(DEPDIR)/test_parse_job.Po
975
1020
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_parse_job.c' object='test_parse_job.o' libtool=no @AMDEPBACKSLASH@
976
1021
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
977
1022
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_parse_job.o `test -f 'tests/test_parse_job.c' || echo '$(srcdir)/'`tests/test_parse_job.c
978
1023
 
979
1024
test_parse_job.obj: tests/test_parse_job.c
980
1025
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_parse_job.obj -MD -MP -MF $(DEPDIR)/test_parse_job.Tpo -c -o test_parse_job.obj `if test -f 'tests/test_parse_job.c'; then $(CYGPATH_W) 'tests/test_parse_job.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_parse_job.c'; fi`
981
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_parse_job.Tpo $(DEPDIR)/test_parse_job.Po
 
1026
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_parse_job.Tpo $(DEPDIR)/test_parse_job.Po
982
1027
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_parse_job.c' object='test_parse_job.obj' libtool=no @AMDEPBACKSLASH@
983
1028
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984
1029
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_parse_job.obj `if test -f 'tests/test_parse_job.c'; then $(CYGPATH_W) 'tests/test_parse_job.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_parse_job.c'; fi`
985
1030
 
986
1031
test_process.o: tests/test_process.c
987
1032
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_process.o -MD -MP -MF $(DEPDIR)/test_process.Tpo -c -o test_process.o `test -f 'tests/test_process.c' || echo '$(srcdir)/'`tests/test_process.c
988
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_process.Tpo $(DEPDIR)/test_process.Po
 
1033
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_process.Tpo $(DEPDIR)/test_process.Po
989
1034
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_process.c' object='test_process.o' libtool=no @AMDEPBACKSLASH@
990
1035
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
991
1036
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_process.o `test -f 'tests/test_process.c' || echo '$(srcdir)/'`tests/test_process.c
992
1037
 
993
1038
test_process.obj: tests/test_process.c
994
1039
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_process.obj -MD -MP -MF $(DEPDIR)/test_process.Tpo -c -o test_process.obj `if test -f 'tests/test_process.c'; then $(CYGPATH_W) 'tests/test_process.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_process.c'; fi`
995
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_process.Tpo $(DEPDIR)/test_process.Po
 
1040
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_process.Tpo $(DEPDIR)/test_process.Po
996
1041
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_process.c' object='test_process.obj' libtool=no @AMDEPBACKSLASH@
997
1042
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
998
1043
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_process.obj `if test -f 'tests/test_process.c'; then $(CYGPATH_W) 'tests/test_process.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_process.c'; fi`
999
1044
 
1000
1045
test_system.o: tests/test_system.c
1001
1046
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_system.o -MD -MP -MF $(DEPDIR)/test_system.Tpo -c -o test_system.o `test -f 'tests/test_system.c' || echo '$(srcdir)/'`tests/test_system.c
1002
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_system.Tpo $(DEPDIR)/test_system.Po
 
1047
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_system.Tpo $(DEPDIR)/test_system.Po
1003
1048
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_system.c' object='test_system.o' libtool=no @AMDEPBACKSLASH@
1004
1049
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1005
1050
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_system.o `test -f 'tests/test_system.c' || echo '$(srcdir)/'`tests/test_system.c
1006
1051
 
1007
1052
test_system.obj: tests/test_system.c
1008
1053
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_system.obj -MD -MP -MF $(DEPDIR)/test_system.Tpo -c -o test_system.obj `if test -f 'tests/test_system.c'; then $(CYGPATH_W) 'tests/test_system.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_system.c'; fi`
1009
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_system.Tpo $(DEPDIR)/test_system.Po
 
1054
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_system.Tpo $(DEPDIR)/test_system.Po
1010
1055
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_system.c' object='test_system.obj' libtool=no @AMDEPBACKSLASH@
1011
1056
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1012
1057
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_system.obj `if test -f 'tests/test_system.c'; then $(CYGPATH_W) 'tests/test_system.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_system.c'; fi`
1016
1061
 
1017
1062
clean-libtool:
1018
1063
        -rm -rf .libs _libs
1019
 
install-man5: $(man5_MANS) $(man_MANS)
 
1064
install-man5: $(dist_man_MANS)
1020
1065
        @$(NORMAL_INSTALL)
1021
1066
        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
1022
 
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
1023
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1024
 
        for i in $$l2; do \
1025
 
          case "$$i" in \
1026
 
            *.5*) list="$$list $$i" ;; \
1027
 
          esac; \
 
1067
        @list=''; test -n "$(man5dir)" || exit 0; \
 
1068
        { for i in $$list; do echo "$$i"; done; \
 
1069
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
1070
          sed -n '/\.5[a-z]*$$/p'; \
 
1071
        } | while read p; do \
 
1072
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
1073
          echo "$$d$$p"; echo "$$p"; \
 
1074
        done | \
 
1075
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
 
1076
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
1077
        sed 'N;N;s,\n, ,g' | { \
 
1078
        list=; while read file base inst; do \
 
1079
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
1080
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
 
1081
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
 
1082
          fi; \
1028
1083
        done; \
1029
 
        for i in $$list; do \
1030
 
          if test -f $$i; then file=$$i; \
1031
 
          else file=$(srcdir)/$$i; fi; \
1032
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1033
 
          case "$$ext" in \
1034
 
            5*) ;; \
1035
 
            *) ext='5' ;; \
1036
 
          esac; \
1037
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1038
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
1039
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1040
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
1041
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
1042
 
        done
 
1084
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
1085
        while read files; do \
 
1086
          test -z "$$files" || { \
 
1087
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
 
1088
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
 
1089
        done; }
 
1090
 
1043
1091
uninstall-man5:
1044
1092
        @$(NORMAL_UNINSTALL)
1045
 
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
1046
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1047
 
        for i in $$l2; do \
1048
 
          case "$$i" in \
1049
 
            *.5*) list="$$list $$i" ;; \
1050
 
          esac; \
1051
 
        done; \
1052
 
        for i in $$list; do \
1053
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1054
 
          case "$$ext" in \
1055
 
            5*) ;; \
1056
 
            *) ext='5' ;; \
1057
 
          esac; \
1058
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1059
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
1060
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1061
 
          echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
1062
 
          rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
1063
 
        done
1064
 
install-man7: $(man7_MANS) $(man_MANS)
 
1093
        @list=''; test -n "$(man5dir)" || exit 0; \
 
1094
        files=`{ for i in $$list; do echo "$$i"; done; \
 
1095
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
1096
          sed -n '/\.5[a-z]*$$/p'; \
 
1097
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
 
1098
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
1099
        test -z "$$files" || { \
 
1100
          echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
 
1101
          cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
 
1102
install-man7: $(dist_man_MANS)
1065
1103
        @$(NORMAL_INSTALL)
1066
1104
        test -z "$(man7dir)" || $(MKDIR_P) "$(DESTDIR)$(man7dir)"
1067
 
        @list='$(man7_MANS) $(dist_man7_MANS) $(nodist_man7_MANS)'; \
1068
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1069
 
        for i in $$l2; do \
1070
 
          case "$$i" in \
1071
 
            *.7*) list="$$list $$i" ;; \
1072
 
          esac; \
 
1105
        @list=''; test -n "$(man7dir)" || exit 0; \
 
1106
        { for i in $$list; do echo "$$i"; done; \
 
1107
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
1108
          sed -n '/\.7[a-z]*$$/p'; \
 
1109
        } | while read p; do \
 
1110
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
1111
          echo "$$d$$p"; echo "$$p"; \
 
1112
        done | \
 
1113
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
 
1114
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
1115
        sed 'N;N;s,\n, ,g' | { \
 
1116
        list=; while read file base inst; do \
 
1117
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
1118
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
 
1119
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
 
1120
          fi; \
1073
1121
        done; \
1074
 
        for i in $$list; do \
1075
 
          if test -f $$i; then file=$$i; \
1076
 
          else file=$(srcdir)/$$i; fi; \
1077
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1078
 
          case "$$ext" in \
1079
 
            7*) ;; \
1080
 
            *) ext='7' ;; \
1081
 
          esac; \
1082
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1083
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
1084
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1085
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
1086
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst"; \
1087
 
        done
 
1122
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
1123
        while read files; do \
 
1124
          test -z "$$files" || { \
 
1125
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
 
1126
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
 
1127
        done; }
 
1128
 
1088
1129
uninstall-man7:
1089
1130
        @$(NORMAL_UNINSTALL)
1090
 
        @list='$(man7_MANS) $(dist_man7_MANS) $(nodist_man7_MANS)'; \
1091
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1092
 
        for i in $$l2; do \
1093
 
          case "$$i" in \
1094
 
            *.7*) list="$$list $$i" ;; \
1095
 
          esac; \
1096
 
        done; \
1097
 
        for i in $$list; do \
1098
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1099
 
          case "$$ext" in \
1100
 
            7*) ;; \
1101
 
            *) ext='7' ;; \
1102
 
          esac; \
1103
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1104
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
1105
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1106
 
          echo " rm -f '$(DESTDIR)$(man7dir)/$$inst'"; \
1107
 
          rm -f "$(DESTDIR)$(man7dir)/$$inst"; \
1108
 
        done
1109
 
install-man8: $(man8_MANS) $(man_MANS)
 
1131
        @list=''; test -n "$(man7dir)" || exit 0; \
 
1132
        files=`{ for i in $$list; do echo "$$i"; done; \
 
1133
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
1134
          sed -n '/\.7[a-z]*$$/p'; \
 
1135
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
 
1136
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
1137
        test -z "$$files" || { \
 
1138
          echo " ( cd '$(DESTDIR)$(man7dir)' && rm -f" $$files ")"; \
 
1139
          cd "$(DESTDIR)$(man7dir)" && rm -f $$files; }
 
1140
install-man8: $(dist_man_MANS)
1110
1141
        @$(NORMAL_INSTALL)
1111
1142
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
1112
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
1113
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1114
 
        for i in $$l2; do \
1115
 
          case "$$i" in \
1116
 
            *.8*) list="$$list $$i" ;; \
1117
 
          esac; \
 
1143
        @list=''; test -n "$(man8dir)" || exit 0; \
 
1144
        { for i in $$list; do echo "$$i"; done; \
 
1145
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
1146
          sed -n '/\.8[a-z]*$$/p'; \
 
1147
        } | while read p; do \
 
1148
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
1149
          echo "$$d$$p"; echo "$$p"; \
 
1150
        done | \
 
1151
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
1152
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
1153
        sed 'N;N;s,\n, ,g' | { \
 
1154
        list=; while read file base inst; do \
 
1155
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
1156
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
1157
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 
1158
          fi; \
1118
1159
        done; \
1119
 
        for i in $$list; do \
1120
 
          if test -f $$i; then file=$$i; \
1121
 
          else file=$(srcdir)/$$i; fi; \
1122
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1123
 
          case "$$ext" in \
1124
 
            8*) ;; \
1125
 
            *) ext='8' ;; \
1126
 
          esac; \
1127
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1128
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
1129
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1130
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
1131
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
1132
 
        done
 
1160
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
1161
        while read files; do \
 
1162
          test -z "$$files" || { \
 
1163
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 
1164
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 
1165
        done; }
 
1166
 
1133
1167
uninstall-man8:
1134
1168
        @$(NORMAL_UNINSTALL)
1135
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
1136
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1137
 
        for i in $$l2; do \
1138
 
          case "$$i" in \
1139
 
            *.8*) list="$$list $$i" ;; \
1140
 
          esac; \
1141
 
        done; \
1142
 
        for i in $$list; do \
1143
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1144
 
          case "$$ext" in \
1145
 
            8*) ;; \
1146
 
            *) ext='8' ;; \
1147
 
          esac; \
1148
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1149
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
1150
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1151
 
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
1152
 
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
1153
 
        done
 
1169
        @list=''; test -n "$(man8dir)" || exit 0; \
 
1170
        files=`{ for i in $$list; do echo "$$i"; done; \
 
1171
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
1172
          sed -n '/\.8[a-z]*$$/p'; \
 
1173
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
1174
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
1175
        test -z "$$files" || { \
 
1176
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
1177
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
1154
1178
 
1155
1179
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1156
1180
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1164
1188
 
1165
1189
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1166
1190
                $(TAGS_FILES) $(LISP)
1167
 
        tags=; \
 
1191
        set x; \
1168
1192
        here=`pwd`; \
1169
1193
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1170
1194
        unique=`for i in $$list; do \
1172
1196
          done | \
1173
1197
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1174
1198
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1175
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1199
        shift; \
 
1200
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1176
1201
          test -n "$$unique" || unique=$$empty_fix; \
1177
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1178
 
            $$tags $$unique; \
 
1202
          if test $$# -gt 0; then \
 
1203
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1204
              "$$@" $$unique; \
 
1205
          else \
 
1206
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1207
              $$unique; \
 
1208
          fi; \
1179
1209
        fi
1180
1210
ctags: CTAGS
1181
1211
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1182
1212
                $(TAGS_FILES) $(LISP)
1183
 
        tags=; \
1184
1213
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1185
1214
        unique=`for i in $$list; do \
1186
1215
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1187
1216
          done | \
1188
1217
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1189
1218
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1190
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1219
        test -z "$(CTAGS_ARGS)$$unique" \
1191
1220
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1192
 
             $$tags $$unique
 
1221
             $$unique
1193
1222
 
1194
1223
GTAGS:
1195
1224
        here=`$(am__cd) $(top_builddir) && pwd` \
1196
 
          && cd $(top_srcdir) \
1197
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1225
          && $(am__cd) $(top_srcdir) \
 
1226
          && gtags -i $(GTAGS_ARGS) "$$here"
1198
1227
 
1199
1228
distclean-tags:
1200
1229
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1203
1232
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1204
1233
        srcdir=$(srcdir); export srcdir; \
1205
1234
        list=' $(TESTS) '; \
 
1235
        $(am__tty_colors); \
1206
1236
        if test -n "$$list"; then \
1207
1237
          for tst in $$list; do \
1208
1238
            if test -f ./$$tst; then dir=./; \
1214
1244
              *[\ \     ]$$tst[\ \      ]*) \
1215
1245
                xpass=`expr $$xpass + 1`; \
1216
1246
                failed=`expr $$failed + 1`; \
1217
 
                echo "XPASS: $$tst"; \
 
1247
                col=$$red; res=XPASS; \
1218
1248
              ;; \
1219
1249
              *) \
1220
 
                echo "PASS: $$tst"; \
 
1250
                col=$$grn; res=PASS; \
1221
1251
              ;; \
1222
1252
              esac; \
1223
1253
            elif test $$? -ne 77; then \
1225
1255
              case " $(XFAIL_TESTS) " in \
1226
1256
              *[\ \     ]$$tst[\ \      ]*) \
1227
1257
                xfail=`expr $$xfail + 1`; \
1228
 
                echo "XFAIL: $$tst"; \
 
1258
                col=$$lgn; res=XFAIL; \
1229
1259
              ;; \
1230
1260
              *) \
1231
1261
                failed=`expr $$failed + 1`; \
1232
 
                echo "FAIL: $$tst"; \
 
1262
                col=$$red; res=FAIL; \
1233
1263
              ;; \
1234
1264
              esac; \
1235
1265
            else \
1236
1266
              skip=`expr $$skip + 1`; \
1237
 
              echo "SKIP: $$tst"; \
 
1267
              col=$$blu; res=SKIP; \
1238
1268
            fi; \
 
1269
            echo "$${col}$$res$${std}: $$tst"; \
1239
1270
          done; \
1240
1271
          if test "$$all" -eq 1; then \
1241
1272
            tests="test"; \
1277
1308
              dashes="$$report"; \
1278
1309
          fi; \
1279
1310
          dashes=`echo "$$dashes" | sed s/./=/g`; \
1280
 
          echo "$$dashes"; \
 
1311
          if test "$$failed" -eq 0; then \
 
1312
            echo "$$grn$$dashes"; \
 
1313
          else \
 
1314
            echo "$$red$$dashes"; \
 
1315
          fi; \
1281
1316
          echo "$$banner"; \
1282
1317
          test -z "$$skipped" || echo "$$skipped"; \
1283
1318
          test -z "$$report" || echo "$$report"; \
1284
 
          echo "$$dashes"; \
 
1319
          echo "$$dashes$$std"; \
1285
1320
          test "$$failed" -eq 0; \
1286
1321
        else :; fi
1287
1322
 
1288
1323
distdir: $(DISTFILES)
 
1324
        @list='$(MANS)'; if test -n "$$list"; then \
 
1325
          list=`for p in $$list; do \
 
1326
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
1327
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
1328
          if test -n "$$list" && \
 
1329
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
1330
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
1331
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
1332
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
1333
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
1334
            exit 1; \
 
1335
          else :; fi; \
 
1336
        else :; fi
1289
1337
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1290
1338
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1291
1339
        list='$(DISTFILES)'; \
1301
1349
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1302
1350
          if test -d $$d/$$file; then \
1303
1351
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1352
            if test -d "$(distdir)/$$file"; then \
 
1353
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1354
            fi; \
1304
1355
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1305
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1356
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1357
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1306
1358
            fi; \
1307
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1359
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1308
1360
          else \
1309
 
            test -f $(distdir)/$$file \
1310
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1361
            test -f "$(distdir)/$$file" \
 
1362
            || cp -p $$d/$$file "$(distdir)/$$file" \
1311
1363
            || exit 1; \
1312
1364
          fi; \
1313
1365
        done
1343
1395
 
1344
1396
distclean-generic:
1345
1397
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1398
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1346
1399
 
1347
1400
maintainer-clean-generic:
1348
1401
        @echo "This command is intended for maintainers to use"
1365
1418
 
1366
1419
html: html-am
1367
1420
 
 
1421
html-am:
 
1422
 
1368
1423
info: info-am
1369
1424
 
1370
1425
info-am:
1373
1428
 
1374
1429
install-dvi: install-dvi-am
1375
1430
 
 
1431
install-dvi-am:
 
1432
 
1376
1433
install-exec-am: install-sbinPROGRAMS
1377
1434
 
1378
1435
install-html: install-html-am
1379
1436
 
 
1437
install-html-am:
 
1438
 
1380
1439
install-info: install-info-am
1381
1440
 
 
1441
install-info-am:
 
1442
 
1382
1443
install-man: install-man5 install-man7 install-man8
1383
1444
 
1384
1445
install-pdf: install-pdf-am
1385
1446
 
 
1447
install-pdf-am:
 
1448
 
1386
1449
install-ps: install-ps-am
1387
1450
 
 
1451
install-ps-am:
 
1452
 
1388
1453
installcheck-am:
1389
1454
 
1390
1455
maintainer-clean: maintainer-clean-am
1410
1475
 
1411
1476
uninstall-man: uninstall-man5 uninstall-man7 uninstall-man8
1412
1477
 
1413
 
.MAKE: install-am install-strip
 
1478
.MAKE: all check check-am install install-am install-strip
1414
1479
 
1415
1480
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
1416
1481
        clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1455
1520
 
1456
1521
maintainer-clean-local:
1457
1522
        rm -f *.gcov
 
1523
 
1458
1524
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1459
1525
# Otherwise a system limit (for SysV at least) may be exceeded.
1460
1526
.NOEXPORT: