| 1 | # Makefile.in generated by automake 1.6.3 from Makefile.am.
 | 
|---|
| 2 | # @configure_input@
 | 
|---|
| 3 | 
 | 
|---|
| 4 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 | 
|---|
| 5 | # 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 | # synergy -- mouse and keyboard sharing utility
 | 
|---|
| 18 | # Copyright (C) 2002 Chris Schoeneman
 | 
|---|
| 19 | # 
 | 
|---|
| 20 | # This package is free software; you can redistribute it and/or
 | 
|---|
| 21 | # modify it under the terms of the GNU General Public License
 | 
|---|
| 22 | # found in the file COPYING that should have accompanied this file.
 | 
|---|
| 23 | # 
 | 
|---|
| 24 | # This package is distributed in the hope that it will be useful,
 | 
|---|
| 25 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
|---|
| 26 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
|---|
| 27 | # GNU General Public License for more details.
 | 
|---|
| 28 | SHELL = @SHELL@
 | 
|---|
| 29 | 
 | 
|---|
| 30 | srcdir = @srcdir@
 | 
|---|
| 31 | top_srcdir = @top_srcdir@
 | 
|---|
| 32 | VPATH = @srcdir@
 | 
|---|
| 33 | prefix = @prefix@
 | 
|---|
| 34 | exec_prefix = @exec_prefix@
 | 
|---|
| 35 | 
 | 
|---|
| 36 | bindir = @bindir@
 | 
|---|
| 37 | sbindir = @sbindir@
 | 
|---|
| 38 | libexecdir = @libexecdir@
 | 
|---|
| 39 | datadir = @datadir@
 | 
|---|
| 40 | sysconfdir = @sysconfdir@
 | 
|---|
| 41 | sharedstatedir = @sharedstatedir@
 | 
|---|
| 42 | localstatedir = @localstatedir@
 | 
|---|
| 43 | libdir = @libdir@
 | 
|---|
| 44 | infodir = @infodir@
 | 
|---|
| 45 | mandir = @mandir@
 | 
|---|
| 46 | includedir = @includedir@
 | 
|---|
| 47 | oldincludedir = /usr/include
 | 
|---|
| 48 | pkgdatadir = $(datadir)/@PACKAGE@
 | 
|---|
| 49 | pkglibdir = $(libdir)/@PACKAGE@
 | 
|---|
| 50 | pkgincludedir = $(includedir)/@PACKAGE@
 | 
|---|
| 51 | top_builddir = ../..
 | 
|---|
| 52 | 
 | 
|---|
| 53 | ACLOCAL = @ACLOCAL@
 | 
|---|
| 54 | AUTOCONF = @AUTOCONF@
 | 
|---|
| 55 | AUTOMAKE = @AUTOMAKE@
 | 
|---|
| 56 | AUTOHEADER = @AUTOHEADER@
 | 
|---|
| 57 | 
 | 
|---|
| 58 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 | 
|---|
| 59 | INSTALL = @INSTALL@
 | 
|---|
| 60 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | 
|---|
| 61 | INSTALL_DATA = @INSTALL_DATA@
 | 
|---|
| 62 | install_sh_DATA = $(install_sh) -c -m 644
 | 
|---|
| 63 | install_sh_PROGRAM = $(install_sh) -c
 | 
|---|
| 64 | install_sh_SCRIPT = $(install_sh) -c
 | 
|---|
| 65 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
 | 
|---|
| 66 | INSTALL_HEADER = $(INSTALL_DATA)
 | 
|---|
| 67 | transform = @program_transform_name@
 | 
|---|
| 68 | NORMAL_INSTALL = :
 | 
|---|
| 69 | PRE_INSTALL = :
 | 
|---|
| 70 | POST_INSTALL = :
 | 
|---|
| 71 | NORMAL_UNINSTALL = :
 | 
|---|
| 72 | PRE_UNINSTALL = :
 | 
|---|
| 73 | POST_UNINSTALL = :
 | 
|---|
| 74 | host_alias = @host_alias@
 | 
|---|
| 75 | host_triplet = @host@
 | 
|---|
| 76 | 
 | 
|---|
| 77 | EXEEXT = @EXEEXT@
 | 
|---|
| 78 | OBJEXT = @OBJEXT@
 | 
|---|
| 79 | PATH_SEPARATOR = @PATH_SEPARATOR@
 | 
|---|
| 80 | AMTAR = @AMTAR@
 | 
|---|
| 81 | AWK = @AWK@
 | 
|---|
| 82 | CC = @CC@
 | 
|---|
| 83 | CXX = @CXX@
 | 
|---|
| 84 | DEPDIR = @DEPDIR@
 | 
|---|
| 85 | HAVE_DOT = @HAVE_DOT@
 | 
|---|
| 86 | INET_ATON_LIBS = @INET_ATON_LIBS@
 | 
|---|
| 87 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 | 
|---|
| 88 | NANOSLEEP_LIBS = @NANOSLEEP_LIBS@
 | 
|---|
| 89 | OBJC = @OBJC@
 | 
|---|
| 90 | OBJCFLAGS = @OBJCFLAGS@
 | 
|---|
| 91 | PACKAGE = @PACKAGE@
 | 
|---|
| 92 | PTHREAD_CC = @PTHREAD_CC@
 | 
|---|
| 93 | PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 | 
|---|
| 94 | PTHREAD_LIBS = @PTHREAD_LIBS@
 | 
|---|
| 95 | RANLIB = @RANLIB@
 | 
|---|
| 96 | STRIP = @STRIP@
 | 
|---|
| 97 | VERSION = @VERSION@
 | 
|---|
| 98 | X_CFLAGS = @X_CFLAGS@
 | 
|---|
| 99 | X_EXTRA_LIBS = @X_EXTRA_LIBS@
 | 
|---|
| 100 | X_LIBS = @X_LIBS@
 | 
|---|
| 101 | X_PRE_LIBS = @X_PRE_LIBS@
 | 
|---|
| 102 | acx_pthread_config = @acx_pthread_config@
 | 
|---|
| 103 | am__include = @am__include@
 | 
|---|
| 104 | am__quote = @am__quote@
 | 
|---|
| 105 | install_sh = @install_sh@
 | 
|---|
| 106 | 
 | 
|---|
| 107 | NULL = 
 | 
|---|
| 108 | 
 | 
|---|
| 109 | EXTRA_DIST = \
 | 
|---|
| 110 |         client.dsp                                              \
 | 
|---|
| 111 |         $(NULL)
 | 
|---|
| 112 | 
 | 
|---|
| 113 | 
 | 
|---|
| 114 | MAINTAINERCLEANFILES = \
 | 
|---|
| 115 |         Makefile.in                                             \
 | 
|---|
| 116 |         $(NULL)
 | 
|---|
| 117 | 
 | 
|---|
| 118 | 
 | 
|---|
| 119 | noinst_LIBRARIES = libclient.a
 | 
|---|
| 120 | libclient_a_SOURCES = \
 | 
|---|
| 121 |         CClient.cpp                                             \
 | 
|---|
| 122 |         CServerProxy.cpp                                \
 | 
|---|
| 123 |         CClient.h                                               \
 | 
|---|
| 124 |         CServerProxy.h                                  \
 | 
|---|
| 125 |         $(NULL)
 | 
|---|
| 126 | 
 | 
|---|
| 127 | INCLUDES = \
 | 
|---|
| 128 |         -I$(top_srcdir)/lib/common              \
 | 
|---|
| 129 |         -I$(top_srcdir)/lib/arch                \
 | 
|---|
| 130 |         -I$(top_srcdir)/lib/base                \
 | 
|---|
| 131 |         -I$(top_srcdir)/lib/mt                  \
 | 
|---|
| 132 |         -I$(top_srcdir)/lib/io                  \
 | 
|---|
| 133 |         -I$(top_srcdir)/lib/net                 \
 | 
|---|
| 134 |         -I$(top_srcdir)/lib/synergy             \
 | 
|---|
| 135 |         -I$(top_srcdir)/lib/platform    \
 | 
|---|
| 136 |         $(NULL)
 | 
|---|
| 137 | 
 | 
|---|
| 138 | subdir = lib/client
 | 
|---|
| 139 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 | 
|---|
| 140 | CONFIG_HEADER = $(top_builddir)/config.h
 | 
|---|
| 141 | CONFIG_CLEAN_FILES =
 | 
|---|
| 142 | LIBRARIES = $(noinst_LIBRARIES)
 | 
|---|
| 143 | 
 | 
|---|
| 144 | libclient_a_AR = $(AR) cru
 | 
|---|
| 145 | libclient_a_LIBADD =
 | 
|---|
| 146 | am__objects_1 =
 | 
|---|
| 147 | am_libclient_a_OBJECTS = CClient.$(OBJEXT) CServerProxy.$(OBJEXT) \
 | 
|---|
| 148 |         $(am__objects_1)
 | 
|---|
| 149 | libclient_a_OBJECTS = $(am_libclient_a_OBJECTS)
 | 
|---|
| 150 | 
 | 
|---|
| 151 | DEFS = @DEFS@
 | 
|---|
| 152 | DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 | 
|---|
| 153 | CPPFLAGS = @CPPFLAGS@
 | 
|---|
| 154 | LDFLAGS = @LDFLAGS@
 | 
|---|
| 155 | LIBS = @LIBS@
 | 
|---|
| 156 | depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 | 
|---|
| 157 | am__depfiles_maybe = depfiles
 | 
|---|
| 158 | @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/CClient.Po \
 | 
|---|
| 159 | @AMDEP_TRUE@    ./$(DEPDIR)/CServerProxy.Po
 | 
|---|
| 160 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 | 
|---|
| 161 |         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 | 
|---|
| 162 | CXXLD = $(CXX)
 | 
|---|
| 163 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 | 
|---|
| 164 |         -o $@
 | 
|---|
| 165 | CXXFLAGS = @CXXFLAGS@
 | 
|---|
| 166 | CFLAGS = @CFLAGS@
 | 
|---|
| 167 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 | 
|---|
| 168 |         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 | 
|---|
| 169 | CCLD = $(CC)
 | 
|---|
| 170 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 | 
|---|
| 171 | DIST_SOURCES = $(libclient_a_SOURCES)
 | 
|---|
| 172 | DIST_COMMON = Makefile.am Makefile.in
 | 
|---|
| 173 | SOURCES = $(libclient_a_SOURCES)
 | 
|---|
| 174 | 
 | 
|---|
| 175 | all: all-am
 | 
|---|
| 176 | 
 | 
|---|
| 177 | .SUFFIXES:
 | 
|---|
| 178 | .SUFFIXES: .cpp .o .obj
 | 
|---|
| 179 | $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 | 
|---|
| 180 |         cd $(top_srcdir) && \
 | 
|---|
| 181 |           $(AUTOMAKE) --gnu  lib/client/Makefile
 | 
|---|
| 182 | Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 | 
|---|
| 183 |         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 | 
|---|
| 184 | 
 | 
|---|
| 185 | AR = ar
 | 
|---|
| 186 | 
 | 
|---|
| 187 | clean-noinstLIBRARIES:
 | 
|---|
| 188 |         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 | 
|---|
| 189 | libclient.a: $(libclient_a_OBJECTS) $(libclient_a_DEPENDENCIES) 
 | 
|---|
| 190 |         -rm -f libclient.a
 | 
|---|
| 191 |         $(libclient_a_AR) libclient.a $(libclient_a_OBJECTS) $(libclient_a_LIBADD)
 | 
|---|
| 192 |         $(RANLIB) libclient.a
 | 
|---|
| 193 | 
 | 
|---|
| 194 | mostlyclean-compile:
 | 
|---|
| 195 |         -rm -f *.$(OBJEXT) core *.core
 | 
|---|
| 196 | 
 | 
|---|
| 197 | distclean-compile:
 | 
|---|
| 198 |         -rm -f *.tab.c
 | 
|---|
| 199 | 
 | 
|---|
| 200 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CClient.Po@am__quote@
 | 
|---|
| 201 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CServerProxy.Po@am__quote@
 | 
|---|
| 202 | 
 | 
|---|
| 203 | distclean-depend:
 | 
|---|
| 204 |         -rm -rf ./$(DEPDIR)
 | 
|---|
| 205 | 
 | 
|---|
| 206 | .cpp.o:
 | 
|---|
| 207 | @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | 
|---|
| 208 | @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 | 
|---|
| 209 | @AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | 
|---|
| 210 |         $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 | 
|---|
| 211 | 
 | 
|---|
| 212 | .cpp.obj:
 | 
|---|
| 213 | @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | 
|---|
| 214 | @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 | 
|---|
| 215 | @AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | 
|---|
| 216 |         $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
 | 
|---|
| 217 | CXXDEPMODE = @CXXDEPMODE@
 | 
|---|
| 218 | uninstall-info-am:
 | 
|---|
| 219 | 
 | 
|---|
| 220 | ETAGS = etags
 | 
|---|
| 221 | ETAGSFLAGS =
 | 
|---|
| 222 | 
 | 
|---|
| 223 | tags: TAGS
 | 
|---|
| 224 | 
 | 
|---|
| 225 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 | 
|---|
| 226 |         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 | 
|---|
| 227 |         unique=`for i in $$list; do \
 | 
|---|
| 228 |             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 | 
|---|
| 229 |           done | \
 | 
|---|
| 230 |           $(AWK) '    { files[$$0] = 1; } \
 | 
|---|
| 231 |                END { for (i in files) print i; }'`; \
 | 
|---|
| 232 |         mkid -fID $$unique
 | 
|---|
| 233 | 
 | 
|---|
| 234 | TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 | 
|---|
| 235 |                 $(TAGS_FILES) $(LISP)
 | 
|---|
| 236 |         tags=; \
 | 
|---|
| 237 |         here=`pwd`; \
 | 
|---|
| 238 |         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 | 
|---|
| 239 |         unique=`for i in $$list; do \
 | 
|---|
| 240 |             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 | 
|---|
| 241 |           done | \
 | 
|---|
| 242 |           $(AWK) '    { files[$$0] = 1; } \
 | 
|---|
| 243 |                END { for (i in files) print i; }'`; \
 | 
|---|
| 244 |         test -z "$(ETAGS_ARGS)$$tags$$unique" \
 | 
|---|
| 245 |           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 | 
|---|
| 246 |              $$tags $$unique
 | 
|---|
| 247 | 
 | 
|---|
| 248 | GTAGS:
 | 
|---|
| 249 |         here=`$(am__cd) $(top_builddir) && pwd` \
 | 
|---|
| 250 |           && cd $(top_srcdir) \
 | 
|---|
| 251 |           && gtags -i $(GTAGS_ARGS) $$here
 | 
|---|
| 252 | 
 | 
|---|
| 253 | distclean-tags:
 | 
|---|
| 254 |         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 | 
|---|
| 255 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | 
|---|
| 256 | 
 | 
|---|
| 257 | top_distdir = ../..
 | 
|---|
| 258 | distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 | 
|---|
| 259 | 
 | 
|---|
| 260 | distdir: $(DISTFILES)
 | 
|---|
| 261 |         @list='$(DISTFILES)'; for file in $$list; do \
 | 
|---|
| 262 |           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 | 
|---|
| 263 |           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 | 
|---|
| 264 |           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 | 
|---|
| 265 |             dir="/$$dir"; \
 | 
|---|
| 266 |             $(mkinstalldirs) "$(distdir)$$dir"; \
 | 
|---|
| 267 |           else \
 | 
|---|
| 268 |             dir=''; \
 | 
|---|
| 269 |           fi; \
 | 
|---|
| 270 |           if test -d $$d/$$file; then \
 | 
|---|
| 271 |             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 | 
|---|
| 272 |               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 | 
|---|
| 273 |             fi; \
 | 
|---|
| 274 |             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 | 
|---|
| 275 |           else \
 | 
|---|
| 276 |             test -f $(distdir)/$$file \
 | 
|---|
| 277 |             || cp -p $$d/$$file $(distdir)/$$file \
 | 
|---|
| 278 |             || exit 1; \
 | 
|---|
| 279 |           fi; \
 | 
|---|
| 280 |         done
 | 
|---|
| 281 | check-am: all-am
 | 
|---|
| 282 | check: check-am
 | 
|---|
| 283 | all-am: Makefile $(LIBRARIES)
 | 
|---|
| 284 | 
 | 
|---|
| 285 | installdirs:
 | 
|---|
| 286 | 
 | 
|---|
| 287 | install: install-am
 | 
|---|
| 288 | install-exec: install-exec-am
 | 
|---|
| 289 | install-data: install-data-am
 | 
|---|
| 290 | uninstall: uninstall-am
 | 
|---|
| 291 | 
 | 
|---|
| 292 | install-am: all-am
 | 
|---|
| 293 |         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 | 
|---|
| 294 | 
 | 
|---|
| 295 | installcheck: installcheck-am
 | 
|---|
| 296 | install-strip:
 | 
|---|
| 297 |         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 | 
|---|
| 298 |           INSTALL_STRIP_FLAG=-s \
 | 
|---|
| 299 |           `test -z '$(STRIP)' || \
 | 
|---|
| 300 |             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 | 
|---|
| 301 | mostlyclean-generic:
 | 
|---|
| 302 | 
 | 
|---|
| 303 | clean-generic:
 | 
|---|
| 304 | 
 | 
|---|
| 305 | distclean-generic:
 | 
|---|
| 306 |         -rm -f Makefile $(CONFIG_CLEAN_FILES)
 | 
|---|
| 307 | 
 | 
|---|
| 308 | maintainer-clean-generic:
 | 
|---|
| 309 |         @echo "This command is intended for maintainers to use"
 | 
|---|
| 310 |         @echo "it deletes files that may require special tools to rebuild."
 | 
|---|
| 311 |         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 | 
|---|
| 312 | clean: clean-am
 | 
|---|
| 313 | 
 | 
|---|
| 314 | clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 | 
|---|
| 315 | 
 | 
|---|
| 316 | distclean: distclean-am
 | 
|---|
| 317 | 
 | 
|---|
| 318 | distclean-am: clean-am distclean-compile distclean-depend \
 | 
|---|
| 319 |         distclean-generic distclean-tags
 | 
|---|
| 320 | 
 | 
|---|
| 321 | dvi: dvi-am
 | 
|---|
| 322 | 
 | 
|---|
| 323 | dvi-am:
 | 
|---|
| 324 | 
 | 
|---|
| 325 | info: info-am
 | 
|---|
| 326 | 
 | 
|---|
| 327 | info-am:
 | 
|---|
| 328 | 
 | 
|---|
| 329 | install-data-am:
 | 
|---|
| 330 | 
 | 
|---|
| 331 | install-exec-am:
 | 
|---|
| 332 | 
 | 
|---|
| 333 | install-info: install-info-am
 | 
|---|
| 334 | 
 | 
|---|
| 335 | install-man:
 | 
|---|
| 336 | 
 | 
|---|
| 337 | installcheck-am:
 | 
|---|
| 338 | 
 | 
|---|
| 339 | maintainer-clean: maintainer-clean-am
 | 
|---|
| 340 | 
 | 
|---|
| 341 | maintainer-clean-am: distclean-am maintainer-clean-generic
 | 
|---|
| 342 | 
 | 
|---|
| 343 | mostlyclean: mostlyclean-am
 | 
|---|
| 344 | 
 | 
|---|
| 345 | mostlyclean-am: mostlyclean-compile mostlyclean-generic
 | 
|---|
| 346 | 
 | 
|---|
| 347 | uninstall-am: uninstall-info-am
 | 
|---|
| 348 | 
 | 
|---|
| 349 | .PHONY: GTAGS all all-am check check-am clean clean-generic \
 | 
|---|
| 350 |         clean-noinstLIBRARIES distclean distclean-compile \
 | 
|---|
| 351 |         distclean-depend distclean-generic distclean-tags distdir dvi \
 | 
|---|
| 352 |         dvi-am info info-am install install-am install-data \
 | 
|---|
| 353 |         install-data-am install-exec install-exec-am install-info \
 | 
|---|
| 354 |         install-info-am install-man install-strip installcheck \
 | 
|---|
| 355 |         installcheck-am installdirs maintainer-clean \
 | 
|---|
| 356 |         maintainer-clean-generic mostlyclean mostlyclean-compile \
 | 
|---|
| 357 |         mostlyclean-generic tags uninstall uninstall-am \
 | 
|---|
| 358 |         uninstall-info-am
 | 
|---|
| 359 | 
 | 
|---|
| 360 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
 | 
|---|
| 361 | # Otherwise a system limit (for SysV at least) may be exceeded.
 | 
|---|
| 362 | .NOEXPORT:
 | 
|---|