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