| 1 |
# Makefile.in generated by automake 1.9.2 from Makefile.am. |
|---|
| 2 |
# @configure_input@ |
|---|
| 3 |
|
|---|
| 4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|---|
| 5 |
# 2003, 2004 Free Software Foundation, Inc. |
|---|
| 6 |
# This Makefile.in is free software; the Free Software Foundation |
|---|
| 7 |
# gives unlimited permission to copy and/or distribute it, |
|---|
| 8 |
# with or without modifications, as long as this notice is preserved. |
|---|
| 9 |
|
|---|
| 10 |
# This program is distributed in the hope that it will be useful, |
|---|
| 11 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 13 |
# PARTICULAR PURPOSE. |
|---|
| 14 |
|
|---|
| 15 |
@SET_MAKE@ |
|---|
| 16 |
|
|---|
| 17 |
# |
|---|
| 18 |
# $Id: Makefile.am,v 1.1 2003/07/26 07:08:43 rbcollins Exp $ |
|---|
| 19 |
# |
|---|
| 20 |
# Copyright (c) 2002, Robert Collins |
|---|
| 21 |
# |
|---|
| 22 |
# This program is free software; you can redistribute it and/or modify |
|---|
| 23 |
# it under the terms of the GNU General Public License as published by |
|---|
| 24 |
# the Free Software Foundation; either version 2 of the License, or |
|---|
| 25 |
# (at your option) any later version. |
|---|
| 26 |
# |
|---|
| 27 |
# A copy of the GNU General Public License can be found at |
|---|
| 28 |
# http://www.gnu.org/ |
|---|
| 29 |
# |
|---|
| 30 |
# Written by Robert Collins <rbtcollins@hotmail.com> |
|---|
| 31 |
# |
|---|
| 32 |
# Makefile for Cygwin installer tests |
|---|
| 33 |
SOURCES = $(UserSettingTest_SOURCES) $(UserSettingsTest_SOURCES) |
|---|
| 34 |
|
|---|
| 35 |
srcdir = @srcdir@ |
|---|
| 36 |
top_srcdir = @top_srcdir@ |
|---|
| 37 |
VPATH = @srcdir@ |
|---|
| 38 |
pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 39 |
pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 40 |
pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 41 |
top_builddir = .. |
|---|
| 42 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 43 |
INSTALL = @INSTALL@ |
|---|
| 44 |
install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| 45 |
install_sh_PROGRAM = $(install_sh) -c |
|---|
| 46 |
install_sh_SCRIPT = $(install_sh) -c |
|---|
| 47 |
INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 48 |
transform = $(program_transform_name) |
|---|
| 49 |
NORMAL_INSTALL = : |
|---|
| 50 |
PRE_INSTALL = : |
|---|
| 51 |
POST_INSTALL = : |
|---|
| 52 |
NORMAL_UNINSTALL = : |
|---|
| 53 |
PRE_UNINSTALL = : |
|---|
| 54 |
POST_UNINSTALL = : |
|---|
| 55 |
build_triplet = @build@ |
|---|
| 56 |
host_triplet = @host@ |
|---|
| 57 |
check_PROGRAMS = UserSettingTest$(EXEEXT) UserSettingsTest$(EXEEXT) |
|---|
| 58 |
subdir = tests |
|---|
| 59 |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|---|
| 60 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 61 |
am__aclocal_m4_deps = $(top_srcdir)/configure.in |
|---|
| 62 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|---|
| 63 |
$(ACLOCAL_M4) |
|---|
| 64 |
mkinstalldirs = $(install_sh) -d |
|---|
| 65 |
CONFIG_CLEAN_FILES = |
|---|
| 66 |
am_UserSettingTest_OBJECTS = \ |
|---|
| 67 |
UserSettingTest-UserSettingTest.$(OBJEXT) |
|---|
| 68 |
UserSettingTest_OBJECTS = $(am_UserSettingTest_OBJECTS) |
|---|
| 69 |
UserSettingTest_DEPENDENCIES = $(top_builddir)/Exception.o \ |
|---|
| 70 |
$(top_builddir)/UserSetting.o $(top_builddir)/UserSettings.o \ |
|---|
| 71 |
$(top_builddir)/String++.o |
|---|
| 72 |
am_UserSettingsTest_OBJECTS = UserSettingsTest.$(OBJEXT) \ |
|---|
| 73 |
UserSettingTest.$(OBJEXT) |
|---|
| 74 |
UserSettingsTest_OBJECTS = $(am_UserSettingsTest_OBJECTS) |
|---|
| 75 |
UserSettingsTest_DEPENDENCIES = $(top_builddir)/Exception.o \ |
|---|
| 76 |
$(top_builddir)/UserSetting.o $(top_builddir)/UserSettings.o \ |
|---|
| 77 |
$(top_builddir)/String++.o |
|---|
| 78 |
DEFAULT_INCLUDES = -I. -I$(srcdir) |
|---|
| 79 |
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp |
|---|
| 80 |
am__depfiles_maybe = depfiles |
|---|
| 81 |
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|---|
| 82 |
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|---|
| 83 |
LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \ |
|---|
| 84 |
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
|---|
| 85 |
$(AM_CXXFLAGS) $(CXXFLAGS) |
|---|
| 86 |
CXXLD = $(CXX) |
|---|
| 87 |
CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \ |
|---|
| 88 |
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
|---|
| 89 |
SOURCES = $(UserSettingTest_SOURCES) $(UserSettingsTest_SOURCES) |
|---|
| 90 |
DIST_SOURCES = $(UserSettingTest_SOURCES) $(UserSettingsTest_SOURCES) |
|---|
| 91 |
ETAGS = etags |
|---|
| 92 |
CTAGS = ctags |
|---|
| 93 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 94 |
ACLOCAL = @ACLOCAL@ |
|---|
| 95 |
AMDEP_FALSE = @AMDEP_FALSE@ |
|---|
| 96 |
AMDEP_TRUE = @AMDEP_TRUE@ |
|---|
| 97 |
AMTAR = @AMTAR@ |
|---|
| 98 |
AR = @AR@ |
|---|
| 99 |
AUTOCONF = @AUTOCONF@ |
|---|
| 100 |
AUTOHEADER = @AUTOHEADER@ |
|---|
| 101 |
AUTOMAKE = @AUTOMAKE@ |
|---|
| 102 |
AWK = @AWK@ |
|---|
| 103 |
CC = @CC@ |
|---|
| 104 |
CCDEPMODE = @CCDEPMODE@ |
|---|
| 105 |
CFLAGS = @CFLAGS@ |
|---|
| 106 |
CPP = @CPP@ |
|---|
| 107 |
CPPFLAGS = @CPPFLAGS@ |
|---|
| 108 |
CXX = @CXX@ |
|---|
| 109 |
CXXCPP = @CXXCPP@ |
|---|
| 110 |
CXXDEPMODE = @CXXDEPMODE@ |
|---|
| 111 |
CXXFLAGS = @CXXFLAGS@ |
|---|
| 112 |
CYGPATH_W = @CYGPATH_W@ |
|---|
| 113 |
DEFS = @DEFS@ |
|---|
| 114 |
DEPDIR = @DEPDIR@ |
|---|
| 115 |
ECHO = @ECHO@ |
|---|
| 116 |
ECHO_C = @ECHO_C@ |
|---|
| 117 |
ECHO_N = @ECHO_N@ |
|---|
| 118 |
ECHO_T = @ECHO_T@ |
|---|
| 119 |
EGREP = @EGREP@ |
|---|
| 120 |
EXEEXT = @EXEEXT@ |
|---|
| 121 |
F77 = @F77@ |
|---|
| 122 |
FFLAGS = @FFLAGS@ |
|---|
| 123 |
INILINT = @INILINT@ |
|---|
| 124 |
INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 125 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 126 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 127 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 128 |
LDFLAGS = @LDFLAGS@ |
|---|
| 129 |
LEX = @LEX@ |
|---|
| 130 |
LEXLIB = @LEXLIB@ |
|---|
| 131 |
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
|---|
| 132 |
LIBOBJS = @LIBOBJS@ |
|---|
| 133 |
LIBS = @LIBS@ |
|---|
| 134 |
LIBTOOL = @LIBTOOL@ |
|---|
| 135 |
LN_S = @LN_S@ |
|---|
| 136 |
LTLIBOBJS = @LTLIBOBJS@ |
|---|
| 137 |
MAINT = @MAINT@ |
|---|
| 138 |
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
|---|
| 139 |
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
|---|
| 140 |
MAKEINFO = @MAKEINFO@ |
|---|
| 141 |
MINGWTARGET_FALSE = @MINGWTARGET_FALSE@ |
|---|
| 142 |
MINGWTARGET_TRUE = @MINGWTARGET_TRUE@ |
|---|
| 143 |
OBJEXT = @OBJEXT@ |
|---|
| 144 |
PACKAGE = @PACKAGE@ |
|---|
| 145 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| 146 |
PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| 147 |
PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| 148 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| 149 |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| 150 |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| 151 |
RANLIB = @RANLIB@ |
|---|
| 152 |
SET_MAKE = @SET_MAKE@ |
|---|
| 153 |
SHELL = @SHELL@ |
|---|
| 154 |
STRIP = @STRIP@ |
|---|
| 155 |
VERSION = @VERSION@ |
|---|
| 156 |
WINDRES = @WINDRES@ |
|---|
| 157 |
YACC = @YACC@ |
|---|
| 158 |
ac_ct_AR = @ac_ct_AR@ |
|---|
| 159 |
ac_ct_CC = @ac_ct_CC@ |
|---|
| 160 |
ac_ct_CXX = @ac_ct_CXX@ |
|---|
| 161 |
ac_ct_F77 = @ac_ct_F77@ |
|---|
| 162 |
ac_ct_RANLIB = @ac_ct_RANLIB@ |
|---|
| 163 |
ac_ct_STRIP = @ac_ct_STRIP@ |
|---|
| 164 |
ac_ct_WINDRES = @ac_ct_WINDRES@ |
|---|
| 165 |
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
|---|
| 166 |
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
|---|
| 167 |
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
|---|
| 168 |
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
|---|
| 169 |
am__include = @am__include@ |
|---|
| 170 |
am__leading_dot = @am__leading_dot@ |
|---|
| 171 |
am__quote = @am__quote@ |
|---|
| 172 |
am__tar = @am__tar@ |
|---|
| 173 |
am__untar = @am__untar@ |
|---|
| 174 |
bindir = @bindir@ |
|---|
| 175 |
build = @build@ |
|---|
| 176 |
build_alias = @build_alias@ |
|---|
| 177 |
build_cpu = @build_cpu@ |
|---|
| 178 |
build_os = @build_os@ |
|---|
| 179 |
build_vendor = @build_vendor@ |
|---|
| 180 |
datadir = @datadir@ |
|---|
| 181 |
exec_prefix = @exec_prefix@ |
|---|
| 182 |
host = @host@ |
|---|
| 183 |
host_alias = @host_alias@ |
|---|
| 184 |
host_cpu = @host_cpu@ |
|---|
| 185 |
host_os = @host_os@ |
|---|
| 186 |
host_vendor = @host_vendor@ |
|---|
| 187 |
includedir = @includedir@ |
|---|
| 188 |
infodir = @infodir@ |
|---|
| 189 |
install_sh = @install_sh@ |
|---|
| 190 |
libdir = @libdir@ |
|---|
| 191 |
libexecdir = @libexecdir@ |
|---|
| 192 |
localstatedir = @localstatedir@ |
|---|
| 193 |
mandir = @mandir@ |
|---|
| 194 |
mkdir_p = @mkdir_p@ |
|---|
| 195 |
oldincludedir = @oldincludedir@ |
|---|
| 196 |
prefix = @prefix@ |
|---|
| 197 |
program_transform_name = @program_transform_name@ |
|---|
| 198 |
sbindir = @sbindir@ |
|---|
| 199 |
sharedstatedir = @sharedstatedir@ |
|---|
| 200 |
subdirs = @subdirs@ |
|---|
| 201 |
sysconfdir = @sysconfdir@ |
|---|
| 202 |
target_alias = @target_alias@ |
|---|
| 203 |
AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.6 foreign |
|---|
| 204 |
|
|---|
| 205 |
# We would like to use -Winline for C++ as well, but some STL code triggers |
|---|
| 206 |
# this warning. (Bug verified present in gcc-3.3) |
|---|
| 207 |
AM_CXXFLAGS = -Werror -Wall -Wpointer-arith -Wcomments \ |
|---|
| 208 |
-Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes |
|---|
| 209 |
|
|---|
| 210 |
AM_CFLAGS = $(AM_CXXFLAGS) -Wmissing-declarations -Winline |
|---|
| 211 |
INCLUDES = -I. -I$(srcdir) -I$(top_srcdir) |
|---|
| 212 |
TESTS = \ |
|---|
| 213 |
UserSettingTest \ |
|---|
| 214 |
UserSettingsTest |
|---|
| 215 |
|
|---|
| 216 |
UserSettingTest_SOURCES = UserSettingTest.cc |
|---|
| 217 |
UserSettingTest_CXXFLAGS = -DASTEST |
|---|
| 218 |
UserSettingTest_LDADD = \ |
|---|
| 219 |
$(top_builddir)/Exception.o \ |
|---|
| 220 |
$(top_builddir)/UserSetting.o \ |
|---|
| 221 |
$(top_builddir)/UserSettings.o \ |
|---|
| 222 |
$(top_builddir)/String++.o |
|---|
| 223 |
|
|---|
| 224 |
UserSettingsTest_SOURCES = UserSettingsTest.cc UserSettingTest.cc |
|---|
| 225 |
UserSettingsTest_LDADD = \ |
|---|
| 226 |
$(top_builddir)/Exception.o \ |
|---|
| 227 |
$(top_builddir)/UserSetting.o \ |
|---|
| 228 |
$(top_builddir)/UserSettings.o \ |
|---|
| 229 |
$(top_builddir)/String++.o |
|---|
| 230 |
|
|---|
| 231 |
all: all-am |
|---|
| 232 |
|
|---|
| 233 |
.SUFFIXES: |
|---|
| 234 |
.SUFFIXES: .cc .lo .o .obj |
|---|
| 235 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
|---|
| 236 |
@for dep in $?; do \ |
|---|
| 237 |
case '$(am__configure_deps)' in \ |
|---|
| 238 |
*$$dep*) \ |
|---|
| 239 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
|---|
| 240 |
&& exit 0; \ |
|---|
| 241 |
exit 1;; \ |
|---|
| 242 |
esac; \ |
|---|
| 243 |
done; \ |
|---|
| 244 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ |
|---|
| 245 |
cd $(top_srcdir) && \ |
|---|
| 246 |
$(AUTOMAKE) --foreign tests/Makefile |
|---|
| 247 |
.PRECIOUS: Makefile |
|---|
| 248 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 249 |
@case '$?' in \ |
|---|
| 250 |
*config.status*) \ |
|---|
| 251 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|---|
| 252 |
*) \ |
|---|
| 253 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|---|
| 254 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|---|
| 255 |
esac; |
|---|
| 256 |
|
|---|
| 257 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 258 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 259 |
|
|---|
| 260 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|---|
| 261 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 262 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
|---|
| 263 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 264 |
|
|---|
| 265 |
clean-checkPROGRAMS: |
|---|
| 266 |
@list='$(check_PROGRAMS)'; for p in $$list; do \ |
|---|
| 267 |
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
|---|
| 268 |
echo " rm -f $$p $$f"; \ |
|---|
| 269 |
rm -f $$p $$f ; \ |
|---|
| 270 |
done |
|---|
| 271 |
UserSettingTest$(EXEEXT): $(UserSettingTest_OBJECTS) $(UserSettingTest_DEPENDENCIES) |
|---|
| 272 |
@rm -f UserSettingTest$(EXEEXT) |
|---|
| 273 |
$(CXXLINK) $(UserSettingTest_LDFLAGS) $(UserSettingTest_OBJECTS) $(UserSettingTest_LDADD) $(LIBS) |
|---|
| 274 |
UserSettingsTest$(EXEEXT): $(UserSettingsTest_OBJECTS) $(UserSettingsTest_DEPENDENCIES) |
|---|
| 275 |
@rm -f UserSettingsTest$(EXEEXT) |
|---|
| 276 |
$(CXXLINK) $(UserSettingsTest_LDFLAGS) $(UserSettingsTest_OBJECTS) $(UserSettingsTest_LDADD) $(LIBS) |
|---|
| 277 |
|
|---|
| 278 |
mostlyclean-compile: |
|---|
| 279 |
-rm -f *.$(OBJEXT) |
|---|
| 280 |
|
|---|
| 281 |
distclean-compile: |
|---|
| 282 |
-rm -f *.tab.c |
|---|
| 283 |
|
|---|
| 284 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UserSettingTest-UserSettingTest.Po@am__quote@ |
|---|
| 285 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UserSettingTest.Po@am__quote@ |
|---|
| 286 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UserSettingsTest.Po@am__quote@ |
|---|
| 287 |
|
|---|
| 288 |
.cc.o: |
|---|
| 289 |
@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \ |
|---|
| 290 |
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ |
|---|
| 291 |
@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi |
|---|
| 292 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 293 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 294 |
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
|---|
| 295 |
|
|---|
| 296 |
.cc.obj: |
|---|
| 297 |
@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \ |
|---|
| 298 |
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
|---|
| 299 |
@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi |
|---|
| 300 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 301 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 302 |
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|---|
| 303 |
|
|---|
| 304 |
.cc.lo: |
|---|
| 305 |
@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \ |
|---|
| 306 |
@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ |
|---|
| 307 |
@am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi |
|---|
| 308 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 309 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 310 |
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
|---|
| 311 |
|
|---|
| 312 |
UserSettingTest-UserSettingTest.o: UserSettingTest.cc |
|---|
| 313 |
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(UserSettingTest_CXXFLAGS) $(CXXFLAGS) -MT UserSettingTest-UserSettingTest.o -MD -MP -MF "$(DEPDIR)/UserSettingTest-UserSettingTest.Tpo" -c -o UserSettingTest-UserSettingTest.o `test -f 'UserSettingTest.cc' || echo '$(srcdir)/'`UserSettingTest.cc; \ |
|---|
| 314 |
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/UserSettingTest-UserSettingTest.Tpo" "$(DEPDIR)/UserSettingTest-UserSettingTest.Po"; else rm -f "$(DEPDIR)/UserSettingTest-UserSettingTest.Tpo"; exit 1; fi |
|---|
| 315 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='UserSettingTest.cc' object='UserSettingTest-UserSettingTest.o' libtool=no @AMDEPBACKSLASH@ |
|---|
| 316 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 317 |
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(UserSettingTest_CXXFLAGS) $(CXXFLAGS) -c -o UserSettingTest-UserSettingTest.o `test -f 'UserSettingTest.cc' || echo '$(srcdir)/'`UserSettingTest.cc |
|---|
| 318 |
|
|---|
| 319 |
UserSettingTest-UserSettingTest.obj: UserSettingTest.cc |
|---|
| 320 |
@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(UserSettingTest_CXXFLAGS) $(CXXFLAGS) -MT UserSettingTest-UserSettingTest.obj -MD -MP -MF "$(DEPDIR)/UserSettingTest-UserSettingTest.Tpo" -c -o UserSettingTest-UserSettingTest.obj `if test -f 'UserSettingTest.cc'; then $(CYGPATH_W) 'UserSettingTest.cc'; else $(CYGPATH_W) '$(srcdir)/UserSettingTest.cc'; fi`; \ |
|---|
| 321 |
@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/UserSettingTest-UserSettingTest.Tpo" "$(DEPDIR)/UserSettingTest-UserSettingTest.Po"; else rm -f "$(DEPDIR)/UserSettingTest-UserSettingTest.Tpo"; exit 1; fi |
|---|
| 322 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='UserSettingTest.cc' object='UserSettingTest-UserSettingTest.obj' libtool=no @AMDEPBACKSLASH@ |
|---|
| 323 |
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 324 |
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(UserSettingTest_CXXFLAGS) $(CXXFLAGS) -c -o UserSettingTest-UserSettingTest.obj `if test -f 'UserSettingTest.cc'; then $(CYGPATH_W) 'UserSettingTest.cc'; else $(CYGPATH_W) '$(srcdir)/UserSettingTest.cc'; fi` |
|---|
| 325 |
|
|---|
| 326 |
mostlyclean-libtool: |
|---|
| 327 |
-rm -f *.lo |
|---|
| 328 |
|
|---|
| 329 |
clean-libtool: |
|---|
| 330 |
-rm -rf .libs _libs |
|---|
| 331 |
|
|---|
| 332 |
distclean-libtool: |
|---|
| 333 |
-rm -f libtool |
|---|
| 334 |
uninstall-info-am: |
|---|
| 335 |
|
|---|
| 336 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|---|
| 337 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 338 |
unique=`for i in $$list; do \ |
|---|
| 339 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 340 |
done | \ |
|---|
| 341 |
$(AWK) ' { files[$$0] = 1; } \ |
|---|
| 342 |
END { for (i in files) print i; }'`; \ |
|---|
| 343 |
mkid -fID $$unique |
|---|
| 344 |
tags: TAGS |
|---|
| 345 |
|
|---|
| 346 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 347 |
$(TAGS_FILES) $(LISP) |
|---|
| 348 |
tags=; \ |
|---|
| 349 |
here=`pwd`; \ |
|---|
| 350 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 351 |
unique=`for i in $$list; do \ |
|---|
| 352 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 353 |
done | \ |
|---|
| 354 |
$(AWK) ' { files[$$0] = 1; } \ |
|---|
| 355 |
END { for (i in files) print i; }'`; \ |
|---|
| 356 |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
|---|
| 357 |
test -n "$$unique" || unique=$$empty_fix; \ |
|---|
| 358 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 359 |
$$tags $$unique; \ |
|---|
| 360 |
fi |
|---|
| 361 |
ctags: CTAGS |
|---|
| 362 |
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 363 |
$(TAGS_FILES) $(LISP) |
|---|
| 364 |
tags=; \ |
|---|
| 365 |
here=`pwd`; \ |
|---|
| 366 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 367 |
unique=`for i in $$list; do \ |
|---|
| 368 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 369 |
done | \ |
|---|
| 370 |
$(AWK) ' { files[$$0] = 1; } \ |
|---|
| 371 |
END { for (i in files) print i; }'`; \ |
|---|
| 372 |
test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
|---|
| 373 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|---|
| 374 |
$$tags $$unique |
|---|
| 375 |
|
|---|
| 376 |
GTAGS: |
|---|
| 377 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
|---|
| 378 |
&& cd $(top_srcdir) \ |
|---|
| 379 |
&& gtags -i $(GTAGS_ARGS) $$here |
|---|
| 380 |
|
|---|
| 381 |
distclean-tags: |
|---|
| 382 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|---|
| 383 |
|
|---|
| 384 |
check-TESTS: $(TESTS) |
|---|
| 385 |
@failed=0; all=0; xfail=0; xpass=0; skip=0; \ |
|---|
| 386 |
srcdir=$(srcdir); export srcdir; \ |
|---|
| 387 |
list='$(TESTS)'; \ |
|---|
| 388 |
if test -n "$$list"; then \ |
|---|
| 389 |
for tst in $$list; do \ |
|---|
| 390 |
if test -f ./$$tst; then dir=./; \ |
|---|
| 391 |
elif test -f $$tst; then dir=; \ |
|---|
| 392 |
else dir="$(srcdir)/"; fi; \ |
|---|
| 393 |
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ |
|---|
| 394 |
all=`expr $$all + 1`; \ |
|---|
| 395 |
case " $(XFAIL_TESTS) " in \ |
|---|
| 396 |
*" $$tst "*) \ |
|---|
| 397 |
xpass=`expr $$xpass + 1`; \ |
|---|
| 398 |
failed=`expr $$failed + 1`; \ |
|---|
| 399 |
echo "XPASS: $$tst"; \ |
|---|
| 400 |
;; \ |
|---|
| 401 |
*) \ |
|---|
| 402 |
echo "PASS: $$tst"; \ |
|---|
| 403 |
;; \ |
|---|
| 404 |
esac; \ |
|---|
| 405 |
elif test $$? -ne 77; then \ |
|---|
| 406 |
all=`expr $$all + 1`; \ |
|---|
| 407 |
case " $(XFAIL_TESTS) " in \ |
|---|
| 408 |
*" $$tst "*) \ |
|---|
| 409 |
xfail=`expr $$xfail + 1`; \ |
|---|
| 410 |
echo "XFAIL: $$tst"; \ |
|---|
| 411 |
;; \ |
|---|
| 412 |
*) \ |
|---|
| 413 |
failed=`expr $$failed + 1`; \ |
|---|
| 414 |
echo "FAIL: $$tst"; \ |
|---|
| 415 |
;; \ |
|---|
| 416 |
esac; \ |
|---|
| 417 |
else \ |
|---|
| 418 |
skip=`expr $$skip + 1`; \ |
|---|
| 419 |
echo "SKIP: $$tst"; \ |
|---|
| 420 |
fi; \ |
|---|
| 421 |
done; \ |
|---|
| 422 |
if test "$$failed" -eq 0; then \ |
|---|
| 423 |
if test "$$xfail" -eq 0; then \ |
|---|
| 424 |
banner="All $$all tests passed"; \ |
|---|
| 425 |
else \ |
|---|
| 426 |
banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ |
|---|
| 427 |
fi; \ |
|---|
| 428 |
else \ |
|---|
| 429 |
if test "$$xpass" -eq 0; then \ |
|---|
| 430 |
banner="$$failed of $$all tests failed"; \ |
|---|
| 431 |
else \ |
|---|
| 432 |
banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ |
|---|
| 433 |
fi; \ |
|---|
| 434 |
fi; \ |
|---|
| 435 |
dashes="$$banner"; \ |
|---|
| 436 |
skipped=""; \ |
|---|
| 437 |
if test "$$skip" -ne 0; then \ |
|---|
| 438 |
skipped="($$skip tests were not run)"; \ |
|---|
| 439 |
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ |
|---|
| 440 |
dashes="$$skipped"; \ |
|---|
| 441 |
fi; \ |
|---|
| 442 |
report=""; \ |
|---|
| 443 |
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ |
|---|
| 444 |
report="Please report to $(PACKAGE_BUGREPORT)"; \ |
|---|
| 445 |
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ |
|---|
| 446 |
dashes="$$report"; \ |
|---|
| 447 |
fi; \ |
|---|
| 448 |
dashes=`echo "$$dashes" | sed s/./=/g`; \ |
|---|
| 449 |
echo "$$dashes"; \ |
|---|
| 450 |
echo "$$banner"; \ |
|---|
| 451 |
test -z "$$skipped" || echo "$$skipped"; \ |
|---|
| 452 |
test -z "$$report" || echo "$$report"; \ |
|---|
| 453 |
echo "$$dashes"; \ |
|---|
| 454 |
test "$$failed" -eq 0; \ |
|---|
| 455 |
else :; fi |
|---|
| 456 |
|
|---|
| 457 |
distdir: $(DISTFILES) |
|---|
| 458 |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
|---|
| 459 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
|---|
| 460 |
list='$(DISTFILES)'; for file in $$list; do \ |
|---|
| 461 |
case $$file in \ |
|---|
| 462 |
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
|---|
| 463 |
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
|---|
| 464 |
esac; \ |
|---|
| 465 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 466 |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 467 |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
|---|
| 468 |
dir="/$$dir"; \ |
|---|
| 469 |
$(mkdir_p) "$(distdir)$$dir"; \ |
|---|
| 470 |
else \ |
|---|
| 471 |
dir=''; \ |
|---|
| 472 |
fi; \ |
|---|
| 473 |
if test -d $$d/$$file; then \ |
|---|
| 474 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 475 |
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 476 |
fi; \ |
|---|
| 477 |
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 478 |
else \ |
|---|
| 479 |
test -f $(distdir)/$$file \ |
|---|
| 480 |
|| cp -p $$d/$$file $(distdir)/$$file \ |
|---|
| 481 |
|| exit 1; \ |
|---|
| 482 |
fi; \ |
|---|
| 483 |
done |
|---|
| 484 |
check-am: all-am |
|---|
| 485 |
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) |
|---|
| 486 |
$(MAKE) $(AM_MAKEFLAGS) check-TESTS |
|---|
| 487 |
check: check-am |
|---|
| 488 |
all-am: Makefile |
|---|
| 489 |
installdirs: |
|---|
| 490 |
install: install-am |
|---|
| 491 |
install-exec: install-exec-am |
|---|
| 492 |
install-data: install-data-am |
|---|
| 493 |
uninstall: uninstall-am |
|---|
| 494 |
|
|---|
| 495 |
install-am: all-am |
|---|
| 496 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 497 |
|
|---|
| 498 |
installcheck: installcheck-am |
|---|
| 499 |
install-strip: |
|---|
| 500 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 501 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 502 |
`test -z '$(STRIP)' || \ |
|---|
| 503 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 504 |
mostlyclean-generic: |
|---|
| 505 |
|
|---|
| 506 |
clean-generic: |
|---|
| 507 |
|
|---|
| 508 |
distclean-generic: |
|---|
| 509 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 510 |
|
|---|
| 511 |
maintainer-clean-generic: |
|---|
| 512 |
@echo "This command is intended for maintainers to use" |
|---|
| 513 |
@echo "it deletes files that may require special tools to rebuild." |
|---|
| 514 |
clean: clean-am |
|---|
| 515 |
|
|---|
| 516 |
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ |
|---|
| 517 |
mostlyclean-am |
|---|
| 518 |
|
|---|
| 519 |
distclean: distclean-am |
|---|
| 520 |
-rm -rf ./$(DEPDIR) |
|---|
| 521 |
-rm -f Makefile |
|---|
| 522 |
distclean-am: clean-am distclean-compile distclean-generic \ |
|---|
| 523 |
distclean-libtool distclean-tags |
|---|
| 524 |
|
|---|
| 525 |
dvi: dvi-am |
|---|
| 526 |
|
|---|
| 527 |
dvi-am: |
|---|
| 528 |
|
|---|
| 529 |
html: html-am |
|---|
| 530 |
|
|---|
| 531 |
info: info-am |
|---|
| 532 |
|
|---|
| 533 |
info-am: |
|---|
| 534 |
|
|---|
| 535 |
install-data-am: |
|---|
| 536 |
|
|---|
| 537 |
install-exec-am: |
|---|
| 538 |
|
|---|
| 539 |
install-info: install-info-am |
|---|
| 540 |
|
|---|
| 541 |
install-man: |
|---|
| 542 |
|
|---|
| 543 |
installcheck-am: |
|---|
| 544 |
|
|---|
| 545 |
maintainer-clean: maintainer-clean-am |
|---|
| 546 |
-rm -rf ./$(DEPDIR) |
|---|
| 547 |
-rm -f Makefile |
|---|
| 548 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 549 |
|
|---|
| 550 |
mostlyclean: mostlyclean-am |
|---|
| 551 |
|
|---|
| 552 |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
|---|
| 553 |
mostlyclean-libtool |
|---|
| 554 |
|
|---|
| 555 |
pdf: pdf-am |
|---|
| 556 |
|
|---|
| 557 |
pdf-am: |
|---|
| 558 |
|
|---|
| 559 |
ps: ps-am |
|---|
| 560 |
|
|---|
| 561 |
ps-am: |
|---|
| 562 |
|
|---|
| 563 |
uninstall-am: uninstall-info-am |
|---|
| 564 |
|
|---|
| 565 |
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ |
|---|
| 566 |
clean-checkPROGRAMS clean-generic clean-libtool ctags \ |
|---|
| 567 |
distclean distclean-compile distclean-generic \ |
|---|
| 568 |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|---|
| 569 |
html-am info info-am install install-am install-data \ |
|---|
| 570 |
install-data-am install-exec install-exec-am install-info \ |
|---|
| 571 |
install-info-am install-man install-strip installcheck \ |
|---|
| 572 |
installcheck-am installdirs maintainer-clean \ |
|---|
| 573 |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|---|
| 574 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|---|
| 575 |
tags uninstall uninstall-am uninstall-info-am |
|---|
| 576 |
|
|---|
| 577 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 578 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 579 |
.NOEXPORT: |
|---|