| 1 | # Makefile.in generated by automake 1.11.1 from Makefile.am. |
|---|
| 2 | # @configure_input@ |
|---|
| 3 | |
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|---|
| 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
|---|
| 6 | # Inc. |
|---|
| 7 | # This Makefile.in is free software; the Free Software Foundation |
|---|
| 8 | # gives unlimited permission to copy and/or distribute it, |
|---|
| 9 | # with or without modifications, as long as this notice is preserved. |
|---|
| 10 | |
|---|
| 11 | # This program is distributed in the hope that it will be useful, |
|---|
| 12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 14 | # PARTICULAR PURPOSE. |
|---|
| 15 | |
|---|
| 16 | @SET_MAKE@ |
|---|
| 17 | |
|---|
| 18 | # Copyright (c) 2005-2008 David Carter <dcarter@arm4.org> and others. |
|---|
| 19 | # All rights reserved. This program and the accompanying materials |
|---|
| 20 | # are made available under the terms of the Eclipse Public License v1.0 |
|---|
| 21 | # which accompanies this distribution, and is available at |
|---|
| 22 | # http://www.eclipse.org/legal/epl-v10.html |
|---|
| 23 | |
|---|
| 24 | VPATH = @srcdir@ |
|---|
| 25 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 26 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 27 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 28 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
|---|
| 29 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 30 | install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| 31 | install_sh_PROGRAM = $(install_sh) -c |
|---|
| 32 | install_sh_SCRIPT = $(install_sh) -c |
|---|
| 33 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 34 | transform = $(program_transform_name) |
|---|
| 35 | NORMAL_INSTALL = : |
|---|
| 36 | PRE_INSTALL = : |
|---|
| 37 | POST_INSTALL = : |
|---|
| 38 | NORMAL_UNINSTALL = : |
|---|
| 39 | PRE_UNINSTALL = : |
|---|
| 40 | POST_UNINSTALL = : |
|---|
| 41 | build_triplet = @build@ |
|---|
| 42 | host_triplet = @host@ |
|---|
| 43 | bin_PROGRAMS = arm4_control$(EXEEXT) arm4_daemon$(EXEEXT) \ |
|---|
| 44 | arm4_dump$(EXEEXT) arm4_export$(EXEEXT) arm4_report$(EXEEXT) |
|---|
| 45 | subdir = src |
|---|
| 46 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|---|
| 47 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 48 | am__aclocal_m4_deps = $(top_srcdir)/m4/ant.m4 $(top_srcdir)/m4/db.m4 \ |
|---|
| 49 | $(top_srcdir)/m4/db_cxx.m4 $(top_srcdir)/m4/efence.m4 \ |
|---|
| 50 | $(top_srcdir)/m4/float_kludge.m4 $(top_srcdir)/m4/java.m4 \ |
|---|
| 51 | $(top_srcdir)/m4/jni.m4 $(top_srcdir)/m4/libtool.m4 \ |
|---|
| 52 | $(top_srcdir)/m4/libxml.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
|---|
| 53 | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
|---|
| 54 | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nanosleep.m4 \ |
|---|
| 55 | $(top_srcdir)/m4/pthread_condattr.m4 \ |
|---|
| 56 | $(top_srcdir)/m4/pthread_mutex.m4 \ |
|---|
| 57 | $(top_srcdir)/m4/pthread_stats.m4 $(top_srcdir)/m4/selinux.m4 \ |
|---|
| 58 | $(top_srcdir)/m4/sqlite.m4 $(top_srcdir)/m4/ssl.m4 \ |
|---|
| 59 | $(top_srcdir)/m4/tests.m4 $(top_srcdir)/m4/thread_safe.m4 \ |
|---|
| 60 | $(top_srcdir)/m4/uuid.m4 $(top_srcdir)/configure.in |
|---|
| 61 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|---|
| 62 | $(ACLOCAL_M4) |
|---|
| 63 | mkinstalldirs = $(install_sh) -d |
|---|
| 64 | CONFIG_HEADER = $(top_builddir)/config.h |
|---|
| 65 | CONFIG_CLEAN_FILES = |
|---|
| 66 | CONFIG_CLEAN_VPATH_FILES = |
|---|
| 67 | am__installdirs = "$(DESTDIR)$(bindir)" |
|---|
| 68 | PROGRAMS = $(bin_PROGRAMS) |
|---|
| 69 | am_arm4_control_OBJECTS = arm4_control.$(OBJEXT) |
|---|
| 70 | arm4_control_OBJECTS = $(am_arm4_control_OBJECTS) |
|---|
| 71 | arm4_control_DEPENDENCIES = \ |
|---|
| 72 | $(top_builddir)/src/libarm4db/libarm4db.la |
|---|
| 73 | am_arm4_daemon_OBJECTS = arm4_daemon.$(OBJEXT) |
|---|
| 74 | arm4_daemon_OBJECTS = $(am_arm4_daemon_OBJECTS) |
|---|
| 75 | am__DEPENDENCIES_1 = |
|---|
| 76 | arm4_daemon_DEPENDENCIES = $(top_builddir)/src/libarm4db/libarm4db.la \ |
|---|
| 77 | $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) |
|---|
| 78 | am_arm4_dump_OBJECTS = arm4_dump.$(OBJEXT) |
|---|
| 79 | arm4_dump_OBJECTS = $(am_arm4_dump_OBJECTS) |
|---|
| 80 | arm4_dump_DEPENDENCIES = $(top_builddir)/src/libarm4db/libarm4db.la |
|---|
| 81 | am_arm4_export_OBJECTS = arm4_export.$(OBJEXT) |
|---|
| 82 | arm4_export_OBJECTS = $(am_arm4_export_OBJECTS) |
|---|
| 83 | arm4_export_DEPENDENCIES = $(top_builddir)/src/libarm4db/libarm4db.la |
|---|
| 84 | am_arm4_report_OBJECTS = arm4_report.$(OBJEXT) |
|---|
| 85 | arm4_report_OBJECTS = $(am_arm4_report_OBJECTS) |
|---|
| 86 | arm4_report_DEPENDENCIES = $(top_builddir)/src/libarm4db/libarm4db.la |
|---|
| 87 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
|---|
| 88 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
|---|
| 89 | am__depfiles_maybe = depfiles |
|---|
| 90 | am__mv = mv -f |
|---|
| 91 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|---|
| 92 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|---|
| 93 | LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|---|
| 94 | --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|---|
| 95 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|---|
| 96 | CXXLD = $(CXX) |
|---|
| 97 | CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|---|
| 98 | --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
|---|
| 99 | $(LDFLAGS) -o $@ |
|---|
| 100 | SOURCES = $(arm4_control_SOURCES) $(arm4_daemon_SOURCES) \ |
|---|
| 101 | $(arm4_dump_SOURCES) $(arm4_export_SOURCES) \ |
|---|
| 102 | $(arm4_report_SOURCES) |
|---|
| 103 | DIST_SOURCES = $(arm4_control_SOURCES) $(arm4_daemon_SOURCES) \ |
|---|
| 104 | $(arm4_dump_SOURCES) $(arm4_export_SOURCES) \ |
|---|
| 105 | $(arm4_report_SOURCES) |
|---|
| 106 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
|---|
| 107 | html-recursive info-recursive install-data-recursive \ |
|---|
| 108 | install-dvi-recursive install-exec-recursive \ |
|---|
| 109 | install-html-recursive install-info-recursive \ |
|---|
| 110 | install-pdf-recursive install-ps-recursive install-recursive \ |
|---|
| 111 | installcheck-recursive installdirs-recursive pdf-recursive \ |
|---|
| 112 | ps-recursive uninstall-recursive |
|---|
| 113 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
|---|
| 114 | distclean-recursive maintainer-clean-recursive |
|---|
| 115 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
|---|
| 116 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
|---|
| 117 | distdir |
|---|
| 118 | ETAGS = etags |
|---|
| 119 | CTAGS = ctags |
|---|
| 120 | DIST_SUBDIRS = libarm4 libarm4db libarm4_null java test |
|---|
| 121 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 122 | am__relativize = \ |
|---|
| 123 | dir0=`pwd`; \ |
|---|
| 124 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
|---|
| 125 | sed_rest='s,^[^/]*/*,,'; \ |
|---|
| 126 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
|---|
| 127 | sed_butlast='s,/*[^/]*$$,,'; \ |
|---|
| 128 | while test -n "$$dir1"; do \ |
|---|
| 129 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
|---|
| 130 | if test "$$first" != "."; then \ |
|---|
| 131 | if test "$$first" = ".."; then \ |
|---|
| 132 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
|---|
| 133 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
|---|
| 134 | else \ |
|---|
| 135 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
|---|
| 136 | if test "$$first2" = "$$first"; then \ |
|---|
| 137 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
|---|
| 138 | else \ |
|---|
| 139 | dir2="../$$dir2"; \ |
|---|
| 140 | fi; \ |
|---|
| 141 | dir0="$$dir0"/"$$first"; \ |
|---|
| 142 | fi; \ |
|---|
| 143 | fi; \ |
|---|
| 144 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
|---|
| 145 | done; \ |
|---|
| 146 | reldir="$$dir2" |
|---|
| 147 | ACLOCAL = @ACLOCAL@ |
|---|
| 148 | AMTAR = @AMTAR@ |
|---|
| 149 | ANT = @ANT@ |
|---|
| 150 | AR = @AR@ |
|---|
| 151 | AUTOCONF = @AUTOCONF@ |
|---|
| 152 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 153 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 154 | AWK = @AWK@ |
|---|
| 155 | BDB_CXX_LIBS = @BDB_CXX_LIBS@ |
|---|
| 156 | CC = @CC@ |
|---|
| 157 | CCDEPMODE = @CCDEPMODE@ |
|---|
| 158 | CFLAGS = @CFLAGS@ |
|---|
| 159 | CPP = @CPP@ |
|---|
| 160 | CPPFLAGS = @CPPFLAGS@ |
|---|
| 161 | CXX = @CXX@ |
|---|
| 162 | CXXCPP = @CXXCPP@ |
|---|
| 163 | CXXDEPMODE = @CXXDEPMODE@ |
|---|
| 164 | CXXFLAGS = @CXXFLAGS@ |
|---|
| 165 | CYGPATH_W = @CYGPATH_W@ |
|---|
| 166 | DB_LIBS = @DB_LIBS@ |
|---|
| 167 | DB_STAT = @DB_STAT@ |
|---|
| 168 | DEFS = @DEFS@ |
|---|
| 169 | DEPDIR = @DEPDIR@ |
|---|
| 170 | DLLTOOL = @DLLTOOL@ |
|---|
| 171 | DSYMUTIL = @DSYMUTIL@ |
|---|
| 172 | DUMPBIN = @DUMPBIN@ |
|---|
| 173 | ECHO_C = @ECHO_C@ |
|---|
| 174 | ECHO_N = @ECHO_N@ |
|---|
| 175 | ECHO_T = @ECHO_T@ |
|---|
| 176 | EFENCE_LIBS = @EFENCE_LIBS@ |
|---|
| 177 | EGREP = @EGREP@ |
|---|
| 178 | ENABLE_JAVA = @ENABLE_JAVA@ |
|---|
| 179 | EXEEXT = @EXEEXT@ |
|---|
| 180 | FGREP = @FGREP@ |
|---|
| 181 | GREP = @GREP@ |
|---|
| 182 | INSTALL = @INSTALL@ |
|---|
| 183 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 184 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 185 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 186 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 187 | JNI_INCLUDES = @JNI_INCLUDES@ |
|---|
| 188 | LD = @LD@ |
|---|
| 189 | LDFLAGS = @LDFLAGS@ |
|---|
| 190 | LIBOBJS = @LIBOBJS@ |
|---|
| 191 | LIBS = @LIBS@ |
|---|
| 192 | LIBTOOL = @LIBTOOL@ |
|---|
| 193 | LIBXML_INCLUDES = @LIBXML_INCLUDES@ |
|---|
| 194 | LIBXML_LIBS = @LIBXML_LIBS@ |
|---|
| 195 | LIPO = @LIPO@ |
|---|
| 196 | LN_S = @LN_S@ |
|---|
| 197 | LTLIBOBJS = @LTLIBOBJS@ |
|---|
| 198 | MAKEINFO = @MAKEINFO@ |
|---|
| 199 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
|---|
| 200 | MKDIR_P = @MKDIR_P@ |
|---|
| 201 | NANOSLEEP_LIBS = @NANOSLEEP_LIBS@ |
|---|
| 202 | NM = @NM@ |
|---|
| 203 | NMEDIT = @NMEDIT@ |
|---|
| 204 | OBJDUMP = @OBJDUMP@ |
|---|
| 205 | OBJEXT = @OBJEXT@ |
|---|
| 206 | OTOOL = @OTOOL@ |
|---|
| 207 | OTOOL64 = @OTOOL64@ |
|---|
| 208 | PACKAGE = @PACKAGE@ |
|---|
| 209 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| 210 | PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| 211 | PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| 212 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| 213 | PACKAGE_URL = @PACKAGE_URL@ |
|---|
| 214 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| 215 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| 216 | RANLIB = @RANLIB@ |
|---|
| 217 | SED = @SED@ |
|---|
| 218 | SET_MAKE = @SET_MAKE@ |
|---|
| 219 | SHELL = @SHELL@ |
|---|
| 220 | SQLITE_LIBS = @SQLITE_LIBS@ |
|---|
| 221 | SQLITE_STAT = @SQLITE_STAT@ |
|---|
| 222 | SSL_LIBS = @SSL_LIBS@ |
|---|
| 223 | STRIP = @STRIP@ |
|---|
| 224 | UUID_LIBS = @UUID_LIBS@ |
|---|
| 225 | VERSION = @VERSION@ |
|---|
| 226 | abs_builddir = @abs_builddir@ |
|---|
| 227 | abs_srcdir = @abs_srcdir@ |
|---|
| 228 | abs_top_builddir = @abs_top_builddir@ |
|---|
| 229 | abs_top_srcdir = @abs_top_srcdir@ |
|---|
| 230 | ac_ct_AR = @ac_ct_AR@ |
|---|
| 231 | ac_ct_CC = @ac_ct_CC@ |
|---|
| 232 | ac_ct_CXX = @ac_ct_CXX@ |
|---|
| 233 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
|---|
| 234 | am__include = @am__include@ |
|---|
| 235 | am__leading_dot = @am__leading_dot@ |
|---|
| 236 | am__quote = @am__quote@ |
|---|
| 237 | am__tar = @am__tar@ |
|---|
| 238 | am__untar = @am__untar@ |
|---|
| 239 | bindir = @bindir@ |
|---|
| 240 | build = @build@ |
|---|
| 241 | build_alias = @build_alias@ |
|---|
| 242 | build_cpu = @build_cpu@ |
|---|
| 243 | build_os = @build_os@ |
|---|
| 244 | build_vendor = @build_vendor@ |
|---|
| 245 | builddir = @builddir@ |
|---|
| 246 | datadir = @datadir@ |
|---|
| 247 | datarootdir = @datarootdir@ |
|---|
| 248 | docdir = @docdir@ |
|---|
| 249 | dvidir = @dvidir@ |
|---|
| 250 | exec_prefix = @exec_prefix@ |
|---|
| 251 | host = @host@ |
|---|
| 252 | host_alias = @host_alias@ |
|---|
| 253 | host_cpu = @host_cpu@ |
|---|
| 254 | host_os = @host_os@ |
|---|
| 255 | host_vendor = @host_vendor@ |
|---|
| 256 | htmldir = @htmldir@ |
|---|
| 257 | includedir = @includedir@ |
|---|
| 258 | infodir = @infodir@ |
|---|
| 259 | install_sh = @install_sh@ |
|---|
| 260 | libdir = @libdir@ |
|---|
| 261 | libexecdir = @libexecdir@ |
|---|
| 262 | localedir = @localedir@ |
|---|
| 263 | localstatedir = @localstatedir@ |
|---|
| 264 | mandir = @mandir@ |
|---|
| 265 | mkdir_p = @mkdir_p@ |
|---|
| 266 | oldincludedir = @oldincludedir@ |
|---|
| 267 | pdfdir = @pdfdir@ |
|---|
| 268 | prefix = @prefix@ |
|---|
| 269 | program_transform_name = @program_transform_name@ |
|---|
| 270 | psdir = @psdir@ |
|---|
| 271 | sbindir = @sbindir@ |
|---|
| 272 | sharedstatedir = @sharedstatedir@ |
|---|
| 273 | srcdir = @srcdir@ |
|---|
| 274 | sysconfdir = @sysconfdir@ |
|---|
| 275 | target_alias = @target_alias@ |
|---|
| 276 | top_build_prefix = @top_build_prefix@ |
|---|
| 277 | top_builddir = @top_builddir@ |
|---|
| 278 | top_srcdir = @top_srcdir@ |
|---|
| 279 | @BUILD_JAVA_TRUE@JAVA_SUBDIR = java |
|---|
| 280 | @BUILD_TESTS_TRUE@ARM4_TEST_SUBDIR = test |
|---|
| 281 | SUBDIRS = libarm4 libarm4db libarm4_null $(JAVA_SUBDIR) $(ARM4_TEST_SUBDIR) |
|---|
| 282 | INCLUDES = -I$(top_srcdir)/include $(LIBXML_INCLUDES) |
|---|
| 283 | AM_CFLAGS = -g -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wall |
|---|
| 284 | arm4_control_SOURCES = arm4_control.cpp |
|---|
| 285 | arm4_control_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm |
|---|
| 286 | arm4_daemon_SOURCES = arm4_daemon.cpp |
|---|
| 287 | arm4_daemon_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm $(EFENCE_LIBS) $(NANOSLEEP_LIBS) |
|---|
| 288 | arm4_dump_SOURCES = arm4_dump.cpp |
|---|
| 289 | arm4_dump_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm |
|---|
| 290 | arm4_export_SOURCES = arm4_export.cpp |
|---|
| 291 | arm4_export_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm |
|---|
| 292 | arm4_report_SOURCES = arm4_report.cpp |
|---|
| 293 | arm4_report_LDADD = $(top_builddir)/src/libarm4db/libarm4db.la -lm |
|---|
| 294 | all: all-recursive |
|---|
| 295 | |
|---|
| 296 | .SUFFIXES: |
|---|
| 297 | .SUFFIXES: .cpp .lo .o .obj |
|---|
| 298 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|---|
| 299 | @for dep in $?; do \ |
|---|
| 300 | case '$(am__configure_deps)' in \ |
|---|
| 301 | *$$dep*) \ |
|---|
| 302 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
|---|
| 303 | && { if test -f $@; then exit 0; else break; fi; }; \ |
|---|
| 304 | exit 1;; \ |
|---|
| 305 | esac; \ |
|---|
| 306 | done; \ |
|---|
| 307 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ |
|---|
| 308 | $(am__cd) $(top_srcdir) && \ |
|---|
| 309 | $(AUTOMAKE) --gnu src/Makefile |
|---|
| 310 | .PRECIOUS: Makefile |
|---|
| 311 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 312 | @case '$?' in \ |
|---|
| 313 | *config.status*) \ |
|---|
| 314 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|---|
| 315 | *) \ |
|---|
| 316 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|---|
| 317 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|---|
| 318 | esac; |
|---|
| 319 | |
|---|
| 320 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 321 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 322 | |
|---|
| 323 | $(top_srcdir)/configure: $(am__configure_deps) |
|---|
| 324 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 325 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|---|
| 326 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 327 | $(am__aclocal_m4_deps): |
|---|
| 328 | install-binPROGRAMS: $(bin_PROGRAMS) |
|---|
| 329 | @$(NORMAL_INSTALL) |
|---|
| 330 | test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|---|
| 331 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
|---|
| 332 | for p in $$list; do echo "$$p $$p"; done | \ |
|---|
| 333 | sed 's/$(EXEEXT)$$//' | \ |
|---|
| 334 | while read p p1; do if test -f $$p || test -f $$p1; \ |
|---|
| 335 | then echo "$$p"; echo "$$p"; else :; fi; \ |
|---|
| 336 | done | \ |
|---|
| 337 | sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|---|
| 338 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
|---|
| 339 | sed 'N;N;N;s,\n, ,g' | \ |
|---|
| 340 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
|---|
| 341 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
|---|
| 342 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
|---|
| 343 | else { print "f", $$3 "/" $$4, $$1; } } \ |
|---|
| 344 | END { for (d in files) print "f", d, files[d] }' | \ |
|---|
| 345 | while read type dir files; do \ |
|---|
| 346 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
|---|
| 347 | test -z "$$files" || { \ |
|---|
| 348 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
|---|
| 349 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
|---|
| 350 | } \ |
|---|
| 351 | ; done |
|---|
| 352 | |
|---|
| 353 | uninstall-binPROGRAMS: |
|---|
| 354 | @$(NORMAL_UNINSTALL) |
|---|
| 355 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
|---|
| 356 | files=`for p in $$list; do echo "$$p"; done | \ |
|---|
| 357 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
|---|
| 358 | -e 's/$$/$(EXEEXT)/' `; \ |
|---|
| 359 | test -n "$$list" || exit 0; \ |
|---|
| 360 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
|---|
| 361 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
|---|
| 362 | |
|---|
| 363 | clean-binPROGRAMS: |
|---|
| 364 | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
|---|
| 365 | echo " rm -f" $$list; \ |
|---|
| 366 | rm -f $$list || exit $$?; \ |
|---|
| 367 | test -n "$(EXEEXT)" || exit 0; \ |
|---|
| 368 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
|---|
| 369 | echo " rm -f" $$list; \ |
|---|
| 370 | rm -f $$list |
|---|
| 371 | arm4_control$(EXEEXT): $(arm4_control_OBJECTS) $(arm4_control_DEPENDENCIES) |
|---|
| 372 | @rm -f arm4_control$(EXEEXT) |
|---|
| 373 | $(CXXLINK) $(arm4_control_OBJECTS) $(arm4_control_LDADD) $(LIBS) |
|---|
| 374 | arm4_daemon$(EXEEXT): $(arm4_daemon_OBJECTS) $(arm4_daemon_DEPENDENCIES) |
|---|
| 375 | @rm -f arm4_daemon$(EXEEXT) |
|---|
| 376 | $(CXXLINK) $(arm4_daemon_OBJECTS) $(arm4_daemon_LDADD) $(LIBS) |
|---|
| 377 | arm4_dump$(EXEEXT): $(arm4_dump_OBJECTS) $(arm4_dump_DEPENDENCIES) |
|---|
| 378 | @rm -f arm4_dump$(EXEEXT) |
|---|
| 379 | $(CXXLINK) $(arm4_dump_OBJECTS) $(arm4_dump_LDADD) $(LIBS) |
|---|
| 380 | arm4_export$(EXEEXT): $(arm4_export_OBJECTS) $(arm4_export_DEPENDENCIES) |
|---|
| 381 | @rm -f arm4_export$(EXEEXT) |
|---|
| 382 | $(CXXLINK) $(arm4_export_OBJECTS) $(arm4_export_LDADD) $(LIBS) |
|---|
| 383 | arm4_report$(EXEEXT): $(arm4_report_OBJECTS) $(arm4_report_DEPENDENCIES) |
|---|
| 384 | @rm -f arm4_report$(EXEEXT) |
|---|
| 385 | $(CXXLINK) $(arm4_report_OBJECTS) $(arm4_report_LDADD) $(LIBS) |
|---|
| 386 | |
|---|
| 387 | mostlyclean-compile: |
|---|
| 388 | -rm -f *.$(OBJEXT) |
|---|
| 389 | |
|---|
| 390 | distclean-compile: |
|---|
| 391 | -rm -f *.tab.c |
|---|
| 392 | |
|---|
| 393 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_control.Po@am__quote@ |
|---|
| 394 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_daemon.Po@am__quote@ |
|---|
| 395 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_dump.Po@am__quote@ |
|---|
| 396 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_export.Po@am__quote@ |
|---|
| 397 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm4_report.Po@am__quote@ |
|---|
| 398 | |
|---|
| 399 | .cpp.o: |
|---|
| 400 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
|---|
| 401 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
|---|
| 402 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 403 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 404 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
|---|
| 405 | |
|---|
| 406 | .cpp.obj: |
|---|
| 407 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
|---|
| 408 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
|---|
| 409 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 410 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 411 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|---|
| 412 | |
|---|
| 413 | .cpp.lo: |
|---|
| 414 | @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
|---|
| 415 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
|---|
| 416 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 417 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 418 | @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
|---|
| 419 | |
|---|
| 420 | mostlyclean-libtool: |
|---|
| 421 | -rm -f *.lo |
|---|
| 422 | |
|---|
| 423 | clean-libtool: |
|---|
| 424 | -rm -rf .libs _libs |
|---|
| 425 | |
|---|
| 426 | # This directory's subdirectories are mostly independent; you can cd |
|---|
| 427 | # into them and run `make' without going through this Makefile. |
|---|
| 428 | # To change the values of `make' variables: instead of editing Makefiles, |
|---|
| 429 | # (1) if the variable is set in `config.status', edit `config.status' |
|---|
| 430 | # (which will cause the Makefiles to be regenerated when you run `make'); |
|---|
| 431 | # (2) otherwise, pass the desired values on the `make' command line. |
|---|
| 432 | $(RECURSIVE_TARGETS): |
|---|
| 433 | @fail= failcom='exit 1'; \ |
|---|
| 434 | for f in x $$MAKEFLAGS; do \ |
|---|
| 435 | case $$f in \ |
|---|
| 436 | *=* | --[!k]*);; \ |
|---|
| 437 | *k*) failcom='fail=yes';; \ |
|---|
| 438 | esac; \ |
|---|
| 439 | done; \ |
|---|
| 440 | dot_seen=no; \ |
|---|
| 441 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 442 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 443 | echo "Making $$target in $$subdir"; \ |
|---|
| 444 | if test "$$subdir" = "."; then \ |
|---|
| 445 | dot_seen=yes; \ |
|---|
| 446 | local_target="$$target-am"; \ |
|---|
| 447 | else \ |
|---|
| 448 | local_target="$$target"; \ |
|---|
| 449 | fi; \ |
|---|
| 450 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 451 | || eval $$failcom; \ |
|---|
| 452 | done; \ |
|---|
| 453 | if test "$$dot_seen" = "no"; then \ |
|---|
| 454 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|---|
| 455 | fi; test -z "$$fail" |
|---|
| 456 | |
|---|
| 457 | $(RECURSIVE_CLEAN_TARGETS): |
|---|
| 458 | @fail= failcom='exit 1'; \ |
|---|
| 459 | for f in x $$MAKEFLAGS; do \ |
|---|
| 460 | case $$f in \ |
|---|
| 461 | *=* | --[!k]*);; \ |
|---|
| 462 | *k*) failcom='fail=yes';; \ |
|---|
| 463 | esac; \ |
|---|
| 464 | done; \ |
|---|
| 465 | dot_seen=no; \ |
|---|
| 466 | case "$@" in \ |
|---|
| 467 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|---|
| 468 | *) list='$(SUBDIRS)' ;; \ |
|---|
| 469 | esac; \ |
|---|
| 470 | rev=''; for subdir in $$list; do \ |
|---|
| 471 | if test "$$subdir" = "."; then :; else \ |
|---|
| 472 | rev="$$subdir $$rev"; \ |
|---|
| 473 | fi; \ |
|---|
| 474 | done; \ |
|---|
| 475 | rev="$$rev ."; \ |
|---|
| 476 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 477 | for subdir in $$rev; do \ |
|---|
| 478 | echo "Making $$target in $$subdir"; \ |
|---|
| 479 | if test "$$subdir" = "."; then \ |
|---|
| 480 | local_target="$$target-am"; \ |
|---|
| 481 | else \ |
|---|
| 482 | local_target="$$target"; \ |
|---|
| 483 | fi; \ |
|---|
| 484 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 485 | || eval $$failcom; \ |
|---|
| 486 | done && test -z "$$fail" |
|---|
| 487 | tags-recursive: |
|---|
| 488 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 489 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|---|
| 490 | done |
|---|
| 491 | ctags-recursive: |
|---|
| 492 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 493 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
|---|
| 494 | done |
|---|
| 495 | |
|---|
| 496 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|---|
| 497 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 498 | unique=`for i in $$list; do \ |
|---|
| 499 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 500 | done | \ |
|---|
| 501 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 502 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 503 | mkid -fID $$unique |
|---|
| 504 | tags: TAGS |
|---|
| 505 | |
|---|
| 506 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 507 | $(TAGS_FILES) $(LISP) |
|---|
| 508 | set x; \ |
|---|
| 509 | here=`pwd`; \ |
|---|
| 510 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
|---|
| 511 | include_option=--etags-include; \ |
|---|
| 512 | empty_fix=.; \ |
|---|
| 513 | else \ |
|---|
| 514 | include_option=--include; \ |
|---|
| 515 | empty_fix=; \ |
|---|
| 516 | fi; \ |
|---|
| 517 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 518 | if test "$$subdir" = .; then :; else \ |
|---|
| 519 | test ! -f $$subdir/TAGS || \ |
|---|
| 520 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
|---|
| 521 | fi; \ |
|---|
| 522 | done; \ |
|---|
| 523 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 524 | unique=`for i in $$list; do \ |
|---|
| 525 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 526 | done | \ |
|---|
| 527 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 528 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 529 | shift; \ |
|---|
| 530 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
|---|
| 531 | test -n "$$unique" || unique=$$empty_fix; \ |
|---|
| 532 | if test $$# -gt 0; then \ |
|---|
| 533 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 534 | "$$@" $$unique; \ |
|---|
| 535 | else \ |
|---|
| 536 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 537 | $$unique; \ |
|---|
| 538 | fi; \ |
|---|
| 539 | fi |
|---|
| 540 | ctags: CTAGS |
|---|
| 541 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 542 | $(TAGS_FILES) $(LISP) |
|---|
| 543 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 544 | unique=`for i in $$list; do \ |
|---|
| 545 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 546 | done | \ |
|---|
| 547 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|---|
| 548 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|---|
| 549 | test -z "$(CTAGS_ARGS)$$unique" \ |
|---|
| 550 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|---|
| 551 | $$unique |
|---|
| 552 | |
|---|
| 553 | GTAGS: |
|---|
| 554 | here=`$(am__cd) $(top_builddir) && pwd` \ |
|---|
| 555 | && $(am__cd) $(top_srcdir) \ |
|---|
| 556 | && gtags -i $(GTAGS_ARGS) "$$here" |
|---|
| 557 | |
|---|
| 558 | distclean-tags: |
|---|
| 559 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|---|
| 560 | |
|---|
| 561 | distdir: $(DISTFILES) |
|---|
| 562 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 563 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 564 | list='$(DISTFILES)'; \ |
|---|
| 565 | dist_files=`for file in $$list; do echo $$file; done | \ |
|---|
| 566 | sed -e "s|^$$srcdirstrip/||;t" \ |
|---|
| 567 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|---|
| 568 | case $$dist_files in \ |
|---|
| 569 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
|---|
| 570 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|---|
| 571 | sort -u` ;; \ |
|---|
| 572 | esac; \ |
|---|
| 573 | for file in $$dist_files; do \ |
|---|
| 574 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 575 | if test -d $$d/$$file; then \ |
|---|
| 576 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 577 | if test -d "$(distdir)/$$file"; then \ |
|---|
| 578 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|---|
| 579 | fi; \ |
|---|
| 580 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 581 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
|---|
| 582 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|---|
| 583 | fi; \ |
|---|
| 584 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
|---|
| 585 | else \ |
|---|
| 586 | test -f "$(distdir)/$$file" \ |
|---|
| 587 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
|---|
| 588 | || exit 1; \ |
|---|
| 589 | fi; \ |
|---|
| 590 | done |
|---|
| 591 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 592 | if test "$$subdir" = .; then :; else \ |
|---|
| 593 | test -d "$(distdir)/$$subdir" \ |
|---|
| 594 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|---|
| 595 | || exit 1; \ |
|---|
| 596 | fi; \ |
|---|
| 597 | done |
|---|
| 598 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 599 | if test "$$subdir" = .; then :; else \ |
|---|
| 600 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
|---|
| 601 | $(am__relativize); \ |
|---|
| 602 | new_distdir=$$reldir; \ |
|---|
| 603 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
|---|
| 604 | $(am__relativize); \ |
|---|
| 605 | new_top_distdir=$$reldir; \ |
|---|
| 606 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
|---|
| 607 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
|---|
| 608 | ($(am__cd) $$subdir && \ |
|---|
| 609 | $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 610 | top_distdir="$$new_top_distdir" \ |
|---|
| 611 | distdir="$$new_distdir" \ |
|---|
| 612 | am__remove_distdir=: \ |
|---|
| 613 | am__skip_length_check=: \ |
|---|
| 614 | am__skip_mode_fix=: \ |
|---|
| 615 | distdir) \ |
|---|
| 616 | || exit 1; \ |
|---|
| 617 | fi; \ |
|---|
| 618 | done |
|---|
| 619 | check-am: all-am |
|---|
| 620 | check: check-recursive |
|---|
| 621 | all-am: Makefile $(PROGRAMS) |
|---|
| 622 | installdirs: installdirs-recursive |
|---|
| 623 | installdirs-am: |
|---|
| 624 | for dir in "$(DESTDIR)$(bindir)"; do \ |
|---|
| 625 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
|---|
| 626 | done |
|---|
| 627 | install: install-recursive |
|---|
| 628 | install-exec: install-exec-recursive |
|---|
| 629 | install-data: install-data-recursive |
|---|
| 630 | uninstall: uninstall-recursive |
|---|
| 631 | |
|---|
| 632 | install-am: all-am |
|---|
| 633 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 634 | |
|---|
| 635 | installcheck: installcheck-recursive |
|---|
| 636 | install-strip: |
|---|
| 637 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 638 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 639 | `test -z '$(STRIP)' || \ |
|---|
| 640 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 641 | mostlyclean-generic: |
|---|
| 642 | |
|---|
| 643 | clean-generic: |
|---|
| 644 | |
|---|
| 645 | distclean-generic: |
|---|
| 646 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 647 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
|---|
| 648 | |
|---|
| 649 | maintainer-clean-generic: |
|---|
| 650 | @echo "This command is intended for maintainers to use" |
|---|
| 651 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 652 | clean: clean-recursive |
|---|
| 653 | |
|---|
| 654 | clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
|---|
| 655 | |
|---|
| 656 | distclean: distclean-recursive |
|---|
| 657 | -rm -rf ./$(DEPDIR) |
|---|
| 658 | -rm -f Makefile |
|---|
| 659 | distclean-am: clean-am distclean-compile distclean-generic \ |
|---|
| 660 | distclean-tags |
|---|
| 661 | |
|---|
| 662 | dvi: dvi-recursive |
|---|
| 663 | |
|---|
| 664 | dvi-am: |
|---|
| 665 | |
|---|
| 666 | html: html-recursive |
|---|
| 667 | |
|---|
| 668 | html-am: |
|---|
| 669 | |
|---|
| 670 | info: info-recursive |
|---|
| 671 | |
|---|
| 672 | info-am: |
|---|
| 673 | |
|---|
| 674 | install-data-am: |
|---|
| 675 | |
|---|
| 676 | install-dvi: install-dvi-recursive |
|---|
| 677 | |
|---|
| 678 | install-dvi-am: |
|---|
| 679 | |
|---|
| 680 | install-exec-am: install-binPROGRAMS |
|---|
| 681 | |
|---|
| 682 | install-html: install-html-recursive |
|---|
| 683 | |
|---|
| 684 | install-html-am: |
|---|
| 685 | |
|---|
| 686 | install-info: install-info-recursive |
|---|
| 687 | |
|---|
| 688 | install-info-am: |
|---|
| 689 | |
|---|
| 690 | install-man: |
|---|
| 691 | |
|---|
| 692 | install-pdf: install-pdf-recursive |
|---|
| 693 | |
|---|
| 694 | install-pdf-am: |
|---|
| 695 | |
|---|
| 696 | install-ps: install-ps-recursive |
|---|
| 697 | |
|---|
| 698 | install-ps-am: |
|---|
| 699 | |
|---|
| 700 | installcheck-am: |
|---|
| 701 | |
|---|
| 702 | maintainer-clean: maintainer-clean-recursive |
|---|
| 703 | -rm -rf ./$(DEPDIR) |
|---|
| 704 | -rm -f Makefile |
|---|
| 705 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 706 | |
|---|
| 707 | mostlyclean: mostlyclean-recursive |
|---|
| 708 | |
|---|
| 709 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
|---|
| 710 | mostlyclean-libtool |
|---|
| 711 | |
|---|
| 712 | pdf: pdf-recursive |
|---|
| 713 | |
|---|
| 714 | pdf-am: |
|---|
| 715 | |
|---|
| 716 | ps: ps-recursive |
|---|
| 717 | |
|---|
| 718 | ps-am: |
|---|
| 719 | |
|---|
| 720 | uninstall-am: uninstall-binPROGRAMS |
|---|
| 721 | |
|---|
| 722 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ |
|---|
| 723 | install-am install-strip tags-recursive |
|---|
| 724 | |
|---|
| 725 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
|---|
| 726 | all all-am check check-am clean clean-binPROGRAMS \ |
|---|
| 727 | clean-generic clean-libtool ctags ctags-recursive distclean \ |
|---|
| 728 | distclean-compile distclean-generic distclean-libtool \ |
|---|
| 729 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|---|
| 730 | install install-am install-binPROGRAMS install-data \ |
|---|
| 731 | install-data-am install-dvi install-dvi-am install-exec \ |
|---|
| 732 | install-exec-am install-html install-html-am install-info \ |
|---|
| 733 | install-info-am install-man install-pdf install-pdf-am \ |
|---|
| 734 | install-ps install-ps-am install-strip installcheck \ |
|---|
| 735 | installcheck-am installdirs installdirs-am maintainer-clean \ |
|---|
| 736 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|---|
| 737 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|---|
| 738 | tags tags-recursive uninstall uninstall-am \ |
|---|
| 739 | uninstall-binPROGRAMS |
|---|
| 740 | |
|---|
| 741 | |
|---|
| 742 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 743 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 744 | .NOEXPORT: |
|---|