[18624] | 1 | # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
---|
[18285] | 2 | |
---|
| 3 | # Copyright (C) 1994, 1995-8, 1999, 2001 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 | AS = @AS@ |
---|
| 63 | CC = @CC@ |
---|
| 64 | DLLTOOL = @DLLTOOL@ |
---|
| 65 | ECHO = @ECHO@ |
---|
| 66 | EXEEXT = @EXEEXT@ |
---|
| 67 | GTK_CFLAGS = @GTK_CFLAGS@ |
---|
| 68 | GTK_LIBS = @GTK_LIBS@ |
---|
| 69 | GTK_VERSION = @GTK_VERSION@ |
---|
| 70 | LIBTOOL = @LIBTOOL@ |
---|
| 71 | LN_S = @LN_S@ |
---|
| 72 | MAINT = @MAINT@ |
---|
| 73 | MAKEINFO = @MAKEINFO@ |
---|
| 74 | OBJDUMP = @OBJDUMP@ |
---|
| 75 | OBJEXT = @OBJEXT@ |
---|
| 76 | PACKAGE = @PACKAGE@ |
---|
| 77 | PKG_CONFIG = @PKG_CONFIG@ |
---|
| 78 | RANLIB = @RANLIB@ |
---|
| 79 | STRIP = @STRIP@ |
---|
| 80 | VERSION = @VERSION@ |
---|
| 81 | |
---|
| 82 | SUBDIRS = Theme |
---|
| 83 | INCLUDES = $(GTK_CFLAGS) |
---|
| 84 | |
---|
| 85 | enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines |
---|
| 86 | |
---|
| 87 | # replace the "redmond95" prefix with whatever you're using |
---|
| 88 | engine_LTLIBRARIES = libredmond95.la |
---|
| 89 | |
---|
| 90 | libredmond95_la_SOURCES = \ |
---|
| 91 | redmond_rc_style.c \ |
---|
| 92 | redmond_rc_style.h \ |
---|
| 93 | redmond_style.c \ |
---|
| 94 | redmond_style.h \ |
---|
| 95 | redmond_theme_main.c |
---|
| 96 | |
---|
| 97 | |
---|
| 98 | libredmond95_la_LDFLAGS = -module -avoid-version |
---|
| 99 | libredmond95_la_LIBADD = # $(GTK_LIBS) |
---|
| 100 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
| 101 | CONFIG_CLEAN_FILES = |
---|
| 102 | LTLIBRARIES = $(engine_LTLIBRARIES) |
---|
| 103 | |
---|
| 104 | |
---|
| 105 | DEFS = @DEFS@ -I. -I$(srcdir) |
---|
| 106 | CPPFLAGS = @CPPFLAGS@ |
---|
| 107 | LDFLAGS = @LDFLAGS@ |
---|
| 108 | LIBS = @LIBS@ |
---|
| 109 | libredmond95_la_DEPENDENCIES = |
---|
| 110 | libredmond95_la_OBJECTS = redmond_rc_style.lo redmond_style.lo \ |
---|
| 111 | redmond_theme_main.lo |
---|
| 112 | CFLAGS = @CFLAGS@ |
---|
| 113 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
| 114 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
| 115 | CCLD = $(CC) |
---|
| 116 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
---|
| 117 | DIST_COMMON = AUTHORS ChangeLog Makefile.am Makefile.in |
---|
| 118 | |
---|
| 119 | |
---|
| 120 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 121 | |
---|
| 122 | TAR = gtar |
---|
| 123 | GZIP_ENV = --best |
---|
| 124 | SOURCES = $(libredmond95_la_SOURCES) |
---|
| 125 | OBJECTS = $(libredmond95_la_OBJECTS) |
---|
| 126 | |
---|
| 127 | all: all-redirect |
---|
| 128 | .SUFFIXES: |
---|
| 129 | .SUFFIXES: .S .c .lo .o .obj .s |
---|
| 130 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
| 131 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps redmond95/Makefile |
---|
| 132 | |
---|
| 133 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 134 | cd $(top_builddir) \ |
---|
| 135 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
| 136 | |
---|
| 137 | |
---|
| 138 | mostlyclean-engineLTLIBRARIES: |
---|
| 139 | |
---|
| 140 | clean-engineLTLIBRARIES: |
---|
| 141 | -test -z "$(engine_LTLIBRARIES)" || rm -f $(engine_LTLIBRARIES) |
---|
| 142 | |
---|
| 143 | distclean-engineLTLIBRARIES: |
---|
| 144 | |
---|
| 145 | maintainer-clean-engineLTLIBRARIES: |
---|
| 146 | |
---|
| 147 | install-engineLTLIBRARIES: $(engine_LTLIBRARIES) |
---|
| 148 | @$(NORMAL_INSTALL) |
---|
| 149 | $(mkinstalldirs) $(DESTDIR)$(enginedir) |
---|
| 150 | @list='$(engine_LTLIBRARIES)'; for p in $$list; do \ |
---|
| 151 | if test -f $$p; then \ |
---|
| 152 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(enginedir)/$$p"; \ |
---|
| 153 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(enginedir)/$$p; \ |
---|
| 154 | else :; fi; \ |
---|
| 155 | done |
---|
| 156 | |
---|
| 157 | uninstall-engineLTLIBRARIES: |
---|
| 158 | @$(NORMAL_UNINSTALL) |
---|
| 159 | list='$(engine_LTLIBRARIES)'; for p in $$list; do \ |
---|
| 160 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(enginedir)/$$p; \ |
---|
| 161 | done |
---|
| 162 | |
---|
| 163 | .c.o: |
---|
| 164 | $(COMPILE) -c $< |
---|
| 165 | |
---|
| 166 | # FIXME: We should only use cygpath when building on Windows, |
---|
| 167 | # and only if it is available. |
---|
| 168 | .c.obj: |
---|
| 169 | $(COMPILE) -c `cygpath -w $<` |
---|
| 170 | |
---|
| 171 | .s.o: |
---|
| 172 | $(COMPILE) -c $< |
---|
| 173 | |
---|
| 174 | .S.o: |
---|
| 175 | $(COMPILE) -c $< |
---|
| 176 | |
---|
| 177 | mostlyclean-compile: |
---|
| 178 | -rm -f *.o core *.core |
---|
| 179 | -rm -f *.$(OBJEXT) |
---|
| 180 | |
---|
| 181 | clean-compile: |
---|
| 182 | |
---|
| 183 | distclean-compile: |
---|
| 184 | -rm -f *.tab.c |
---|
| 185 | |
---|
| 186 | maintainer-clean-compile: |
---|
| 187 | |
---|
| 188 | .c.lo: |
---|
| 189 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
| 190 | |
---|
| 191 | .s.lo: |
---|
| 192 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
| 193 | |
---|
| 194 | .S.lo: |
---|
| 195 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
| 196 | |
---|
| 197 | mostlyclean-libtool: |
---|
| 198 | -rm -f *.lo |
---|
| 199 | |
---|
| 200 | clean-libtool: |
---|
| 201 | -rm -rf .libs _libs |
---|
| 202 | |
---|
| 203 | distclean-libtool: |
---|
| 204 | |
---|
| 205 | maintainer-clean-libtool: |
---|
| 206 | |
---|
| 207 | libredmond95.la: $(libredmond95_la_OBJECTS) $(libredmond95_la_DEPENDENCIES) |
---|
| 208 | $(LINK) -rpath $(enginedir) $(libredmond95_la_LDFLAGS) $(libredmond95_la_OBJECTS) $(libredmond95_la_LIBADD) $(LIBS) |
---|
| 209 | |
---|
| 210 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 211 | # into them and run `make' without going through this Makefile. |
---|
| 212 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 213 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 214 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 215 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 216 | |
---|
| 217 | @SET_MAKE@ |
---|
| 218 | |
---|
| 219 | all-recursive install-data-recursive install-exec-recursive \ |
---|
| 220 | installdirs-recursive install-recursive uninstall-recursive \ |
---|
| 221 | check-recursive installcheck-recursive info-recursive dvi-recursive: |
---|
| 222 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
| 223 | dot_seen=no; \ |
---|
| 224 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 225 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 226 | echo "Making $$target in $$subdir"; \ |
---|
| 227 | if test "$$subdir" = "."; then \ |
---|
| 228 | dot_seen=yes; \ |
---|
| 229 | local_target="$$target-am"; \ |
---|
| 230 | else \ |
---|
| 231 | local_target="$$target"; \ |
---|
| 232 | fi; \ |
---|
| 233 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 234 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 235 | done; \ |
---|
| 236 | if test "$$dot_seen" = "no"; then \ |
---|
| 237 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 238 | fi; test -z "$$fail" |
---|
| 239 | |
---|
| 240 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 241 | maintainer-clean-recursive: |
---|
| 242 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
| 243 | dot_seen=no; \ |
---|
| 244 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 245 | rev="$$subdir $$rev"; \ |
---|
| 246 | test "$$subdir" != "." || dot_seen=yes; \ |
---|
| 247 | done; \ |
---|
| 248 | test "$$dot_seen" = "no" && rev=". $$rev"; \ |
---|
| 249 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 250 | for subdir in $$rev; do \ |
---|
| 251 | echo "Making $$target in $$subdir"; \ |
---|
| 252 | if test "$$subdir" = "."; then \ |
---|
| 253 | local_target="$$target-am"; \ |
---|
| 254 | else \ |
---|
| 255 | local_target="$$target"; \ |
---|
| 256 | fi; \ |
---|
| 257 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 258 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 259 | done && test -z "$$fail" |
---|
| 260 | tags-recursive: |
---|
| 261 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 262 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 263 | done |
---|
| 264 | |
---|
| 265 | tags: TAGS |
---|
| 266 | |
---|
| 267 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
| 268 | list='$(SOURCES) $(HEADERS)'; \ |
---|
| 269 | unique=`for i in $$list; do echo $$i; done | \ |
---|
| 270 | awk ' { files[$$0] = 1; } \ |
---|
| 271 | END { for (i in files) print i; }'`; \ |
---|
| 272 | here=`pwd` && cd $(srcdir) \ |
---|
| 273 | && mkid -f$$here/ID $$unique $(LISP) |
---|
| 274 | |
---|
| 275 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
---|
| 276 | tags=; \ |
---|
| 277 | here=`pwd`; \ |
---|
| 278 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 279 | if test "$$subdir" = .; then :; else \ |
---|
| 280 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
---|
| 281 | fi; \ |
---|
| 282 | done; \ |
---|
| 283 | list='$(SOURCES) $(HEADERS)'; \ |
---|
| 284 | unique=`for i in $$list; do echo $$i; done | \ |
---|
| 285 | awk ' { files[$$0] = 1; } \ |
---|
| 286 | END { for (i in files) print i; }'`; \ |
---|
| 287 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
---|
| 288 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
---|
| 289 | |
---|
| 290 | mostlyclean-tags: |
---|
| 291 | |
---|
| 292 | clean-tags: |
---|
| 293 | |
---|
| 294 | distclean-tags: |
---|
| 295 | -rm -f TAGS ID |
---|
| 296 | |
---|
| 297 | maintainer-clean-tags: |
---|
| 298 | |
---|
| 299 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
| 300 | |
---|
| 301 | subdir = redmond95 |
---|
| 302 | |
---|
| 303 | distdir: $(DISTFILES) |
---|
| 304 | @for file in $(DISTFILES); do \ |
---|
| 305 | d=$(srcdir); \ |
---|
| 306 | if test -d $$d/$$file; then \ |
---|
| 307 | cp -pr $$d/$$file $(distdir)/$$file; \ |
---|
| 308 | else \ |
---|
| 309 | test -f $(distdir)/$$file \ |
---|
| 310 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
| 311 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
---|
| 312 | fi; \ |
---|
| 313 | done |
---|
| 314 | for subdir in $(SUBDIRS); do \ |
---|
| 315 | if test "$$subdir" = .; then :; else \ |
---|
| 316 | test -d $(distdir)/$$subdir \ |
---|
| 317 | || mkdir $(distdir)/$$subdir \ |
---|
| 318 | || exit 1; \ |
---|
| 319 | chmod 777 $(distdir)/$$subdir; \ |
---|
| 320 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
---|
| 321 | || exit 1; \ |
---|
| 322 | fi; \ |
---|
| 323 | done |
---|
| 324 | redmond_rc_style.lo redmond_rc_style.o : redmond_rc_style.c \ |
---|
| 325 | redmond_style.h redmond_rc_style.h |
---|
| 326 | redmond_style.lo redmond_style.o : redmond_style.c redmond_style.h |
---|
[18624] | 327 | redmond_theme_main.lo redmond_theme_main.o : redmond_theme_main.c \ |
---|
| 328 | redmond_style.h redmond_rc_style.h |
---|
[18285] | 329 | |
---|
| 330 | info-am: |
---|
| 331 | info: info-recursive |
---|
| 332 | dvi-am: |
---|
| 333 | dvi: dvi-recursive |
---|
| 334 | check-am: all-am |
---|
| 335 | check: check-recursive |
---|
| 336 | installcheck-am: |
---|
| 337 | installcheck: installcheck-recursive |
---|
| 338 | install-exec-am: |
---|
| 339 | install-exec: install-exec-recursive |
---|
| 340 | |
---|
| 341 | install-data-am: install-engineLTLIBRARIES |
---|
| 342 | install-data: install-data-recursive |
---|
| 343 | |
---|
| 344 | install-am: all-am |
---|
| 345 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 346 | install: install-recursive |
---|
| 347 | uninstall-am: uninstall-engineLTLIBRARIES |
---|
| 348 | uninstall: uninstall-recursive |
---|
| 349 | all-am: Makefile $(LTLIBRARIES) |
---|
| 350 | all-redirect: all-recursive |
---|
| 351 | install-strip: |
---|
| 352 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
---|
| 353 | installdirs: installdirs-recursive |
---|
| 354 | installdirs-am: |
---|
| 355 | $(mkinstalldirs) $(DESTDIR)$(enginedir) |
---|
| 356 | |
---|
| 357 | |
---|
| 358 | mostlyclean-generic: |
---|
| 359 | |
---|
| 360 | clean-generic: |
---|
| 361 | |
---|
| 362 | distclean-generic: |
---|
| 363 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
| 364 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
| 365 | |
---|
| 366 | maintainer-clean-generic: |
---|
| 367 | mostlyclean-am: mostlyclean-engineLTLIBRARIES mostlyclean-compile \ |
---|
| 368 | mostlyclean-libtool mostlyclean-tags \ |
---|
| 369 | mostlyclean-generic |
---|
| 370 | |
---|
| 371 | mostlyclean: mostlyclean-recursive |
---|
| 372 | |
---|
| 373 | clean-am: clean-engineLTLIBRARIES clean-compile clean-libtool \ |
---|
| 374 | clean-tags clean-generic mostlyclean-am |
---|
| 375 | |
---|
| 376 | clean: clean-recursive |
---|
| 377 | |
---|
| 378 | distclean-am: distclean-engineLTLIBRARIES distclean-compile \ |
---|
| 379 | distclean-libtool distclean-tags distclean-generic \ |
---|
| 380 | clean-am |
---|
| 381 | -rm -f libtool |
---|
| 382 | |
---|
| 383 | distclean: distclean-recursive |
---|
| 384 | |
---|
| 385 | maintainer-clean-am: maintainer-clean-engineLTLIBRARIES \ |
---|
| 386 | maintainer-clean-compile maintainer-clean-libtool \ |
---|
| 387 | maintainer-clean-tags maintainer-clean-generic \ |
---|
| 388 | distclean-am |
---|
| 389 | @echo "This command is intended for maintainers to use;" |
---|
| 390 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 391 | |
---|
| 392 | maintainer-clean: maintainer-clean-recursive |
---|
| 393 | |
---|
| 394 | .PHONY: mostlyclean-engineLTLIBRARIES distclean-engineLTLIBRARIES \ |
---|
| 395 | clean-engineLTLIBRARIES maintainer-clean-engineLTLIBRARIES \ |
---|
| 396 | uninstall-engineLTLIBRARIES install-engineLTLIBRARIES \ |
---|
| 397 | mostlyclean-compile distclean-compile clean-compile \ |
---|
| 398 | maintainer-clean-compile mostlyclean-libtool distclean-libtool \ |
---|
| 399 | clean-libtool maintainer-clean-libtool install-data-recursive \ |
---|
| 400 | uninstall-data-recursive install-exec-recursive \ |
---|
| 401 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
---|
| 402 | all-recursive check-recursive installcheck-recursive info-recursive \ |
---|
| 403 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
---|
| 404 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
---|
| 405 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
---|
| 406 | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
---|
| 407 | install-exec install-data-am install-data install-am install \ |
---|
| 408 | uninstall-am uninstall all-redirect all-am all installdirs-am \ |
---|
| 409 | installdirs mostlyclean-generic distclean-generic clean-generic \ |
---|
| 410 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
---|
| 411 | |
---|
| 412 | |
---|
| 413 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 414 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 415 | .NOEXPORT: |
---|