| 1 | # Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|---|
| 2 | # @configure_input@
|
|---|
| 3 |
|
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|---|
| 5 | # 2003, 2004, 2005 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 | srcdir = @srcdir@
|
|---|
| 19 | top_srcdir = @top_srcdir@
|
|---|
| 20 | VPATH = @srcdir@
|
|---|
| 21 | pkgdatadir = $(datadir)/@PACKAGE@
|
|---|
| 22 | pkgincludedir = $(includedir)/@PACKAGE@
|
|---|
| 23 | top_builddir = .
|
|---|
| 24 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|---|
| 25 | INSTALL = @INSTALL@
|
|---|
| 26 | install_sh_DATA = $(install_sh) -c -m 644
|
|---|
| 27 | install_sh_PROGRAM = $(install_sh) -c
|
|---|
| 28 | install_sh_SCRIPT = $(install_sh) -c
|
|---|
| 29 | INSTALL_HEADER = $(INSTALL_DATA)
|
|---|
| 30 | transform = $(program_transform_name)
|
|---|
| 31 | NORMAL_INSTALL = :
|
|---|
| 32 | PRE_INSTALL = :
|
|---|
| 33 | POST_INSTALL = :
|
|---|
| 34 | NORMAL_UNINSTALL = :
|
|---|
| 35 | PRE_UNINSTALL = :
|
|---|
| 36 | POST_UNINSTALL = :
|
|---|
| 37 | build_triplet = @build@
|
|---|
| 38 | host_triplet = @host@
|
|---|
| 39 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
|---|
| 40 | $(srcdir)/Makefile.in $(srcdir)/ORBit-2.0.pc.in \
|
|---|
| 41 | $(srcdir)/ORBit-CosNaming-2.0.pc.in \
|
|---|
| 42 | $(srcdir)/ORBit-imodule-2.0.pc.in $(srcdir)/ORBit.spec.in \
|
|---|
| 43 | $(srcdir)/config.h.in $(srcdir)/orbit2-config.in \
|
|---|
| 44 | $(srcdir)/orbit2-zip.in $(top_srcdir)/configure AUTHORS \
|
|---|
| 45 | COPYING COPYING.LIB ChangeLog INSTALL NEWS TODO config.guess \
|
|---|
| 46 | config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
|
|---|
| 47 | subdir = .
|
|---|
| 48 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|---|
| 49 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
|---|
| 50 | $(top_srcdir)/configure.in
|
|---|
| 51 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|---|
| 52 | $(ACLOCAL_M4)
|
|---|
| 53 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|---|
| 54 | configure.lineno configure.status.lineno
|
|---|
| 55 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|---|
| 56 | CONFIG_HEADER = config.h
|
|---|
| 57 | CONFIG_CLEAN_FILES = orbit2-config ORBit-2.0.pc ORBit-CosNaming-2.0.pc \
|
|---|
| 58 | ORBit-imodule-2.0.pc ORBit.spec orbit2-zip
|
|---|
| 59 | am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" \
|
|---|
| 60 | "$(DESTDIR)$(pkgconfigdir)"
|
|---|
| 61 | binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
|---|
| 62 | SCRIPTS = $(bin_SCRIPTS)
|
|---|
| 63 | SOURCES =
|
|---|
| 64 | DIST_SOURCES =
|
|---|
| 65 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|---|
| 66 | html-recursive info-recursive install-data-recursive \
|
|---|
| 67 | install-exec-recursive install-info-recursive \
|
|---|
| 68 | install-recursive installcheck-recursive installdirs-recursive \
|
|---|
| 69 | pdf-recursive ps-recursive uninstall-info-recursive \
|
|---|
| 70 | uninstall-recursive
|
|---|
| 71 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|---|
| 72 | am__vpath_adj = case $$p in \
|
|---|
| 73 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|---|
| 74 | *) f=$$p;; \
|
|---|
| 75 | esac;
|
|---|
| 76 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|---|
| 77 | m4dataDATA_INSTALL = $(INSTALL_DATA)
|
|---|
| 78 | pkgconfigDATA_INSTALL = $(INSTALL_DATA)
|
|---|
| 79 | DATA = $(m4data_DATA) $(pkgconfig_DATA)
|
|---|
| 80 | ETAGS = etags
|
|---|
| 81 | CTAGS = ctags
|
|---|
| 82 | DIST_SUBDIRS = $(SUBDIRS)
|
|---|
| 83 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|---|
| 84 | distdir = $(PACKAGE)-$(VERSION)
|
|---|
| 85 | top_distdir = $(distdir)
|
|---|
| 86 | am__remove_distdir = \
|
|---|
| 87 | { test ! -d $(distdir) \
|
|---|
| 88 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|---|
| 89 | && rm -fr $(distdir); }; }
|
|---|
| 90 | DIST_ARCHIVES = $(distdir).tar.gz
|
|---|
| 91 | GZIP_ENV = --best
|
|---|
| 92 | distuninstallcheck_listfiles = find . -type f -print
|
|---|
| 93 | distcleancheck_listfiles = find . -type f -print
|
|---|
| 94 | pkglibdir = @pkglibdir@
|
|---|
| 95 | ACLOCAL = @ACLOCAL@
|
|---|
| 96 | AMDEP_FALSE = @AMDEP_FALSE@
|
|---|
| 97 | AMDEP_TRUE = @AMDEP_TRUE@
|
|---|
| 98 | AMTAR = @AMTAR@
|
|---|
| 99 | AR = @AR@
|
|---|
| 100 | AS = @AS@
|
|---|
| 101 | AUTOCONF = @AUTOCONF@
|
|---|
| 102 | AUTOHEADER = @AUTOHEADER@
|
|---|
| 103 | AUTOMAKE = @AUTOMAKE@
|
|---|
| 104 | AWK = @AWK@
|
|---|
| 105 | CC = @CC@
|
|---|
| 106 | CCDEPMODE = @CCDEPMODE@
|
|---|
| 107 | CFLAGS = @CFLAGS@
|
|---|
| 108 | CPP = @CPP@
|
|---|
| 109 | CPPFLAGS = @CPPFLAGS@
|
|---|
| 110 | CXX = @CXX@
|
|---|
| 111 | CXXCPP = @CXXCPP@
|
|---|
| 112 | CXXDEPMODE = @CXXDEPMODE@
|
|---|
| 113 | CXXFLAGS = @CXXFLAGS@
|
|---|
| 114 | CYGPATH_W = @CYGPATH_W@
|
|---|
| 115 | DEFS = @DEFS@
|
|---|
| 116 | DEPDIR = @DEPDIR@
|
|---|
| 117 | DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
|
|---|
| 118 | DLLTOOL = @DLLTOOL@
|
|---|
| 119 | ECHO = @ECHO@
|
|---|
| 120 | ECHO_C = @ECHO_C@
|
|---|
| 121 | ECHO_N = @ECHO_N@
|
|---|
| 122 | ECHO_T = @ECHO_T@
|
|---|
| 123 | EGREP = @EGREP@
|
|---|
| 124 | ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
|
|---|
| 125 | ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
|
|---|
| 126 | ENABLE_HTTP_FALSE = @ENABLE_HTTP_FALSE@
|
|---|
| 127 | ENABLE_HTTP_TRUE = @ENABLE_HTTP_TRUE@
|
|---|
| 128 | EXEEXT = @EXEEXT@
|
|---|
| 129 | F77 = @F77@
|
|---|
| 130 | FFLAGS = @FFLAGS@
|
|---|
| 131 | GLIB_REQUIRED = @GLIB_REQUIRED@
|
|---|
| 132 | GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
|
|---|
| 133 | GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
|
|---|
| 134 | HAVE_ORBIT_SSL_SUPPORT = @HAVE_ORBIT_SSL_SUPPORT@
|
|---|
| 135 | HTML_DIR = @HTML_DIR@
|
|---|
| 136 | INSTALL_DATA = @INSTALL_DATA@
|
|---|
| 137 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|---|
| 138 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|---|
| 139 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|---|
| 140 | LDFLAGS = @LDFLAGS@
|
|---|
| 141 | LIBIDL_REQUIRED = @LIBIDL_REQUIRED@
|
|---|
| 142 | LIBM = @LIBM@
|
|---|
| 143 | LIBOBJS = @LIBOBJS@
|
|---|
| 144 | LIBS = @LIBS@
|
|---|
| 145 | LIBTOOL = @LIBTOOL@
|
|---|
| 146 | LINC_CFLAGS = @LINC_CFLAGS@
|
|---|
| 147 | LINC_LIBS = @LINC_LIBS@
|
|---|
| 148 | LINC_SSL_SUPPORT = @LINC_SSL_SUPPORT@
|
|---|
| 149 | LN_S = @LN_S@
|
|---|
| 150 | LOCAL_LINC_CFLAGS = @LOCAL_LINC_CFLAGS@
|
|---|
| 151 | LOCAL_LINC_LIBS = @LOCAL_LINC_LIBS@
|
|---|
| 152 | LTLIBOBJS = @LTLIBOBJS@
|
|---|
| 153 | LT_VERSION = @LT_VERSION@
|
|---|
| 154 | MAINT = @MAINT@
|
|---|
| 155 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|---|
| 156 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|---|
| 157 | MAKEINFO = @MAKEINFO@
|
|---|
| 158 | MINGW_LDFLAGS = @MINGW_LDFLAGS@
|
|---|
| 159 | OBJDUMP = @OBJDUMP@
|
|---|
| 160 | OBJEXT = @OBJEXT@
|
|---|
| 161 | ORBIT_ALIGNOF_CORBA_BOOLEAN = @ORBIT_ALIGNOF_CORBA_BOOLEAN@
|
|---|
| 162 | ORBIT_ALIGNOF_CORBA_CHAR = @ORBIT_ALIGNOF_CORBA_CHAR@
|
|---|
| 163 | ORBIT_ALIGNOF_CORBA_DOUBLE = @ORBIT_ALIGNOF_CORBA_DOUBLE@
|
|---|
| 164 | ORBIT_ALIGNOF_CORBA_FLOAT = @ORBIT_ALIGNOF_CORBA_FLOAT@
|
|---|
| 165 | ORBIT_ALIGNOF_CORBA_LONG = @ORBIT_ALIGNOF_CORBA_LONG@
|
|---|
| 166 | ORBIT_ALIGNOF_CORBA_LONG_DOUBLE = @ORBIT_ALIGNOF_CORBA_LONG_DOUBLE@
|
|---|
| 167 | ORBIT_ALIGNOF_CORBA_LONG_LONG = @ORBIT_ALIGNOF_CORBA_LONG_LONG@
|
|---|
| 168 | ORBIT_ALIGNOF_CORBA_OCTET = @ORBIT_ALIGNOF_CORBA_OCTET@
|
|---|
| 169 | ORBIT_ALIGNOF_CORBA_POINTER = @ORBIT_ALIGNOF_CORBA_POINTER@
|
|---|
| 170 | ORBIT_ALIGNOF_CORBA_SHORT = @ORBIT_ALIGNOF_CORBA_SHORT@
|
|---|
| 171 | ORBIT_ALIGNOF_CORBA_STRUCT = @ORBIT_ALIGNOF_CORBA_STRUCT@
|
|---|
| 172 | ORBIT_ALIGNOF_CORBA_WCHAR = @ORBIT_ALIGNOF_CORBA_WCHAR@
|
|---|
| 173 | ORBIT_CFLAGS = @ORBIT_CFLAGS@
|
|---|
| 174 | ORBIT_DEBUG_CFLAGS = @ORBIT_DEBUG_CFLAGS@
|
|---|
| 175 | ORBIT_IDL_CFLAGS = @ORBIT_IDL_CFLAGS@
|
|---|
| 176 | ORBIT_IDL_LIBS = @ORBIT_IDL_LIBS@
|
|---|
| 177 | ORBIT_LIBS = @ORBIT_LIBS@
|
|---|
| 178 | ORBIT_MAJOR_VERSION = @ORBIT_MAJOR_VERSION@
|
|---|
| 179 | ORBIT_MICRO_VERSION = @ORBIT_MICRO_VERSION@
|
|---|
| 180 | ORBIT_MINOR_VERSION = @ORBIT_MINOR_VERSION@
|
|---|
| 181 | ORBIT_NAME_CFLAGS = @ORBIT_NAME_CFLAGS@
|
|---|
| 182 | ORBIT_NAME_LIBS = @ORBIT_NAME_LIBS@
|
|---|
| 183 | ORBIT_SERIAL = @ORBIT_SERIAL@
|
|---|
| 184 | ORBIT_VERSION = @ORBIT_VERSION@
|
|---|
| 185 | OS_WIN32_FALSE = @OS_WIN32_FALSE@
|
|---|
| 186 | OS_WIN32_TRUE = @OS_WIN32_TRUE@
|
|---|
| 187 | PACKAGE = @PACKAGE@
|
|---|
| 188 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|---|
| 189 | PACKAGE_NAME = @PACKAGE_NAME@
|
|---|
| 190 | PACKAGE_STRING = @PACKAGE_STRING@
|
|---|
| 191 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|---|
| 192 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
|---|
| 193 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
|---|
| 194 | PKG_CONFIG = @PKG_CONFIG@
|
|---|
| 195 | POPT_LIBS = @POPT_LIBS@
|
|---|
| 196 | RANLIB = @RANLIB@
|
|---|
| 197 | SET_MAKE = @SET_MAKE@
|
|---|
| 198 | SHELL = @SHELL@
|
|---|
| 199 | SSL_CFLAGS = @SSL_CFLAGS@
|
|---|
| 200 | SSL_LIBS = @SSL_LIBS@
|
|---|
| 201 | STRIP = @STRIP@
|
|---|
| 202 | VERSION = @VERSION@
|
|---|
| 203 | WARN_CFLAGS = @WARN_CFLAGS@
|
|---|
| 204 | ac_ct_AR = @ac_ct_AR@
|
|---|
| 205 | ac_ct_AS = @ac_ct_AS@
|
|---|
| 206 | ac_ct_CC = @ac_ct_CC@
|
|---|
| 207 | ac_ct_CXX = @ac_ct_CXX@
|
|---|
| 208 | ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
|---|
| 209 | ac_ct_F77 = @ac_ct_F77@
|
|---|
| 210 | ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
|---|
| 211 | ac_ct_RANLIB = @ac_ct_RANLIB@
|
|---|
| 212 | ac_ct_STRIP = @ac_ct_STRIP@
|
|---|
| 213 | ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
|---|
| 214 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|---|
| 215 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|---|
| 216 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|---|
| 217 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|---|
| 218 | am__include = @am__include@
|
|---|
| 219 | am__leading_dot = @am__leading_dot@
|
|---|
| 220 | am__quote = @am__quote@
|
|---|
| 221 | am__tar = @am__tar@
|
|---|
| 222 | am__untar = @am__untar@
|
|---|
| 223 | bindir = @bindir@
|
|---|
| 224 | build = @build@
|
|---|
| 225 | build_alias = @build_alias@
|
|---|
| 226 | build_cpu = @build_cpu@
|
|---|
| 227 | build_os = @build_os@
|
|---|
| 228 | build_vendor = @build_vendor@
|
|---|
| 229 | datadir = @datadir@
|
|---|
| 230 | exec_prefix = @exec_prefix@
|
|---|
| 231 | host = @host@
|
|---|
| 232 | host_alias = @host_alias@
|
|---|
| 233 | host_cpu = @host_cpu@
|
|---|
| 234 | host_os = @host_os@
|
|---|
| 235 | host_vendor = @host_vendor@
|
|---|
| 236 | includedir = @includedir@
|
|---|
| 237 | infodir = @infodir@
|
|---|
| 238 | install_sh = @install_sh@
|
|---|
| 239 | libdir = @libdir@
|
|---|
| 240 | libexecdir = @libexecdir@
|
|---|
| 241 | localstatedir = @localstatedir@
|
|---|
| 242 | mandir = @mandir@
|
|---|
| 243 | mkdir_p = @mkdir_p@
|
|---|
| 244 | oldincludedir = @oldincludedir@
|
|---|
| 245 | prefix = @prefix@
|
|---|
| 246 | program_transform_name = @program_transform_name@
|
|---|
| 247 | sbindir = @sbindir@
|
|---|
| 248 | sharedstatedir = @sharedstatedir@
|
|---|
| 249 | sysconfdir = @sysconfdir@
|
|---|
| 250 | target_alias = @target_alias@
|
|---|
| 251 | AUTOMAKE_OPTIONS = 1.3
|
|---|
| 252 | DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
|---|
| 253 | SUBDIRS = linc2 src include test docs
|
|---|
| 254 | bin_SCRIPTS = orbit2-config
|
|---|
| 255 | EXTRA_DIST = \
|
|---|
| 256 | ORBit2.m4 \
|
|---|
| 257 | ORBit.spec \
|
|---|
| 258 | orbit2-zip.in \
|
|---|
| 259 | HACKING \
|
|---|
| 260 | MAINTAINERS \
|
|---|
| 261 | README.win32 \
|
|---|
| 262 | Makefile.shared
|
|---|
| 263 |
|
|---|
| 264 | m4datadir = $(datadir)/aclocal
|
|---|
| 265 | m4data_DATA = ORBit2.m4
|
|---|
| 266 | pkgconfigdir = $(libdir)/pkgconfig
|
|---|
| 267 | pkgconfig_DATA = \
|
|---|
| 268 | ORBit-2.0.pc \
|
|---|
| 269 | ORBit-CosNaming-2.0.pc \
|
|---|
| 270 | ORBit-imodule-2.0.pc
|
|---|
| 271 |
|
|---|
| 272 | all: config.h
|
|---|
| 273 | $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|---|
| 274 |
|
|---|
| 275 | .SUFFIXES:
|
|---|
| 276 | am--refresh:
|
|---|
| 277 | @:
|
|---|
| 278 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|---|
| 279 | @for dep in $?; do \
|
|---|
| 280 | case '$(am__configure_deps)' in \
|
|---|
| 281 | *$$dep*) \
|
|---|
| 282 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
|---|
| 283 | cd $(srcdir) && $(AUTOMAKE) --gnu \
|
|---|
| 284 | && exit 0; \
|
|---|
| 285 | exit 1;; \
|
|---|
| 286 | esac; \
|
|---|
| 287 | done; \
|
|---|
| 288 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
|---|
| 289 | cd $(top_srcdir) && \
|
|---|
| 290 | $(AUTOMAKE) --gnu Makefile
|
|---|
| 291 | .PRECIOUS: Makefile
|
|---|
| 292 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|---|
| 293 | @case '$?' in \
|
|---|
| 294 | *config.status*) \
|
|---|
| 295 | echo ' $(SHELL) ./config.status'; \
|
|---|
| 296 | $(SHELL) ./config.status;; \
|
|---|
| 297 | *) \
|
|---|
| 298 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|---|
| 299 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|---|
| 300 | esac;
|
|---|
| 301 |
|
|---|
| 302 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|---|
| 303 | $(SHELL) ./config.status --recheck
|
|---|
| 304 |
|
|---|
| 305 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|---|
| 306 | cd $(srcdir) && $(AUTOCONF)
|
|---|
| 307 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|---|
| 308 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|---|
| 309 |
|
|---|
| 310 | config.h: stamp-h1
|
|---|
| 311 | @if test ! -f $@; then \
|
|---|
| 312 | rm -f stamp-h1; \
|
|---|
| 313 | $(MAKE) stamp-h1; \
|
|---|
| 314 | else :; fi
|
|---|
| 315 |
|
|---|
| 316 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|---|
| 317 | @rm -f stamp-h1
|
|---|
| 318 | cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|---|
| 319 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|---|
| 320 | cd $(top_srcdir) && $(AUTOHEADER)
|
|---|
| 321 | rm -f stamp-h1
|
|---|
| 322 | touch $@
|
|---|
| 323 |
|
|---|
| 324 | distclean-hdr:
|
|---|
| 325 | -rm -f config.h stamp-h1
|
|---|
| 326 | orbit2-config: $(top_builddir)/config.status $(srcdir)/orbit2-config.in
|
|---|
| 327 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 328 | ORBit-2.0.pc: $(top_builddir)/config.status $(srcdir)/ORBit-2.0.pc.in
|
|---|
| 329 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 330 | ORBit-CosNaming-2.0.pc: $(top_builddir)/config.status $(srcdir)/ORBit-CosNaming-2.0.pc.in
|
|---|
| 331 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 332 | ORBit-imodule-2.0.pc: $(top_builddir)/config.status $(srcdir)/ORBit-imodule-2.0.pc.in
|
|---|
| 333 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 334 | ORBit.spec: $(top_builddir)/config.status $(srcdir)/ORBit.spec.in
|
|---|
| 335 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 336 | orbit2-zip: $(top_builddir)/config.status $(srcdir)/orbit2-zip.in
|
|---|
| 337 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
|---|
| 338 | install-binSCRIPTS: $(bin_SCRIPTS)
|
|---|
| 339 | @$(NORMAL_INSTALL)
|
|---|
| 340 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
|
|---|
| 341 | @list='$(bin_SCRIPTS)'; for p in $$list; do \
|
|---|
| 342 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|---|
| 343 | if test -f $$d$$p; then \
|
|---|
| 344 | f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|---|
| 345 | echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
|
|---|
| 346 | $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
|
|---|
| 347 | else :; fi; \
|
|---|
| 348 | done
|
|---|
| 349 |
|
|---|
| 350 | uninstall-binSCRIPTS:
|
|---|
| 351 | @$(NORMAL_UNINSTALL)
|
|---|
| 352 | @list='$(bin_SCRIPTS)'; for p in $$list; do \
|
|---|
| 353 | f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
|---|
| 354 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
|
|---|
| 355 | rm -f "$(DESTDIR)$(bindir)/$$f"; \
|
|---|
| 356 | done
|
|---|
| 357 |
|
|---|
| 358 | mostlyclean-libtool:
|
|---|
| 359 | -rm -f *.lo
|
|---|
| 360 |
|
|---|
| 361 | clean-libtool:
|
|---|
| 362 | -rm -rf .libs _libs
|
|---|
| 363 |
|
|---|
| 364 | distclean-libtool:
|
|---|
| 365 | -rm -f libtool
|
|---|
| 366 | uninstall-info-am:
|
|---|
| 367 | install-m4dataDATA: $(m4data_DATA)
|
|---|
| 368 | @$(NORMAL_INSTALL)
|
|---|
| 369 | test -z "$(m4datadir)" || $(mkdir_p) "$(DESTDIR)$(m4datadir)"
|
|---|
| 370 | @list='$(m4data_DATA)'; for p in $$list; do \
|
|---|
| 371 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|---|
| 372 | f=$(am__strip_dir) \
|
|---|
| 373 | echo " $(m4dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(m4datadir)/$$f'"; \
|
|---|
| 374 | $(m4dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(m4datadir)/$$f"; \
|
|---|
| 375 | done
|
|---|
| 376 |
|
|---|
| 377 | uninstall-m4dataDATA:
|
|---|
| 378 | @$(NORMAL_UNINSTALL)
|
|---|
| 379 | @list='$(m4data_DATA)'; for p in $$list; do \
|
|---|
| 380 | f=$(am__strip_dir) \
|
|---|
| 381 | echo " rm -f '$(DESTDIR)$(m4datadir)/$$f'"; \
|
|---|
| 382 | rm -f "$(DESTDIR)$(m4datadir)/$$f"; \
|
|---|
| 383 | done
|
|---|
| 384 | install-pkgconfigDATA: $(pkgconfig_DATA)
|
|---|
| 385 | @$(NORMAL_INSTALL)
|
|---|
| 386 | test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
|
|---|
| 387 | @list='$(pkgconfig_DATA)'; for p in $$list; do \
|
|---|
| 388 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|---|
| 389 | f=$(am__strip_dir) \
|
|---|
| 390 | echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
|
|---|
| 391 | $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
|
|---|
| 392 | done
|
|---|
| 393 |
|
|---|
| 394 | uninstall-pkgconfigDATA:
|
|---|
| 395 | @$(NORMAL_UNINSTALL)
|
|---|
| 396 | @list='$(pkgconfig_DATA)'; for p in $$list; do \
|
|---|
| 397 | f=$(am__strip_dir) \
|
|---|
| 398 | echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
|
|---|
| 399 | rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
|
|---|
| 400 | done
|
|---|
| 401 |
|
|---|
| 402 | # This directory's subdirectories are mostly independent; you can cd
|
|---|
| 403 | # into them and run `make' without going through this Makefile.
|
|---|
| 404 | # To change the values of `make' variables: instead of editing Makefiles,
|
|---|
| 405 | # (1) if the variable is set in `config.status', edit `config.status'
|
|---|
| 406 | # (which will cause the Makefiles to be regenerated when you run `make');
|
|---|
| 407 | # (2) otherwise, pass the desired values on the `make' command line.
|
|---|
| 408 | $(RECURSIVE_TARGETS):
|
|---|
| 409 | @failcom='exit 1'; \
|
|---|
| 410 | for f in x $$MAKEFLAGS; do \
|
|---|
| 411 | case $$f in \
|
|---|
| 412 | *=* | --[!k]*);; \
|
|---|
| 413 | *k*) failcom='fail=yes';; \
|
|---|
| 414 | esac; \
|
|---|
| 415 | done; \
|
|---|
| 416 | dot_seen=no; \
|
|---|
| 417 | target=`echo $@ | sed s/-recursive//`; \
|
|---|
| 418 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 419 | echo "Making $$target in $$subdir"; \
|
|---|
| 420 | if test "$$subdir" = "."; then \
|
|---|
| 421 | dot_seen=yes; \
|
|---|
| 422 | local_target="$$target-am"; \
|
|---|
| 423 | else \
|
|---|
| 424 | local_target="$$target"; \
|
|---|
| 425 | fi; \
|
|---|
| 426 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|---|
| 427 | || eval $$failcom; \
|
|---|
| 428 | done; \
|
|---|
| 429 | if test "$$dot_seen" = "no"; then \
|
|---|
| 430 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|---|
| 431 | fi; test -z "$$fail"
|
|---|
| 432 |
|
|---|
| 433 | mostlyclean-recursive clean-recursive distclean-recursive \
|
|---|
| 434 | maintainer-clean-recursive:
|
|---|
| 435 | @failcom='exit 1'; \
|
|---|
| 436 | for f in x $$MAKEFLAGS; do \
|
|---|
| 437 | case $$f in \
|
|---|
| 438 | *=* | --[!k]*);; \
|
|---|
| 439 | *k*) failcom='fail=yes';; \
|
|---|
| 440 | esac; \
|
|---|
| 441 | done; \
|
|---|
| 442 | dot_seen=no; \
|
|---|
| 443 | case "$@" in \
|
|---|
| 444 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|---|
| 445 | *) list='$(SUBDIRS)' ;; \
|
|---|
| 446 | esac; \
|
|---|
| 447 | rev=''; for subdir in $$list; do \
|
|---|
| 448 | if test "$$subdir" = "."; then :; else \
|
|---|
| 449 | rev="$$subdir $$rev"; \
|
|---|
| 450 | fi; \
|
|---|
| 451 | done; \
|
|---|
| 452 | rev="$$rev ."; \
|
|---|
| 453 | target=`echo $@ | sed s/-recursive//`; \
|
|---|
| 454 | for subdir in $$rev; do \
|
|---|
| 455 | echo "Making $$target in $$subdir"; \
|
|---|
| 456 | if test "$$subdir" = "."; then \
|
|---|
| 457 | local_target="$$target-am"; \
|
|---|
| 458 | else \
|
|---|
| 459 | local_target="$$target"; \
|
|---|
| 460 | fi; \
|
|---|
| 461 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|---|
| 462 | || eval $$failcom; \
|
|---|
| 463 | done && test -z "$$fail"
|
|---|
| 464 | tags-recursive:
|
|---|
| 465 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 466 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|---|
| 467 | done
|
|---|
| 468 | ctags-recursive:
|
|---|
| 469 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 470 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|---|
| 471 | done
|
|---|
| 472 |
|
|---|
| 473 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|---|
| 474 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|---|
| 475 | unique=`for i in $$list; do \
|
|---|
| 476 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 477 | done | \
|
|---|
| 478 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 479 | END { for (i in files) print i; }'`; \
|
|---|
| 480 | mkid -fID $$unique
|
|---|
| 481 | tags: TAGS
|
|---|
| 482 |
|
|---|
| 483 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|---|
| 484 | $(TAGS_FILES) $(LISP)
|
|---|
| 485 | tags=; \
|
|---|
| 486 | here=`pwd`; \
|
|---|
| 487 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|---|
| 488 | include_option=--etags-include; \
|
|---|
| 489 | empty_fix=.; \
|
|---|
| 490 | else \
|
|---|
| 491 | include_option=--include; \
|
|---|
| 492 | empty_fix=; \
|
|---|
| 493 | fi; \
|
|---|
| 494 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 495 | if test "$$subdir" = .; then :; else \
|
|---|
| 496 | test ! -f $$subdir/TAGS || \
|
|---|
| 497 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
|---|
| 498 | fi; \
|
|---|
| 499 | done; \
|
|---|
| 500 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|---|
| 501 | unique=`for i in $$list; do \
|
|---|
| 502 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 503 | done | \
|
|---|
| 504 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 505 | END { for (i in files) print i; }'`; \
|
|---|
| 506 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|---|
| 507 | test -n "$$unique" || unique=$$empty_fix; \
|
|---|
| 508 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|---|
| 509 | $$tags $$unique; \
|
|---|
| 510 | fi
|
|---|
| 511 | ctags: CTAGS
|
|---|
| 512 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|---|
| 513 | $(TAGS_FILES) $(LISP)
|
|---|
| 514 | tags=; \
|
|---|
| 515 | here=`pwd`; \
|
|---|
| 516 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|---|
| 517 | unique=`for i in $$list; do \
|
|---|
| 518 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 519 | done | \
|
|---|
| 520 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 521 | END { for (i in files) print i; }'`; \
|
|---|
| 522 | test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|---|
| 523 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|---|
| 524 | $$tags $$unique
|
|---|
| 525 |
|
|---|
| 526 | GTAGS:
|
|---|
| 527 | here=`$(am__cd) $(top_builddir) && pwd` \
|
|---|
| 528 | && cd $(top_srcdir) \
|
|---|
| 529 | && gtags -i $(GTAGS_ARGS) $$here
|
|---|
| 530 |
|
|---|
| 531 | distclean-tags:
|
|---|
| 532 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|---|
| 533 |
|
|---|
| 534 | distdir: $(DISTFILES)
|
|---|
| 535 | $(am__remove_distdir)
|
|---|
| 536 | mkdir $(distdir)
|
|---|
| 537 | $(mkdir_p) $(distdir)/. $(distdir)/include/orbit $(distdir)/linc2/include/linc $(distdir)/src/idl-compiler
|
|---|
| 538 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|---|
| 539 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|---|
| 540 | list='$(DISTFILES)'; for file in $$list; do \
|
|---|
| 541 | case $$file in \
|
|---|
| 542 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|---|
| 543 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|---|
| 544 | esac; \
|
|---|
| 545 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|---|
| 546 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|---|
| 547 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|---|
| 548 | dir="/$$dir"; \
|
|---|
| 549 | $(mkdir_p) "$(distdir)$$dir"; \
|
|---|
| 550 | else \
|
|---|
| 551 | dir=''; \
|
|---|
| 552 | fi; \
|
|---|
| 553 | if test -d $$d/$$file; then \
|
|---|
| 554 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|---|
| 555 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 556 | fi; \
|
|---|
| 557 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 558 | else \
|
|---|
| 559 | test -f $(distdir)/$$file \
|
|---|
| 560 | || cp -p $$d/$$file $(distdir)/$$file \
|
|---|
| 561 | || exit 1; \
|
|---|
| 562 | fi; \
|
|---|
| 563 | done
|
|---|
| 564 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 565 | if test "$$subdir" = .; then :; else \
|
|---|
| 566 | test -d "$(distdir)/$$subdir" \
|
|---|
| 567 | || $(mkdir_p) "$(distdir)/$$subdir" \
|
|---|
| 568 | || exit 1; \
|
|---|
| 569 | distdir=`$(am__cd) $(distdir) && pwd`; \
|
|---|
| 570 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
|---|
| 571 | (cd $$subdir && \
|
|---|
| 572 | $(MAKE) $(AM_MAKEFLAGS) \
|
|---|
| 573 | top_distdir="$$top_distdir" \
|
|---|
| 574 | distdir="$$distdir/$$subdir" \
|
|---|
| 575 | distdir) \
|
|---|
| 576 | || exit 1; \
|
|---|
| 577 | fi; \
|
|---|
| 578 | done
|
|---|
| 579 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|---|
| 580 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|---|
| 581 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|---|
| 582 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
|---|
| 583 | || chmod -R a+r $(distdir)
|
|---|
| 584 | dist-gzip: distdir
|
|---|
| 585 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|---|
| 586 | $(am__remove_distdir)
|
|---|
| 587 |
|
|---|
| 588 | dist-bzip2: distdir
|
|---|
| 589 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|---|
| 590 | $(am__remove_distdir)
|
|---|
| 591 |
|
|---|
| 592 | dist-tarZ: distdir
|
|---|
| 593 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|---|
| 594 | $(am__remove_distdir)
|
|---|
| 595 |
|
|---|
| 596 | dist-shar: distdir
|
|---|
| 597 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|---|
| 598 | $(am__remove_distdir)
|
|---|
| 599 |
|
|---|
| 600 | dist-zip: distdir
|
|---|
| 601 | -rm -f $(distdir).zip
|
|---|
| 602 | zip -rq $(distdir).zip $(distdir)
|
|---|
| 603 | $(am__remove_distdir)
|
|---|
| 604 |
|
|---|
| 605 | dist dist-all: distdir
|
|---|
| 606 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|---|
| 607 | $(am__remove_distdir)
|
|---|
| 608 |
|
|---|
| 609 | # This target untars the dist file and tries a VPATH configuration. Then
|
|---|
| 610 | # it guarantees that the distribution is self-contained by making another
|
|---|
| 611 | # tarfile.
|
|---|
| 612 | distcheck: dist
|
|---|
| 613 | case '$(DIST_ARCHIVES)' in \
|
|---|
| 614 | *.tar.gz*) \
|
|---|
| 615 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
|---|
| 616 | *.tar.bz2*) \
|
|---|
| 617 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
|---|
| 618 | *.tar.Z*) \
|
|---|
| 619 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|---|
| 620 | *.shar.gz*) \
|
|---|
| 621 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
|---|
| 622 | *.zip*) \
|
|---|
| 623 | unzip $(distdir).zip ;;\
|
|---|
| 624 | esac
|
|---|
| 625 | chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|---|
| 626 | mkdir $(distdir)/_build
|
|---|
| 627 | mkdir $(distdir)/_inst
|
|---|
| 628 | chmod a-w $(distdir)
|
|---|
| 629 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|---|
| 630 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|---|
| 631 | && cd $(distdir)/_build \
|
|---|
| 632 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|---|
| 633 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
|---|
| 634 | && $(MAKE) $(AM_MAKEFLAGS) \
|
|---|
| 635 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|---|
| 636 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
|---|
| 637 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
|---|
| 638 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|---|
| 639 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|---|
| 640 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
|---|
| 641 | distuninstallcheck \
|
|---|
| 642 | && chmod -R a-w "$$dc_install_base" \
|
|---|
| 643 | && ({ \
|
|---|
| 644 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
|---|
| 645 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
|---|
| 646 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
|---|
| 647 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
|---|
| 648 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
|---|
| 649 | } || { rm -rf "$$dc_destdir"; exit 1; }) \
|
|---|
| 650 | && rm -rf "$$dc_destdir" \
|
|---|
| 651 | && $(MAKE) $(AM_MAKEFLAGS) dist \
|
|---|
| 652 | && rm -rf $(DIST_ARCHIVES) \
|
|---|
| 653 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
|---|
| 654 | $(am__remove_distdir)
|
|---|
| 655 | @(echo "$(distdir) archives ready for distribution: "; \
|
|---|
| 656 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|---|
| 657 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
|
|---|
| 658 | distuninstallcheck:
|
|---|
| 659 | @cd $(distuninstallcheck_dir) \
|
|---|
| 660 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|---|
| 661 | || { echo "ERROR: files left after uninstall:" ; \
|
|---|
| 662 | if test -n "$(DESTDIR)"; then \
|
|---|
| 663 | echo " (check DESTDIR support)"; \
|
|---|
| 664 | fi ; \
|
|---|
| 665 | $(distuninstallcheck_listfiles) ; \
|
|---|
| 666 | exit 1; } >&2
|
|---|
| 667 | distcleancheck: distclean
|
|---|
| 668 | @if test '$(srcdir)' = . ; then \
|
|---|
| 669 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|---|
| 670 | exit 1 ; \
|
|---|
| 671 | fi
|
|---|
| 672 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|---|
| 673 | || { echo "ERROR: files left in build directory after distclean:" ; \
|
|---|
| 674 | $(distcleancheck_listfiles) ; \
|
|---|
| 675 | exit 1; } >&2
|
|---|
| 676 | check-am: all-am
|
|---|
| 677 | check: check-recursive
|
|---|
| 678 | all-am: Makefile $(SCRIPTS) $(DATA) config.h
|
|---|
| 679 | installdirs: installdirs-recursive
|
|---|
| 680 | installdirs-am:
|
|---|
| 681 | for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
|
|---|
| 682 | test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|---|
| 683 | done
|
|---|
| 684 | install: install-recursive
|
|---|
| 685 | install-exec: install-exec-recursive
|
|---|
| 686 | install-data: install-data-recursive
|
|---|
| 687 | uninstall: uninstall-recursive
|
|---|
| 688 |
|
|---|
| 689 | install-am: all-am
|
|---|
| 690 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|---|
| 691 |
|
|---|
| 692 | installcheck: installcheck-recursive
|
|---|
| 693 | install-strip:
|
|---|
| 694 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|---|
| 695 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|---|
| 696 | `test -z '$(STRIP)' || \
|
|---|
| 697 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|---|
| 698 | mostlyclean-generic:
|
|---|
| 699 |
|
|---|
| 700 | clean-generic:
|
|---|
| 701 |
|
|---|
| 702 | distclean-generic:
|
|---|
| 703 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|---|
| 704 |
|
|---|
| 705 | maintainer-clean-generic:
|
|---|
| 706 | @echo "This command is intended for maintainers to use"
|
|---|
| 707 | @echo "it deletes files that may require special tools to rebuild."
|
|---|
| 708 | clean: clean-recursive
|
|---|
| 709 |
|
|---|
| 710 | clean-am: clean-generic clean-libtool mostlyclean-am
|
|---|
| 711 |
|
|---|
| 712 | distclean: distclean-recursive
|
|---|
| 713 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|---|
| 714 | -rm -f Makefile
|
|---|
| 715 | distclean-am: clean-am distclean-generic distclean-hdr \
|
|---|
| 716 | distclean-libtool distclean-tags
|
|---|
| 717 |
|
|---|
| 718 | dvi: dvi-recursive
|
|---|
| 719 |
|
|---|
| 720 | dvi-am:
|
|---|
| 721 |
|
|---|
| 722 | html: html-recursive
|
|---|
| 723 |
|
|---|
| 724 | info: info-recursive
|
|---|
| 725 |
|
|---|
| 726 | info-am:
|
|---|
| 727 |
|
|---|
| 728 | install-data-am: install-m4dataDATA install-pkgconfigDATA
|
|---|
| 729 |
|
|---|
| 730 | install-exec-am: install-binSCRIPTS
|
|---|
| 731 |
|
|---|
| 732 | install-info: install-info-recursive
|
|---|
| 733 |
|
|---|
| 734 | install-man:
|
|---|
| 735 |
|
|---|
| 736 | installcheck-am:
|
|---|
| 737 |
|
|---|
| 738 | maintainer-clean: maintainer-clean-recursive
|
|---|
| 739 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|---|
| 740 | -rm -rf $(top_srcdir)/autom4te.cache
|
|---|
| 741 | -rm -f Makefile
|
|---|
| 742 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
|---|
| 743 |
|
|---|
| 744 | mostlyclean: mostlyclean-recursive
|
|---|
| 745 |
|
|---|
| 746 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
|---|
| 747 |
|
|---|
| 748 | pdf: pdf-recursive
|
|---|
| 749 |
|
|---|
| 750 | pdf-am:
|
|---|
| 751 |
|
|---|
| 752 | ps: ps-recursive
|
|---|
| 753 |
|
|---|
| 754 | ps-am:
|
|---|
| 755 |
|
|---|
| 756 | uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
|
|---|
| 757 | uninstall-m4dataDATA uninstall-pkgconfigDATA
|
|---|
| 758 |
|
|---|
| 759 | uninstall-info: uninstall-info-recursive
|
|---|
| 760 |
|
|---|
| 761 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
|
|---|
| 762 | check-am clean clean-generic clean-libtool clean-recursive \
|
|---|
| 763 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
|
|---|
| 764 | dist-shar dist-tarZ dist-zip distcheck distclean \
|
|---|
| 765 | distclean-generic distclean-hdr distclean-libtool \
|
|---|
| 766 | distclean-recursive distclean-tags distcleancheck distdir \
|
|---|
| 767 | distuninstallcheck dvi dvi-am html html-am info info-am \
|
|---|
| 768 | install install-am install-binSCRIPTS install-data \
|
|---|
| 769 | install-data-am install-exec install-exec-am install-info \
|
|---|
| 770 | install-info-am install-m4dataDATA install-man \
|
|---|
| 771 | install-pkgconfigDATA install-strip installcheck \
|
|---|
| 772 | installcheck-am installdirs installdirs-am maintainer-clean \
|
|---|
| 773 | maintainer-clean-generic maintainer-clean-recursive \
|
|---|
| 774 | mostlyclean mostlyclean-generic mostlyclean-libtool \
|
|---|
| 775 | mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
|
|---|
| 776 | uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \
|
|---|
| 777 | uninstall-m4dataDATA uninstall-pkgconfigDATA
|
|---|
| 778 |
|
|---|
| 779 |
|
|---|
| 780 | rpms: distcheck
|
|---|
| 781 | rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz
|
|---|
| 782 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|---|
| 783 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
|---|
| 784 | .NOEXPORT:
|
|---|