# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 1999-2006 Free Software Foundation, Inc. # # This file is part of GNU gengetopt # # GNU gengetopt is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # GNU gengetopt is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General # Public License for more details. # # You should have received a copy of the GNU General Public License along # with gengetopt; see the file COPYING. If not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # .ggonu is used in this test suite for command line parsers that have # to be created without --unamed-opt srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = no_strings$(EXEEXT) no_multi_strings$(EXEEXT) \ no_unamed$(EXEEXT) no_optgiven$(EXEEXT) no_optgiven2$(EXEEXT) \ more_than_once$(EXEEXT) no_prog_name$(EXEEXT) \ canonize-names$(EXEEXT) default_values$(EXEEXT) \ default_cmdline$(EXEEXT) test_all_opts$(EXEEXT) \ test_groups$(EXEEXT) test_conf_parser$(EXEEXT) \ test_conf_parser_ov$(EXEEXT) test_conf_parser_ov2$(EXEEXT) \ test_conf_parser_ov3$(EXEEXT) \ test_conf_parser_file_save$(EXEEXT) test_multiple$(EXEEXT) \ test_sections$(EXEEXT) test_values$(EXEEXT) \ test_redef_help$(EXEEXT) test_multiple_parsers$(EXEEXT) subdir = tests DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/more_than_once.sh.in $(srcdir)/no_optgiven.sh.in \ $(srcdir)/test_all_opts.sh.in \ $(srcdir)/test_all_opts_file_save.sh.in \ $(srcdir)/test_conf.conf.in $(srcdir)/test_conf_inc.conf.in \ $(srcdir)/test_conf_parser.sh.in \ $(srcdir)/test_conf_parser_err.sh.in \ $(srcdir)/test_conf_parser_err_string.sh.in \ $(srcdir)/test_conf_parser_grp.sh.in \ $(srcdir)/test_conf_parser_ov.sh.in \ $(srcdir)/test_conf_parser_ov2.c.in \ $(srcdir)/test_conf_parser_ov2.sh.in \ $(srcdir)/test_conf_parser_ov3.c.in \ $(srcdir)/test_conf_parser_ov3.sh.in \ $(srcdir)/test_conf_parser_save.sh.in \ $(srcdir)/test_default_values.sh.in $(srcdir)/test_dep.sh.in \ $(srcdir)/test_err.sh.in $(srcdir)/test_groups.sh.in \ $(srcdir)/test_multiple.sh.in \ $(srcdir)/test_multiple_err.sh.in \ $(srcdir)/test_multiple_parsers.sh.in \ $(srcdir)/test_sections.sh.in $(srcdir)/test_show_help.sh.in \ $(srcdir)/test_values.sh.in $(srcdir)/test_values_err.sh.in \ $(srcdir)/valgrind_suppressions.sh.in \ $(srcdir)/valgrind_tests.sh.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/onceonly_2_57.m4 \ $(top_srcdir)/gl/m4/strdup.m4 $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = no_optgiven.sh valgrind_tests.sh \ valgrind_suppressions.sh more_than_once.sh test_all_opts.sh \ test_all_opts_file_save.sh test_groups.sh test_conf.conf \ test_conf_inc.conf test_conf_parser.sh \ test_conf_parser_save.sh test_conf_parser_grp.sh \ test_conf_parser_ov.sh test_conf_parser_ov2.sh \ test_conf_parser_ov3.sh test_conf_parser_ov2.c \ test_conf_parser_ov3.c test_conf_parser_err.sh \ test_conf_parser_err_string.sh test_multiple.sh \ test_multiple_err.sh test_sections.sh test_default_values.sh \ test_values.sh test_values_err.sh test_show_help.sh \ test_err.sh test_dep.sh test_multiple_parsers.sh am_canonize_names_OBJECTS = canonize-names-cmd.$(OBJEXT) \ canonize-names.$(OBJEXT) canonize_names_OBJECTS = $(am_canonize_names_OBJECTS) canonize_names_LDADD = $(LDADD) canonize_names_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_default_cmdline_OBJECTS = cmdline.$(OBJEXT) \ default_cmdline.$(OBJEXT) default_cmdline_OBJECTS = $(am_default_cmdline_OBJECTS) default_cmdline_LDADD = $(LDADD) default_cmdline_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_default_values_OBJECTS = default_values_cmd.$(OBJEXT) \ default_values.$(OBJEXT) default_values_OBJECTS = $(am_default_values_OBJECTS) default_values_LDADD = $(LDADD) default_values_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_more_than_once_OBJECTS = more_than_once_cmd.$(OBJEXT) \ more_than_once.$(OBJEXT) more_than_once_OBJECTS = $(am_more_than_once_OBJECTS) more_than_once_LDADD = $(LDADD) more_than_once_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_no_multi_strings_OBJECTS = no_multi_strings_cmd.$(OBJEXT) \ no_multi_strings.$(OBJEXT) no_multi_strings_OBJECTS = $(am_no_multi_strings_OBJECTS) no_multi_strings_LDADD = $(LDADD) no_multi_strings_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_no_optgiven_OBJECTS = no_optgiven_cmd.$(OBJEXT) \ no_optgiven.$(OBJEXT) no_optgiven_OBJECTS = $(am_no_optgiven_OBJECTS) no_optgiven_LDADD = $(LDADD) no_optgiven_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_no_optgiven2_OBJECTS = no_optgiven_cmd.$(OBJEXT) \ no_optgiven2.$(OBJEXT) no_optgiven2_OBJECTS = $(am_no_optgiven2_OBJECTS) no_optgiven2_LDADD = $(LDADD) no_optgiven2_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_no_prog_name_OBJECTS = test_all_opts_cmd.$(OBJEXT) \ no_prog_name.$(OBJEXT) no_prog_name_OBJECTS = $(am_no_prog_name_OBJECTS) no_prog_name_LDADD = $(LDADD) no_prog_name_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_no_strings_OBJECTS = no_strings_cmd.$(OBJEXT) no_strings.$(OBJEXT) no_strings_OBJECTS = $(am_no_strings_OBJECTS) no_strings_LDADD = $(LDADD) no_strings_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_no_unamed_OBJECTS = no_unamed_cmd.$(OBJEXT) no_unamed.$(OBJEXT) no_unamed_OBJECTS = $(am_no_unamed_OBJECTS) no_unamed_LDADD = $(LDADD) no_unamed_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_all_opts_OBJECTS = test_all_opts_cmd.$(OBJEXT) \ test_all_opts.$(OBJEXT) test_all_opts_OBJECTS = $(am_test_all_opts_OBJECTS) test_all_opts_LDADD = $(LDADD) test_all_opts_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_conf_parser_OBJECTS = test_conf_parser_cmd.$(OBJEXT) \ test_conf_parser.$(OBJEXT) test_conf_parser_OBJECTS = $(am_test_conf_parser_OBJECTS) test_conf_parser_LDADD = $(LDADD) test_conf_parser_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_conf_parser_file_save_OBJECTS = \ test_conf_parser_cmd.$(OBJEXT) \ test_conf_parser_file_save.$(OBJEXT) test_conf_parser_file_save_OBJECTS = \ $(am_test_conf_parser_file_save_OBJECTS) test_conf_parser_file_save_LDADD = $(LDADD) test_conf_parser_file_save_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_conf_parser_ov_OBJECTS = test_conf_parser_cmd.$(OBJEXT) \ test_conf_parser_ov.$(OBJEXT) test_conf_parser_ov_OBJECTS = $(am_test_conf_parser_ov_OBJECTS) test_conf_parser_ov_LDADD = $(LDADD) test_conf_parser_ov_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_conf_parser_ov2_OBJECTS = test_conf_parser_cmd.$(OBJEXT) \ test_conf_parser_ov2.$(OBJEXT) test_conf_parser_ov2_OBJECTS = $(am_test_conf_parser_ov2_OBJECTS) test_conf_parser_ov2_LDADD = $(LDADD) test_conf_parser_ov2_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_conf_parser_ov3_OBJECTS = test_conf_parser_cmd.$(OBJEXT) \ test_conf_parser_ov3.$(OBJEXT) test_conf_parser_ov3_OBJECTS = $(am_test_conf_parser_ov3_OBJECTS) test_conf_parser_ov3_LDADD = $(LDADD) test_conf_parser_ov3_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_groups_OBJECTS = test_groups_cmd.$(OBJEXT) \ test_groups.$(OBJEXT) test_groups_OBJECTS = $(am_test_groups_OBJECTS) test_groups_LDADD = $(LDADD) test_groups_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_multiple_OBJECTS = test_multiple_cmd.$(OBJEXT) \ test_multiple.$(OBJEXT) test_multiple_OBJECTS = $(am_test_multiple_OBJECTS) test_multiple_LDADD = $(LDADD) test_multiple_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_multiple_parsers_OBJECTS = test_main_cmdline_cmd.$(OBJEXT) \ test_first_cmdline_cmd.$(OBJEXT) \ test_second_cmdline_cmd.$(OBJEXT) \ test_multiple_parsers.$(OBJEXT) test_multiple_parsers_OBJECTS = $(am_test_multiple_parsers_OBJECTS) test_multiple_parsers_LDADD = $(LDADD) test_multiple_parsers_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_redef_help_OBJECTS = test_redef_help_cmd.$(OBJEXT) \ test_redef_help.$(OBJEXT) test_redef_help_OBJECTS = $(am_test_redef_help_OBJECTS) test_redef_help_LDADD = $(LDADD) test_redef_help_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_sections_OBJECTS = test_sections_cmd.$(OBJEXT) \ test_sections.$(OBJEXT) test_sections_OBJECTS = $(am_test_sections_OBJECTS) test_sections_LDADD = $(LDADD) test_sections_DEPENDENCIES = $(top_builddir)/gl/libgnu.a am_test_values_OBJECTS = test_values_cmd.$(OBJEXT) \ test_values.$(OBJEXT) test_values_OBJECTS = $(am_test_values_OBJECTS) test_values_LDADD = $(LDADD) test_values_DEPENDENCIES = $(top_builddir)/gl/libgnu.a DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(canonize_names_SOURCES) $(default_cmdline_SOURCES) \ $(default_values_SOURCES) $(more_than_once_SOURCES) \ $(no_multi_strings_SOURCES) $(no_optgiven_SOURCES) \ $(no_optgiven2_SOURCES) $(no_prog_name_SOURCES) \ $(no_strings_SOURCES) $(no_unamed_SOURCES) \ $(test_all_opts_SOURCES) $(test_conf_parser_SOURCES) \ $(test_conf_parser_file_save_SOURCES) \ $(test_conf_parser_ov_SOURCES) $(test_conf_parser_ov2_SOURCES) \ $(test_conf_parser_ov3_SOURCES) $(test_groups_SOURCES) \ $(test_multiple_SOURCES) $(test_multiple_parsers_SOURCES) \ $(test_redef_help_SOURCES) $(test_sections_SOURCES) \ $(test_values_SOURCES) DIST_SOURCES = $(canonize_names_SOURCES) $(default_cmdline_SOURCES) \ $(default_values_SOURCES) $(more_than_once_SOURCES) \ $(no_multi_strings_SOURCES) $(no_optgiven_SOURCES) \ $(no_optgiven2_SOURCES) $(no_prog_name_SOURCES) \ $(no_strings_SOURCES) $(no_unamed_SOURCES) \ $(test_all_opts_SOURCES) $(test_conf_parser_SOURCES) \ $(test_conf_parser_file_save_SOURCES) \ $(test_conf_parser_ov_SOURCES) $(test_conf_parser_ov2_SOURCES) \ $(test_conf_parser_ov3_SOURCES) $(test_groups_SOURCES) \ $(test_multiple_SOURCES) $(test_multiple_parsers_SOURCES) \ $(test_redef_help_SOURCES) $(test_sections_SOURCES) \ $(test_values_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GENGEN = @GENGEN@ GETOPT_H = @GETOPT_H@ GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GREP = @GREP@ HELP2MAN = @HELP2MAN@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBOBJS = @LIBOBJS@ # we don't have to link to anything LIBS = LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ NO_GENGEN_FALSE = @NO_GENGEN_FALSE@ NO_GENGEN_TRUE = @NO_GENGEN_TRUE@ NO_HELP2MAN_FALSE = @NO_HELP2MAN_FALSE@ NO_HELP2MAN_TRUE = @NO_HELP2MAN_TRUE@ NO_SOURCEHIGHLIGHT_FALSE = @NO_SOURCEHIGHLIGHT_FALSE@ NO_SOURCEHIGHLIGHT_TRUE = @NO_SOURCEHIGHLIGHT_TRUE@ NO_STRDUP_FALSE = @NO_STRDUP_FALSE@ NO_STRDUP_TRUE = @NO_STRDUP_TRUE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOURCEHIGHLIGHT = @SOURCEHIGHLIGHT@ STRIP = @STRIP@ TAR = @TAR@ UNISTD_H = @UNISTD_H@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ YACC = @YACC@ YFLAGS = @YFLAGS@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gengetoptdocdir = @gengetoptdocdir@ gengetoptexamplesdir = @gengetoptexamplesdir@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ SUFFIXES = .ggo .ggonu .ggoconf .ggostr # we do not generate the gengetopt version number in the output # file so that the number does not disturb in diffing when changing # gengetopt version PROGNAME = $(top_builddir)/src/gengetopt$(EXEEXT) --gen-version PROGNAMESHOWHELP = $(PROGNAME) --show-help --long-help GGO_COMPILE = $(PROGNAME) --input=$< --func-name=$*_parser --file-name=$* # INCLUDES is added to LDFLAGS because .ggo file are sources, and thus # the .c files are passed to the linker, which also compiles, thus # the include options should be passed to it as well AM_LDFLAGS = $(DEFS) $(INCLUDES) #LDADD = $(GETOPTLONG_O) $(STRDUP_O) -lefence # these are for gnulib AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl LDADD = $(top_builddir)/gl/libgnu.a EXPECT = 1 VALGRINDTESTS = no_strings no_multi_strings no_unamed no_optgiven.sh \ more_than_once.sh canonize-names \ no_prog_name \ default_values default_cmdline test_all_opts.sh \ test_all_opts_file_save.sh \ test_groups.sh \ test_conf_parser.sh test_conf_parser_ov.sh test_conf_parser_ov2.sh \ test_conf_parser_ov3.sh \ test_conf_parser_err.sh test_conf_parser_err_string.sh \ test_conf_parser_grp.sh \ test_conf_parser_save.sh \ test_multiple.sh \ test_multiple_err.sh \ test_sections.sh \ test_default_values.sh \ test_values.sh test_values_err.sh \ test_dep.sh \ test_multiple_parsers.sh TESTS = $(VALGRINDTESTS) \ test_show_help.sh \ test_err.sh hidden_options_programs = test_all_opts no_strings_SOURCES = no_strings_cmd.ggo no_strings.c no_multi_strings_SOURCES = no_multi_strings_cmd.ggo no_multi_strings.c no_unamed_SOURCES = no_unamed_cmd.ggonu no_unamed.c no_optgiven_SOURCES = no_optgiven_cmd.ggo no_optgiven.c no_optgiven2_SOURCES = no_optgiven_cmd.ggo no_optgiven2.c more_than_once_SOURCES = more_than_once_cmd.ggo more_than_once.c canonize_names_SOURCES = canonize-names-cmd.ggo canonize-names.c default_values_SOURCES = default_values_cmd.ggo default_values.c default_cmdline_SOURCES = cmdline.ggo default_cmdline.c test_all_opts_SOURCES = test_all_opts_cmd.ggo test_all_opts.c no_prog_name_SOURCES = test_all_opts_cmd.ggo no_prog_name.c # force using our version of getopt test_groups_SOURCES = test_groups_cmd.ggo test_groups.c test_conf_parser_SOURCES = test_conf_parser_cmd.ggoconf test_conf_parser.c test_conf_parser_ov_SOURCES = test_conf_parser_cmd.ggoconf test_conf_parser_ov.c test_conf_parser_ov2_SOURCES = test_conf_parser_cmd.ggoconf test_conf_parser_ov2.c test_conf_parser_ov3_SOURCES = test_conf_parser_cmd.ggoconf test_conf_parser_ov3.c test_conf_parser_file_save_SOURCES = test_conf_parser_cmd.ggoconf test_conf_parser_file_save.c test_multiple_SOURCES = test_multiple_cmd.ggo test_multiple.c test_sections_SOURCES = test_sections_cmd.ggo test_sections.c test_values_SOURCES = test_values_cmd.ggo test_values.c test_redef_help_SOURCES = test_redef_help_cmd.ggo test_redef_help.c test_multiple_parsers_SOURCES = test_main_cmdline_cmd.ggo test_first_cmdline_cmd.ggostr test_second_cmdline_cmd.ggostr test_multiple_parsers.c BUILT_SOURCES = no_strings_cmd.c no_strings_cmd.h \ no_multi_strings_cmd.c no_multi_strings_cmd.h \ no_unamed_cmd.c no_unamed_cmd.h \ no_optgiven_cmd.c no_optgiven_cmd.h \ more_than_once_cmd.c more_than_once_cmd.h \ canonize-names-cmd.c canonize-names-cmd.h \ default_values_cmd.c default_values_cmd.h \ cmdline.c cmdline.h \ test_all_opts_cmd.c test_all_opts_cmd.h \ test_groups_cmd.c test_groups_cmd.h \ test_conf_parser_cmd.c test_conf_parser_cmd.h \ test_multiple_cmd.c test_multiple_cmd.h \ test_sections_cmd.c \ test_values_cmd.c test_values_cmd.h \ test_redef_help_cmd.c test_redef_help_cmd.h \ test_main_cmdline_cmd.c test_main_cmdline_cmd.h \ test_first_cmdline_cmd.c test_first_cmdline_cmd.h \ test_second_cmdline_cmd.c test_second_cmdline_cmd.h GENERATED_TESTS = no_strings_cmd.c.test no_strings_cmd.h.test \ no_multi_strings_cmd.c.test no_multi_strings_cmd.h.test \ no_unamed_cmd.c.test no_unamed_cmd.h.test \ no_optgiven_cmd.c.test no_optgiven_cmd.h.test \ more_than_once_cmd.c.test more_than_once_cmd.h.test \ canonize-names-cmd.c.test canonize-names-cmd.h.test \ default_values_cmd.c.test default_values_cmd.h.test \ cmdline.c.test cmdline.h.test \ test_all_opts_cmd.c.test test_all_opts_cmd.h.test \ test_groups_cmd.c.test test_groups_cmd.h.test \ test_conf_parser_cmd.c.test test_conf_parser_cmd.h.test \ test_multiple_cmd.c.test test_multiple_cmd.h.test \ test_sections_cmd.c.test \ test_values_cmd.c.test test_values_cmd.h.test \ test_all_opts.save.test test_multiple.save.test test_conf_parser.save.test \ test_redef_help_cmd.c.test test_redef_help_cmd.h.test \ test_main_cmdline_cmd.c.test test_main_cmdline_cmd.h.test \ test_first_cmdline_cmd.c.test test_first_cmdline_cmd.h.test \ test_second_cmdline_cmd.c.test test_second_cmdline_cmd.h.test TESTSOUT = test.out TESTSOUTPUT = test.output ERRFILES = wrong_flag.err wrong_flag2.err wrong_group.err wrong_group2.err \ wrong_type.err wrong_dep.err ERRGGOFILES = wrong_flag.ggo wrong_flag2.ggo wrong_group.ggo wrong_group2.ggo \ wrong_type.ggo wrong_dep.ggo EXTRA_DIST = no_optgiven.sh.in more_than_once.sh.in \ test_all_opts.sh.in test_all_opts_file_save.sh.in \ test_groups.sh.in test_conf_parser.sh.in test_conf_parser_save.sh.in \ test_conf_parser_grp.sh.in \ test_conf_parser_ov.sh.in test_conf_parser_ov2.sh.in \ test_conf_parser_ov3.sh.in \ test_conf_parser_err.sh.in test_conf_parser_err_string.sh.in \ test_multiple.sh.in test_multiple_err.sh.in test_sections.sh.in test_default_values.sh.in \ test_conf_parser_ov2.c.in test_conf_parser_ov3.c.in \ test_values.sh.in test_values_err.sh.in test_show_help.sh.in \ valgrind_tests.sh.in valgrind_suppressions.sh.in test_err.sh.in \ test_dep.sh.in test_multiple_parsers.sh.in \ $(GENERATED_TESTS) \ $(TESTSOUTPUT) \ suppressions.supp \ test_conf.conf.in \ test_conf_inc.conf.in test_conf_inc_inc.conf test_conf_inc2.conf \ test_conf2.conf test_conf3.conf test_conf_err.conf \ test_conf_err_string.conf test_conf_err_string2.conf \ $(ERRFILES) $(ERRGGOFILES) CLEANFILES = *_cmd.c *_cmd.h *-cmd.h *-cmd.c cmdline.c cmdline.h *.save *.err.out all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .ggo .ggonu .ggoconf .ggostr .c .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu tests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh no_optgiven.sh: $(top_builddir)/config.status $(srcdir)/no_optgiven.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ valgrind_tests.sh: $(top_builddir)/config.status $(srcdir)/valgrind_tests.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ valgrind_suppressions.sh: $(top_builddir)/config.status $(srcdir)/valgrind_suppressions.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ more_than_once.sh: $(top_builddir)/config.status $(srcdir)/more_than_once.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_all_opts.sh: $(top_builddir)/config.status $(srcdir)/test_all_opts.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_all_opts_file_save.sh: $(top_builddir)/config.status $(srcdir)/test_all_opts_file_save.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_groups.sh: $(top_builddir)/config.status $(srcdir)/test_groups.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf.conf: $(top_builddir)/config.status $(srcdir)/test_conf.conf.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_inc.conf: $(top_builddir)/config.status $(srcdir)/test_conf_inc.conf.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser.sh: $(top_builddir)/config.status $(srcdir)/test_conf_parser.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_save.sh: $(top_builddir)/config.status $(srcdir)/test_conf_parser_save.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_grp.sh: $(top_builddir)/config.status $(srcdir)/test_conf_parser_grp.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_ov.sh: $(top_builddir)/config.status $(srcdir)/test_conf_parser_ov.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_ov2.sh: $(top_builddir)/config.status $(srcdir)/test_conf_parser_ov2.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_ov3.sh: $(top_builddir)/config.status $(srcdir)/test_conf_parser_ov3.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_ov2.c: $(top_builddir)/config.status $(srcdir)/test_conf_parser_ov2.c.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_ov3.c: $(top_builddir)/config.status $(srcdir)/test_conf_parser_ov3.c.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_err.sh: $(top_builddir)/config.status $(srcdir)/test_conf_parser_err.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_conf_parser_err_string.sh: $(top_builddir)/config.status $(srcdir)/test_conf_parser_err_string.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_multiple.sh: $(top_builddir)/config.status $(srcdir)/test_multiple.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_multiple_err.sh: $(top_builddir)/config.status $(srcdir)/test_multiple_err.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_sections.sh: $(top_builddir)/config.status $(srcdir)/test_sections.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_default_values.sh: $(top_builddir)/config.status $(srcdir)/test_default_values.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_values.sh: $(top_builddir)/config.status $(srcdir)/test_values.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_values_err.sh: $(top_builddir)/config.status $(srcdir)/test_values_err.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_show_help.sh: $(top_builddir)/config.status $(srcdir)/test_show_help.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_err.sh: $(top_builddir)/config.status $(srcdir)/test_err.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_dep.sh: $(top_builddir)/config.status $(srcdir)/test_dep.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ test_multiple_parsers.sh: $(top_builddir)/config.status $(srcdir)/test_multiple_parsers.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ clean-checkPROGRAMS: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) canonize-names$(EXEEXT): $(canonize_names_OBJECTS) $(canonize_names_DEPENDENCIES) @rm -f canonize-names$(EXEEXT) $(LINK) $(canonize_names_LDFLAGS) $(canonize_names_OBJECTS) $(canonize_names_LDADD) $(LIBS) default_cmdline$(EXEEXT): $(default_cmdline_OBJECTS) $(default_cmdline_DEPENDENCIES) @rm -f default_cmdline$(EXEEXT) $(LINK) $(default_cmdline_LDFLAGS) $(default_cmdline_OBJECTS) $(default_cmdline_LDADD) $(LIBS) default_values$(EXEEXT): $(default_values_OBJECTS) $(default_values_DEPENDENCIES) @rm -f default_values$(EXEEXT) $(LINK) $(default_values_LDFLAGS) $(default_values_OBJECTS) $(default_values_LDADD) $(LIBS) more_than_once$(EXEEXT): $(more_than_once_OBJECTS) $(more_than_once_DEPENDENCIES) @rm -f more_than_once$(EXEEXT) $(LINK) $(more_than_once_LDFLAGS) $(more_than_once_OBJECTS) $(more_than_once_LDADD) $(LIBS) no_multi_strings$(EXEEXT): $(no_multi_strings_OBJECTS) $(no_multi_strings_DEPENDENCIES) @rm -f no_multi_strings$(EXEEXT) $(LINK) $(no_multi_strings_LDFLAGS) $(no_multi_strings_OBJECTS) $(no_multi_strings_LDADD) $(LIBS) no_optgiven$(EXEEXT): $(no_optgiven_OBJECTS) $(no_optgiven_DEPENDENCIES) @rm -f no_optgiven$(EXEEXT) $(LINK) $(no_optgiven_LDFLAGS) $(no_optgiven_OBJECTS) $(no_optgiven_LDADD) $(LIBS) no_optgiven2$(EXEEXT): $(no_optgiven2_OBJECTS) $(no_optgiven2_DEPENDENCIES) @rm -f no_optgiven2$(EXEEXT) $(LINK) $(no_optgiven2_LDFLAGS) $(no_optgiven2_OBJECTS) $(no_optgiven2_LDADD) $(LIBS) no_prog_name$(EXEEXT): $(no_prog_name_OBJECTS) $(no_prog_name_DEPENDENCIES) @rm -f no_prog_name$(EXEEXT) $(LINK) $(no_prog_name_LDFLAGS) $(no_prog_name_OBJECTS) $(no_prog_name_LDADD) $(LIBS) no_strings$(EXEEXT): $(no_strings_OBJECTS) $(no_strings_DEPENDENCIES) @rm -f no_strings$(EXEEXT) $(LINK) $(no_strings_LDFLAGS) $(no_strings_OBJECTS) $(no_strings_LDADD) $(LIBS) no_unamed$(EXEEXT): $(no_unamed_OBJECTS) $(no_unamed_DEPENDENCIES) @rm -f no_unamed$(EXEEXT) $(LINK) $(no_unamed_LDFLAGS) $(no_unamed_OBJECTS) $(no_unamed_LDADD) $(LIBS) test_all_opts$(EXEEXT): $(test_all_opts_OBJECTS) $(test_all_opts_DEPENDENCIES) @rm -f test_all_opts$(EXEEXT) $(LINK) $(test_all_opts_LDFLAGS) $(test_all_opts_OBJECTS) $(test_all_opts_LDADD) $(LIBS) test_conf_parser$(EXEEXT): $(test_conf_parser_OBJECTS) $(test_conf_parser_DEPENDENCIES) @rm -f test_conf_parser$(EXEEXT) $(LINK) $(test_conf_parser_LDFLAGS) $(test_conf_parser_OBJECTS) $(test_conf_parser_LDADD) $(LIBS) test_conf_parser_file_save$(EXEEXT): $(test_conf_parser_file_save_OBJECTS) $(test_conf_parser_file_save_DEPENDENCIES) @rm -f test_conf_parser_file_save$(EXEEXT) $(LINK) $(test_conf_parser_file_save_LDFLAGS) $(test_conf_parser_file_save_OBJECTS) $(test_conf_parser_file_save_LDADD) $(LIBS) test_conf_parser_ov$(EXEEXT): $(test_conf_parser_ov_OBJECTS) $(test_conf_parser_ov_DEPENDENCIES) @rm -f test_conf_parser_ov$(EXEEXT) $(LINK) $(test_conf_parser_ov_LDFLAGS) $(test_conf_parser_ov_OBJECTS) $(test_conf_parser_ov_LDADD) $(LIBS) test_conf_parser_ov2$(EXEEXT): $(test_conf_parser_ov2_OBJECTS) $(test_conf_parser_ov2_DEPENDENCIES) @rm -f test_conf_parser_ov2$(EXEEXT) $(LINK) $(test_conf_parser_ov2_LDFLAGS) $(test_conf_parser_ov2_OBJECTS) $(test_conf_parser_ov2_LDADD) $(LIBS) test_conf_parser_ov3$(EXEEXT): $(test_conf_parser_ov3_OBJECTS) $(test_conf_parser_ov3_DEPENDENCIES) @rm -f test_conf_parser_ov3$(EXEEXT) $(LINK) $(test_conf_parser_ov3_LDFLAGS) $(test_conf_parser_ov3_OBJECTS) $(test_conf_parser_ov3_LDADD) $(LIBS) test_groups$(EXEEXT): $(test_groups_OBJECTS) $(test_groups_DEPENDENCIES) @rm -f test_groups$(EXEEXT) $(LINK) $(test_groups_LDFLAGS) $(test_groups_OBJECTS) $(test_groups_LDADD) $(LIBS) test_multiple$(EXEEXT): $(test_multiple_OBJECTS) $(test_multiple_DEPENDENCIES) @rm -f test_multiple$(EXEEXT) $(LINK) $(test_multiple_LDFLAGS) $(test_multiple_OBJECTS) $(test_multiple_LDADD) $(LIBS) test_multiple_parsers$(EXEEXT): $(test_multiple_parsers_OBJECTS) $(test_multiple_parsers_DEPENDENCIES) @rm -f test_multiple_parsers$(EXEEXT) $(LINK) $(test_multiple_parsers_LDFLAGS) $(test_multiple_parsers_OBJECTS) $(test_multiple_parsers_LDADD) $(LIBS) test_redef_help$(EXEEXT): $(test_redef_help_OBJECTS) $(test_redef_help_DEPENDENCIES) @rm -f test_redef_help$(EXEEXT) $(LINK) $(test_redef_help_LDFLAGS) $(test_redef_help_OBJECTS) $(test_redef_help_LDADD) $(LIBS) test_sections$(EXEEXT): $(test_sections_OBJECTS) $(test_sections_DEPENDENCIES) @rm -f test_sections$(EXEEXT) $(LINK) $(test_sections_LDFLAGS) $(test_sections_OBJECTS) $(test_sections_LDADD) $(LIBS) test_values$(EXEEXT): $(test_values_OBJECTS) $(test_values_DEPENDENCIES) @rm -f test_values$(EXEEXT) $(LINK) $(test_values_LDFLAGS) $(test_values_OBJECTS) $(test_values_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonize-names-cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonize-names.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmdline.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/default_cmdline.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/default_values.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/default_values_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/more_than_once.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/more_than_once_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_multi_strings.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_multi_strings_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_optgiven.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_optgiven2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_optgiven_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_prog_name.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_strings.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_strings_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_unamed.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_unamed_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_all_opts.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_all_opts_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_conf_parser.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_conf_parser_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_conf_parser_file_save.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_conf_parser_ov.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_conf_parser_ov2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_conf_parser_ov3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_first_cmdline_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_groups.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_groups_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_main_cmdline_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_multiple.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_multiple_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_multiple_parsers.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_redef_help.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_redef_help_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_second_cmdline_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sections.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sections_cmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_values.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_values_cmd.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` uninstall-info-am: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list='$(TESTS)'; \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *" $$tst "*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ ;; \ *) \ echo "PASS: $$tst"; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *" $$tst "*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ *) \ failed=`expr $$failed + 1`; \ echo "FAIL: $$tst"; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ echo "SKIP: $$tst"; \ fi; \ done; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="All $$all tests passed"; \ else \ banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all tests failed"; \ else \ banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ skipped="($$skip tests were not run)"; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ echo "$$dashes"; \ echo "$$banner"; \ test -z "$$skipped" || echo "$$skipped"; \ test -z "$$report" || echo "$$report"; \ echo "$$dashes"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile installdirs: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-exec-am: install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-info-am .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic ctags distclean \ distclean-compile distclean-generic distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-exec install-exec-am \ install-info install-info-am install-man install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ uninstall-am uninstall-info-am .ggo.c: $(GGO_COMPILE) --unamed-opt --show-required .ggonu.c: $(PROGNAME) --input $< --func-name $*_parser --file-name $* .ggoconf.c: $(GGO_COMPILE) --unamed-opt="OTHER NAMES" --conf-parser --arg-struct-name="my_args_info" .ggostr.c: $(GGO_COMPILE) --unamed-opt="OTHER NAMES" --string-parser --arg-struct-name=$*_struct --include-getopt %.err: %.ggo $(PROGNAME) --unamed-opt -i $< --file-name null 2> $@ || true # the original command line used to be: # $(GGO_COMPILE) --no-handle-error -u # but now are in the input .ggo file no_optgiven_cmd.c: no_optgiven_cmd.ggo $(GGO_COMPILE) # using $(top_builddir) should test also the removal of leading path # for the generation of the #ifndef in the generated header file canonize-names-cmd.c: canonize-names-cmd.ggo $(PROGNAME) --input $(srcdir)/canonize-names-cmd.ggo --func-name $*-parser --file-name $(top_builddir)/tests/$* cmdline.c: cmdline.ggo $(PROGNAME) --input $(srcdir)/cmdline.ggo check-err: $(ERRFILES) for source in $(ERRFILES); do \ test_input="`echo $$source|sed s/err/ggo/`"; \ $(PROGNAME) --unamed-opt -i $(srcdir)/$$test_input --file-name null 2> $$source.out || true ; \ sed -i -e "s/.*\///" $$source.out ; \ echo "diff $$source.out $$source"; \ if ! diff $$source.out $(srcdir)/$$source; \ then errors=1; fi; \ done ; \ test -z $$errors $(TESTSOUTPUT): rm -f $(TESTSOUTPUT); \ for source in $(TESTS); do \ $(top_builddir)/tests/$$source >> $@ 2>&1; \ done && \ for source in $(check_PROGRAMS); do \ $(top_builddir)/tests/$$source -h >> $@ 2>&1; \ done && \ for source in $(hidden_options_programs); do \ $(top_builddir)/tests/$$source --full-help >> $@ 2>&1; \ done && \ $(PROGNAMESHOWHELP) < $(srcdir)/test_all_opts_cmd.ggo >> $@ 2>&1; store-backup: $(BUILT_SOURCES) $(TESTSOUTPUT) rm -f *.test; \ for source in $(BUILT_SOURCES); do \ back_output="`echo $$source.test`"; \ echo "saving $$back_output"; \ cp $$source $(srcdir)/$$back_output; \ done; \ for source in `ls $(srcdir)/*.save`; do \ test_output="`echo $$source|sed s/save/save\.test/`"; \ cp $$source $(srcdir)/$$test_output; \ done; \ cp $(TESTSOUT) $(srcdir)/$(TESTSOUTPUT) check-diff: for source in $(BUILT_SOURCES); do \ back_output="`echo $$source.test`"; \ echo "diff $$source $$back_output"; \ if ! diff $$source $(srcdir)/$$back_output; \ then errors=1; fi; \ done && \ echo "creating output of tests..."; \ rm -f $(TESTSOUT); \ for tests in $(TESTS); do \ $(top_builddir)/tests/$$tests >> $(srcdir)/$(TESTSOUT) 2>&1 ; \ done && \ for tests in $(check_PROGRAMS); do \ $(top_builddir)/tests/$$tests -h >> $(srcdir)/$(TESTSOUT) 2>&1; \ done && \ for tests in $(hidden_options_programs); do \ $(top_builddir)/tests/$$tests --full-help >> $(srcdir)/$(TESTSOUT) 2>&1; \ done && \ $(PROGNAMESHOWHELP) < $(srcdir)/test_all_opts_cmd.ggo >> $(srcdir)/$(TESTSOUT) 2>&1; \ echo "diff $(TESTSOUTPUT) $(TESTSOUT)"; \ if ! diff $(TESTSOUTPUT) $(srcdir)/$(TESTSOUT); \ then errors=1; fi; \ for source in `ls $(srcdir)/*.save`; do \ test_output="`echo $$source|sed s/save/save\.test/`"; \ echo "diff $(srcdir)/$$source $$test_output"; \ if ! diff $(srcdir)/$$source $$test_output; \ then errors=1; fi; \ done; \ test -z $$errors my-check: clean check check-diff check-valgrind: $(top_builddir)/tests/valgrind_tests.sh $(VALGRINDTESTS) $(top_builddir)/tests/valgrind_tests.sh $(top_builddir)/tests/default_values$(EXEEXT) --help $(top_builddir)/tests/valgrind_tests.sh $(top_builddir)/tests/default_values$(EXEEXT) --version clean-err: rm -f *.err # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: