| 1 | # Makefile.in generated automatically by automake 1.4 from Makefile.am |
|---|
| 2 | |
|---|
| 3 | # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
|---|
| 4 | # This Makefile.in is free software; the Free Software Foundation |
|---|
| 5 | # gives unlimited permission to copy and/or distribute it, |
|---|
| 6 | # with or without modifications, as long as this notice is preserved. |
|---|
| 7 | |
|---|
| 8 | # This program is distributed in the hope that it will be useful, |
|---|
| 9 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|---|
| 10 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|---|
| 11 | # PARTICULAR PURPOSE. |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | SHELL = @SHELL@ |
|---|
| 15 | |
|---|
| 16 | srcdir = @srcdir@ |
|---|
| 17 | top_srcdir = @top_srcdir@ |
|---|
| 18 | VPATH = @srcdir@ |
|---|
| 19 | prefix = @prefix@ |
|---|
| 20 | exec_prefix = @exec_prefix@ |
|---|
| 21 | |
|---|
| 22 | bindir = @bindir@ |
|---|
| 23 | sbindir = @sbindir@ |
|---|
| 24 | libexecdir = @libexecdir@ |
|---|
| 25 | datadir = @datadir@ |
|---|
| 26 | sysconfdir = @sysconfdir@ |
|---|
| 27 | sharedstatedir = @sharedstatedir@ |
|---|
| 28 | localstatedir = @localstatedir@ |
|---|
| 29 | libdir = @libdir@ |
|---|
| 30 | infodir = @infodir@ |
|---|
| 31 | mandir = @mandir@ |
|---|
| 32 | includedir = @includedir@ |
|---|
| 33 | oldincludedir = /usr/include |
|---|
| 34 | |
|---|
| 35 | DESTDIR = |
|---|
| 36 | |
|---|
| 37 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 38 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 39 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 40 | |
|---|
| 41 | top_builddir = . |
|---|
| 42 | |
|---|
| 43 | ACLOCAL = @ACLOCAL@ |
|---|
| 44 | AUTOCONF = @AUTOCONF@ |
|---|
| 45 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 46 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 47 | |
|---|
| 48 | INSTALL = @INSTALL@ |
|---|
| 49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
|---|
| 50 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 52 | transform = @program_transform_name@ |
|---|
| 53 | |
|---|
| 54 | NORMAL_INSTALL = : |
|---|
| 55 | PRE_INSTALL = : |
|---|
| 56 | POST_INSTALL = : |
|---|
| 57 | NORMAL_UNINSTALL = : |
|---|
| 58 | PRE_UNINSTALL = : |
|---|
| 59 | POST_UNINSTALL = : |
|---|
| 60 | host_alias = @host_alias@ |
|---|
| 61 | host_triplet = @host@ |
|---|
| 62 | CC = @CC@ |
|---|
| 63 | CFLAGS = @CFLAGS@ |
|---|
| 64 | CPPFLAGS = @CPPFLAGS@ |
|---|
| 65 | CXX = @CXX@ |
|---|
| 66 | LD = @LD@ |
|---|
| 67 | LDFLAGS = @LDFLAGS@ |
|---|
| 68 | LIBTOOL = @LIBTOOL@ |
|---|
| 69 | LN_S = @LN_S@ |
|---|
| 70 | MAINT = @MAINT@ |
|---|
| 71 | MAKEINFO = @MAKEINFO@ |
|---|
| 72 | NM = @NM@ |
|---|
| 73 | PACKAGE = @PACKAGE@ |
|---|
| 74 | RANLIB = @RANLIB@ |
|---|
| 75 | VERSION = @VERSION@ |
|---|
| 76 | |
|---|
| 77 | SUBDIRS = src |
|---|
| 78 | |
|---|
| 79 | EXTRA_DIST = licq-gtk-gui |
|---|
| 80 | |
|---|
| 81 | Applicationsdir = /home/jon/NewCD |
|---|
| 82 | Applications_DATA = licq-gtk-gui |
|---|
| 83 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 84 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|---|
| 85 | CONFIG_HEADER = config.h |
|---|
| 86 | CONFIG_CLEAN_FILES = |
|---|
| 87 | DATA = $(Applications_DATA) |
|---|
| 88 | |
|---|
| 89 | DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \ |
|---|
| 90 | INSTALL Makefile.am Makefile.in NEWS aclocal.m4 config.guess \ |
|---|
| 91 | config.h.in config.sub configure configure.in install-sh ltconfig \ |
|---|
| 92 | ltmain.sh missing mkinstalldirs |
|---|
| 93 | |
|---|
| 94 | |
|---|
| 95 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 96 | |
|---|
| 97 | TAR = tar |
|---|
| 98 | GZIP_ENV = --best |
|---|
| 99 | all: all-redirect |
|---|
| 100 | .SUFFIXES: |
|---|
| 101 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|---|
| 102 | cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile |
|---|
| 103 | |
|---|
| 104 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
|---|
| 105 | cd $(top_builddir) \ |
|---|
| 106 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|---|
| 107 | |
|---|
| 108 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in |
|---|
| 109 | cd $(srcdir) && $(ACLOCAL) |
|---|
| 110 | |
|---|
| 111 | config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 112 | $(SHELL) ./config.status --recheck |
|---|
| 113 | $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
|---|
| 114 | cd $(srcdir) && $(AUTOCONF) |
|---|
| 115 | |
|---|
| 116 | config.h: stamp-h |
|---|
| 117 | @if test ! -f $@; then \ |
|---|
| 118 | rm -f stamp-h; \ |
|---|
| 119 | $(MAKE) stamp-h; \ |
|---|
| 120 | else :; fi |
|---|
| 121 | stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status |
|---|
| 122 | cd $(top_builddir) \ |
|---|
| 123 | && CONFIG_FILES= CONFIG_HEADERS=config.h \ |
|---|
| 124 | $(SHELL) ./config.status |
|---|
| 125 | @echo timestamp > stamp-h 2> /dev/null |
|---|
| 126 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in |
|---|
| 127 | @if test ! -f $@; then \ |
|---|
| 128 | rm -f $(srcdir)/stamp-h.in; \ |
|---|
| 129 | $(MAKE) $(srcdir)/stamp-h.in; \ |
|---|
| 130 | else :; fi |
|---|
| 131 | $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|---|
| 132 | cd $(top_srcdir) && $(AUTOHEADER) |
|---|
| 133 | @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null |
|---|
| 134 | |
|---|
| 135 | mostlyclean-hdr: |
|---|
| 136 | |
|---|
| 137 | clean-hdr: |
|---|
| 138 | |
|---|
| 139 | distclean-hdr: |
|---|
| 140 | -rm -f config.h |
|---|
| 141 | |
|---|
| 142 | maintainer-clean-hdr: |
|---|
| 143 | |
|---|
| 144 | install-ApplicationsDATA: $(Applications_DATA) |
|---|
| 145 | @$(NORMAL_INSTALL) |
|---|
| 146 | $(mkinstalldirs) $(DESTDIR)$(Applicationsdir) |
|---|
| 147 | @list='$(Applications_DATA)'; for p in $$list; do \ |
|---|
| 148 | if test -f $(srcdir)/$$p; then \ |
|---|
| 149 | echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p"; \ |
|---|
| 150 | $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p; \ |
|---|
| 151 | else if test -f $$p; then \ |
|---|
| 152 | echo " $(INSTALL_DATA) $$p $(DESTDIR)$(Applicationsdir)/$$p"; \ |
|---|
| 153 | $(INSTALL_DATA) $$p $(DESTDIR)$(Applicationsdir)/$$p; \ |
|---|
| 154 | fi; fi; \ |
|---|
| 155 | done |
|---|
| 156 | |
|---|
| 157 | uninstall-ApplicationsDATA: |
|---|
| 158 | @$(NORMAL_UNINSTALL) |
|---|
| 159 | list='$(Applications_DATA)'; for p in $$list; do \ |
|---|
| 160 | rm -f $(DESTDIR)$(Applicationsdir)/$$p; \ |
|---|
| 161 | done |
|---|
| 162 | |
|---|
| 163 | # This directory's subdirectories are mostly independent; you can cd |
|---|
| 164 | # into them and run `make' without going through this Makefile. |
|---|
| 165 | # To change the values of `make' variables: instead of editing Makefiles, |
|---|
| 166 | # (1) if the variable is set in `config.status', edit `config.status' |
|---|
| 167 | # (which will cause the Makefiles to be regenerated when you run `make'); |
|---|
| 168 | # (2) otherwise, pass the desired values on the `make' command line. |
|---|
| 169 | |
|---|
| 170 | @SET_MAKE@ |
|---|
| 171 | |
|---|
| 172 | all-recursive install-data-recursive install-exec-recursive \ |
|---|
| 173 | installdirs-recursive install-recursive uninstall-recursive \ |
|---|
| 174 | check-recursive installcheck-recursive info-recursive dvi-recursive: |
|---|
| 175 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
|---|
| 176 | dot_seen=no; \ |
|---|
| 177 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 178 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 179 | echo "Making $$target in $$subdir"; \ |
|---|
| 180 | if test "$$subdir" = "."; then \ |
|---|
| 181 | dot_seen=yes; \ |
|---|
| 182 | local_target="$$target-am"; \ |
|---|
| 183 | else \ |
|---|
| 184 | local_target="$$target"; \ |
|---|
| 185 | fi; \ |
|---|
| 186 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 187 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|---|
| 188 | done; \ |
|---|
| 189 | if test "$$dot_seen" = "no"; then \ |
|---|
| 190 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|---|
| 191 | fi; test -z "$$fail" |
|---|
| 192 | |
|---|
| 193 | mostlyclean-recursive clean-recursive distclean-recursive \ |
|---|
| 194 | maintainer-clean-recursive: |
|---|
| 195 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
|---|
| 196 | dot_seen=no; \ |
|---|
| 197 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 198 | rev="$$subdir $$rev"; \ |
|---|
| 199 | test "$$subdir" = "." && dot_seen=yes; \ |
|---|
| 200 | done; \ |
|---|
| 201 | test "$$dot_seen" = "no" && rev=". $$rev"; \ |
|---|
| 202 | target=`echo $@ | sed s/-recursive//`; \ |
|---|
| 203 | for subdir in $$rev; do \ |
|---|
| 204 | echo "Making $$target in $$subdir"; \ |
|---|
| 205 | if test "$$subdir" = "."; then \ |
|---|
| 206 | local_target="$$target-am"; \ |
|---|
| 207 | else \ |
|---|
| 208 | local_target="$$target"; \ |
|---|
| 209 | fi; \ |
|---|
| 210 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|---|
| 211 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
|---|
| 212 | done && test -z "$$fail" |
|---|
| 213 | tags-recursive: |
|---|
| 214 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 215 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|---|
| 216 | done |
|---|
| 217 | |
|---|
| 218 | tags: TAGS |
|---|
| 219 | |
|---|
| 220 | ID: $(HEADERS) $(SOURCES) $(LISP) |
|---|
| 221 | list='$(SOURCES) $(HEADERS)'; \ |
|---|
| 222 | unique=`for i in $$list; do echo $$i; done | \ |
|---|
| 223 | awk ' { files[$$0] = 1; } \ |
|---|
| 224 | END { for (i in files) print i; }'`; \ |
|---|
| 225 | here=`pwd` && cd $(srcdir) \ |
|---|
| 226 | && mkid -f$$here/ID $$unique $(LISP) |
|---|
| 227 | |
|---|
| 228 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) |
|---|
| 229 | tags=; \ |
|---|
| 230 | here=`pwd`; \ |
|---|
| 231 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
|---|
| 232 | if test "$$subdir" = .; then :; else \ |
|---|
| 233 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
|---|
| 234 | fi; \ |
|---|
| 235 | done; \ |
|---|
| 236 | list='$(SOURCES) $(HEADERS)'; \ |
|---|
| 237 | unique=`for i in $$list; do echo $$i; done | \ |
|---|
| 238 | awk ' { files[$$0] = 1; } \ |
|---|
| 239 | END { for (i in files) print i; }'`; \ |
|---|
| 240 | test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ |
|---|
| 241 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) |
|---|
| 242 | |
|---|
| 243 | mostlyclean-tags: |
|---|
| 244 | |
|---|
| 245 | clean-tags: |
|---|
| 246 | |
|---|
| 247 | distclean-tags: |
|---|
| 248 | -rm -f TAGS ID |
|---|
| 249 | |
|---|
| 250 | maintainer-clean-tags: |
|---|
| 251 | |
|---|
| 252 | distdir = $(PACKAGE)-$(VERSION) |
|---|
| 253 | top_distdir = $(distdir) |
|---|
| 254 | |
|---|
| 255 | # This target untars the dist file and tries a VPATH configuration. Then |
|---|
| 256 | # it guarantees that the distribution is self-contained by making another |
|---|
| 257 | # tarfile. |
|---|
| 258 | distcheck: dist |
|---|
| 259 | -rm -rf $(distdir) |
|---|
| 260 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz |
|---|
| 261 | mkdir $(distdir)/=build |
|---|
| 262 | mkdir $(distdir)/=inst |
|---|
| 263 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ |
|---|
| 264 | cd $(distdir)/=build \ |
|---|
| 265 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ |
|---|
| 266 | && $(MAKE) $(AM_MAKEFLAGS) \ |
|---|
| 267 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
|---|
| 268 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
|---|
| 269 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
|---|
| 270 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
|---|
| 271 | && $(MAKE) $(AM_MAKEFLAGS) dist |
|---|
| 272 | -rm -rf $(distdir) |
|---|
| 273 | @banner="$(distdir).tar.gz is ready for distribution"; \ |
|---|
| 274 | dashes=`echo "$$banner" | sed s/./=/g`; \ |
|---|
| 275 | echo "$$dashes"; \ |
|---|
| 276 | echo "$$banner"; \ |
|---|
| 277 | echo "$$dashes" |
|---|
| 278 | dist: distdir |
|---|
| 279 | -chmod -R a+r $(distdir) |
|---|
| 280 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
|---|
| 281 | -rm -rf $(distdir) |
|---|
| 282 | dist-all: distdir |
|---|
| 283 | -chmod -R a+r $(distdir) |
|---|
| 284 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
|---|
| 285 | -rm -rf $(distdir) |
|---|
| 286 | distdir: $(DISTFILES) |
|---|
| 287 | -rm -rf $(distdir) |
|---|
| 288 | mkdir $(distdir) |
|---|
| 289 | -chmod 777 $(distdir) |
|---|
| 290 | here=`cd $(top_builddir) && pwd`; \ |
|---|
| 291 | top_distdir=`cd $(distdir) && pwd`; \ |
|---|
| 292 | distdir=`cd $(distdir) && pwd`; \ |
|---|
| 293 | cd $(top_srcdir) \ |
|---|
| 294 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile |
|---|
| 295 | @for file in $(DISTFILES); do \ |
|---|
| 296 | d=$(srcdir); \ |
|---|
| 297 | if test -d $$d/$$file; then \ |
|---|
| 298 | cp -pr $$/$$file $(distdir)/$$file; \ |
|---|
| 299 | else \ |
|---|
| 300 | test -f $(distdir)/$$file \ |
|---|
| 301 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|---|
| 302 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
|---|
| 303 | fi; \ |
|---|
| 304 | done |
|---|
| 305 | for subdir in $(SUBDIRS); do \ |
|---|
| 306 | if test "$$subdir" = .; then :; else \ |
|---|
| 307 | test -d $(distdir)/$$subdir \ |
|---|
| 308 | || mkdir $(distdir)/$$subdir \ |
|---|
| 309 | || exit 1; \ |
|---|
| 310 | chmod 777 $(distdir)/$$subdir; \ |
|---|
| 311 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ |
|---|
| 312 | || exit 1; \ |
|---|
| 313 | fi; \ |
|---|
| 314 | done |
|---|
| 315 | info-am: |
|---|
| 316 | info: info-recursive |
|---|
| 317 | dvi-am: |
|---|
| 318 | dvi: dvi-recursive |
|---|
| 319 | check-am: all-am |
|---|
| 320 | check: check-recursive |
|---|
| 321 | installcheck-am: |
|---|
| 322 | installcheck: installcheck-recursive |
|---|
| 323 | all-recursive-am: config.h |
|---|
| 324 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
|---|
| 325 | |
|---|
| 326 | install-exec-am: |
|---|
| 327 | install-exec: install-exec-recursive |
|---|
| 328 | |
|---|
| 329 | install-data-am: install-ApplicationsDATA |
|---|
| 330 | install-data: install-data-recursive |
|---|
| 331 | |
|---|
| 332 | install-am: all-am |
|---|
| 333 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 334 | install: install-recursive |
|---|
| 335 | uninstall-am: uninstall-ApplicationsDATA |
|---|
| 336 | uninstall: uninstall-recursive |
|---|
| 337 | all-am: Makefile $(DATA) config.h |
|---|
| 338 | all-redirect: all-recursive-am |
|---|
| 339 | install-strip: |
|---|
| 340 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
|---|
| 341 | installdirs: installdirs-recursive |
|---|
| 342 | installdirs-am: |
|---|
| 343 | $(mkinstalldirs) $(DESTDIR)$(Applicationsdir) |
|---|
| 344 | |
|---|
| 345 | |
|---|
| 346 | mostlyclean-generic: |
|---|
| 347 | |
|---|
| 348 | clean-generic: |
|---|
| 349 | |
|---|
| 350 | distclean-generic: |
|---|
| 351 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
|---|
| 352 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|---|
| 353 | |
|---|
| 354 | maintainer-clean-generic: |
|---|
| 355 | mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic |
|---|
| 356 | |
|---|
| 357 | mostlyclean: mostlyclean-recursive |
|---|
| 358 | |
|---|
| 359 | clean-am: clean-hdr clean-tags clean-generic mostlyclean-am |
|---|
| 360 | |
|---|
| 361 | clean: clean-recursive |
|---|
| 362 | |
|---|
| 363 | distclean-am: distclean-hdr distclean-tags distclean-generic clean-am |
|---|
| 364 | -rm -f libtool |
|---|
| 365 | |
|---|
| 366 | distclean: distclean-recursive |
|---|
| 367 | -rm -f config.status |
|---|
| 368 | |
|---|
| 369 | maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ |
|---|
| 370 | maintainer-clean-generic distclean-am |
|---|
| 371 | @echo "This command is intended for maintainers to use;" |
|---|
| 372 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 373 | |
|---|
| 374 | maintainer-clean: maintainer-clean-recursive |
|---|
| 375 | -rm -f config.status |
|---|
| 376 | |
|---|
| 377 | .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ |
|---|
| 378 | uninstall-ApplicationsDATA install-ApplicationsDATA \ |
|---|
| 379 | install-data-recursive uninstall-data-recursive install-exec-recursive \ |
|---|
| 380 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
|---|
| 381 | all-recursive check-recursive installcheck-recursive info-recursive \ |
|---|
| 382 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
|---|
| 383 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
|---|
| 384 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
|---|
| 385 | dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ |
|---|
| 386 | install-exec-am install-exec install-data-am install-data install-am \ |
|---|
| 387 | install uninstall-am uninstall all-redirect all-am all installdirs-am \ |
|---|
| 388 | installdirs mostlyclean-generic distclean-generic clean-generic \ |
|---|
| 389 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
|---|
| 390 | |
|---|
| 391 | |
|---|
| 392 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 393 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 394 | .NOEXPORT: |
|---|