Updating the ChangeLog file
[enscript.git] / states / hl / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
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 # Automakefile for the highlighting rules.
19 # Copyright (c) 1998-2003 Markku Rossi
20 #
21 # Author: Markku Rossi <mtr@iki.fi>
22 #
23
24 #
25 # Enscript is free software: you can redistribute it and/or modify
26 # it under the terms of the GNU General Public License as published by
27 # the Free Software Foundation, either version 3 of the License, or
28 # (at your option) any later version.
29 #
30 # Enscript is distributed in the hope that it will be useful,
31 # but WITHOUT ANY WARRANTY; without even the implied warranty of
32 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33 # GNU General Public License for more details.
34 #
35 # You should have received a copy of the GNU General Public License
36 #
37 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
38 #
39
40 VPATH = @srcdir@
41 am__is_gnu_make = { \
42   if test -z '$(MAKELEVEL)'; then \
43     false; \
44   elif test -n '$(MAKE_HOST)'; then \
45     true; \
46   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47     true; \
48   else \
49     false; \
50   fi; \
51 }
52 am__make_running_with_option = \
53   case $${target_option-} in \
54       ?) ;; \
55       *) echo "am__make_running_with_option: internal error: invalid" \
56               "target option '$${target_option-}' specified" >&2; \
57          exit 1;; \
58   esac; \
59   has_opt=no; \
60   sane_makeflags=$$MAKEFLAGS; \
61   if $(am__is_gnu_make); then \
62     sane_makeflags=$$MFLAGS; \
63   else \
64     case $$MAKEFLAGS in \
65       *\\[\ \   ]*) \
66         bs=\\; \
67         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
69     esac; \
70   fi; \
71   skip_next=no; \
72   strip_trailopt () \
73   { \
74     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75   }; \
76   for flg in $$sane_makeflags; do \
77     test $$skip_next = yes && { skip_next=no; continue; }; \
78     case $$flg in \
79       *=*|--*) continue;; \
80         -*I) strip_trailopt 'I'; skip_next=yes;; \
81       -*I?*) strip_trailopt 'I';; \
82         -*O) strip_trailopt 'O'; skip_next=yes;; \
83       -*O?*) strip_trailopt 'O';; \
84         -*l) strip_trailopt 'l'; skip_next=yes;; \
85       -*l?*) strip_trailopt 'l';; \
86       -[dEDm]) skip_next=yes;; \
87       -[JT]) skip_next=yes;; \
88     esac; \
89     case $$flg in \
90       *$$target_option*) has_opt=yes; break;; \
91     esac; \
92   done; \
93   test $$has_opt = yes
94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96 pkgdatadir = $(datadir)/@PACKAGE@
97 pkgincludedir = $(includedir)/@PACKAGE@
98 pkglibdir = $(libdir)/@PACKAGE@
99 pkglibexecdir = $(libexecdir)/@PACKAGE@
100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101 install_sh_DATA = $(install_sh) -c -m 644
102 install_sh_PROGRAM = $(install_sh) -c
103 install_sh_SCRIPT = $(install_sh) -c
104 INSTALL_HEADER = $(INSTALL_DATA)
105 transform = $(program_transform_name)
106 NORMAL_INSTALL = :
107 PRE_INSTALL = :
108 POST_INSTALL = :
109 NORMAL_UNINSTALL = :
110 PRE_UNINSTALL = :
111 POST_UNINSTALL = :
112 build_triplet = @build@
113 host_triplet = @host@
114 subdir = states/hl
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
117         $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
118         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
119         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
120         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
121         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123         $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(dist_hl_DATA) $(am__DIST_COMMON)
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = $(top_builddir)/config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 AM_V_P = $(am__v_P_@AM_V@)
130 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131 am__v_P_0 = false
132 am__v_P_1 = :
133 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135 am__v_GEN_0 = @echo "  GEN     " $@;
136 am__v_GEN_1 = 
137 AM_V_at = $(am__v_at_@AM_V@)
138 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 am__v_at_0 = @
140 am__v_at_1 = 
141 SOURCES =
142 DIST_SOURCES =
143 am__can_run_installinfo = \
144   case $$AM_UPDATE_INFO_DIR in \
145     n|no|NO) false;; \
146     *) (install-info --version) >/dev/null 2>&1;; \
147   esac
148 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
149 am__vpath_adj = case $$p in \
150     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
151     *) f=$$p;; \
152   esac;
153 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
154 am__install_max = 40
155 am__nobase_strip_setup = \
156   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
157 am__nobase_strip = \
158   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
159 am__nobase_list = $(am__nobase_strip_setup); \
160   for p in $$list; do echo "$$p $$p"; done | \
161   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
162   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
163     if (++n[$$2] == $(am__install_max)) \
164       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
165     END { for (dir in files) print dir, files[dir] }'
166 am__base_list = \
167   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
168   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
169 am__uninstall_files_from_dir = { \
170   test -z "$$files" \
171     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
172     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
173          $(am__cd) "$$dir" && rm -f $$files; }; \
174   }
175 am__installdirs = "$(DESTDIR)$(hldir)"
176 DATA = $(dist_hl_DATA)
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 ACLOCAL = @ACLOCAL@
181 ALLOCA = @ALLOCA@
182 AMTAR = @AMTAR@
183 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
184 AUTOCONF = @AUTOCONF@
185 AUTOHEADER = @AUTOHEADER@
186 AUTOMAKE = @AUTOMAKE@
187 AWK = @AWK@
188 CC = @CC@
189 CCDEPMODE = @CCDEPMODE@
190 CFLAGS = @CFLAGS@
191 CPP = @CPP@
192 CPPFLAGS = @CPPFLAGS@
193 CSCOPE = @CSCOPE@
194 CTAGS = @CTAGS@
195 CYGPATH_W = @CYGPATH_W@
196 DEFS = @DEFS@
197 DEPDIR = @DEPDIR@
198 ECHO_C = @ECHO_C@
199 ECHO_N = @ECHO_N@
200 ECHO_T = @ECHO_T@
201 EGREP = @EGREP@
202 ENCODING = @ENCODING@
203 ETAGS = @ETAGS@
204 EXEEXT = @EXEEXT@
205 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
206 GMSGFMT = @GMSGFMT@
207 GMSGFMT_015 = @GMSGFMT_015@
208 GREP = @GREP@
209 INSTALL = @INSTALL@
210 INSTALL_DATA = @INSTALL_DATA@
211 INSTALL_PROGRAM = @INSTALL_PROGRAM@
212 INSTALL_SCRIPT = @INSTALL_SCRIPT@
213 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214 INTLLIBS = @INTLLIBS@
215 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
216 LDFLAGS = @LDFLAGS@
217 LEX = @LEX@
218 LEXLIB = @LEXLIB@
219 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
220 LIBICONV = @LIBICONV@
221 LIBINTL = @LIBINTL@
222 LIBOBJS = @LIBOBJS@
223 LIBS = @LIBS@
224 LTLIBICONV = @LTLIBICONV@
225 LTLIBINTL = @LTLIBINTL@
226 LTLIBOBJS = @LTLIBOBJS@
227 MAKEINFO = @MAKEINFO@
228 MEDIA = @MEDIA@
229 MKDIR_P = @MKDIR_P@
230 MSGFMT = @MSGFMT@
231 MSGMERGE = @MSGMERGE@
232 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
233 OBJEXT = @OBJEXT@
234 PACKAGE = @PACKAGE@
235 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
236 PACKAGE_NAME = @PACKAGE_NAME@
237 PACKAGE_STRING = @PACKAGE_STRING@
238 PACKAGE_TARNAME = @PACKAGE_TARNAME@
239 PACKAGE_URL = @PACKAGE_URL@
240 PACKAGE_VERSION = @PACKAGE_VERSION@
241 PATH_SEPARATOR = @PATH_SEPARATOR@
242 PERL = @PERL@
243 POSUB = @POSUB@
244 PSLEVEL = @PSLEVEL@
245 RANLIB = @RANLIB@
246 SED = @SED@
247 SET_MAKE = @SET_MAKE@
248 SHELL = @SHELL@
249 SPOOLER = @SPOOLER@
250 STRIP = @STRIP@
251 USE_NLS = @USE_NLS@
252 VERSION = @VERSION@
253 XGETTEXT = @XGETTEXT@
254 XGETTEXT_015 = @XGETTEXT_015@
255 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
256 YACC = @YACC@
257 YFLAGS = @YFLAGS@
258 abs_builddir = @abs_builddir@
259 abs_srcdir = @abs_srcdir@
260 abs_top_builddir = @abs_top_builddir@
261 abs_top_srcdir = @abs_top_srcdir@
262 ac_ct_CC = @ac_ct_CC@
263 am__include = @am__include@
264 am__leading_dot = @am__leading_dot@
265 am__quote = @am__quote@
266 am__tar = @am__tar@
267 am__untar = @am__untar@
268 bindir = @bindir@
269 build = @build@
270 build_alias = @build_alias@
271 build_cpu = @build_cpu@
272 build_os = @build_os@
273 build_vendor = @build_vendor@
274 builddir = @builddir@
275 datadir = @datadir@
276 datarootdir = @datarootdir@
277 docdir = @docdir@
278 dvidir = @dvidir@
279 exec_prefix = @exec_prefix@
280 host = @host@
281 host_alias = @host_alias@
282 host_cpu = @host_cpu@
283 host_os = @host_os@
284 host_vendor = @host_vendor@
285 htmldir = @htmldir@
286 includedir = @includedir@
287 infodir = @infodir@
288 install_sh = @install_sh@
289 libdir = @libdir@
290 libexecdir = @libexecdir@
291 localedir = @localedir@
292 localstatedir = @localstatedir@
293 mandir = @mandir@
294 mkdir_p = @mkdir_p@
295 oldincludedir = @oldincludedir@
296 pdfdir = @pdfdir@
297 prefix = @prefix@
298 program_transform_name = @program_transform_name@
299 psdir = @psdir@
300 runstatedir = @runstatedir@
301 sbindir = @sbindir@
302 sharedstatedir = @sharedstatedir@
303 srcdir = @srcdir@
304 sysconfdir = @sysconfdir@
305 target_alias = @target_alias@
306 top_build_prefix = @top_build_prefix@
307 top_builddir = @top_builddir@
308 top_srcdir = @top_srcdir@
309 misc = enscript.st describe_languages.st default_faces.st
310 styles = style_emacs.st style_emacs_verbose.st style_ifh.st     \
311 style_a2ps.st style_msvc.st
312
313 languages = lang_ansi.st lang_enscript.st lang_html.st  \
314 lang_overstrike.st lang_rtf.st lang_texinfo.st
315
316 highlightings = ada.st asm.st awk.st bash.st c.st c_comment.st          \
317 c_ppline.st c_string.st changelog.st cpp.st csh.st delphi.st diff.st    \
318 diffs.st diffu.st elisp.st fortran.st fortran_pp.st f90.st haskell.st html.st   \
319 idl.st inf.st java.st javascript.st ksh.st m4.st mail.st makefile.st    \
320 matlab.st nroff.st objc.st outline.st pascal.st passthrough.st perl.st  \
321 postscript.st python.st pyrex.st rfc.st scheme.st sh.st skill.st        \
322 sql.st states.st synopsys.st tcl.st tcsh.st tex.st vba.st verilog.st    \
323 vhdl.st vrml.st wmlscript.st zsh.st
324
325 hldir = $(pkgdatadir)/hl
326 dist_hl_DATA = $(misc) $(styles) $(languages) $(highlightings)
327 EXTRA_DIST = ChangeLog.old
328 all: all-am
329
330 .SUFFIXES:
331 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
332         @for dep in $?; do \
333           case '$(am__configure_deps)' in \
334             *$$dep*) \
335               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
336                 && { if test -f $@; then exit 0; else break; fi; }; \
337               exit 1;; \
338           esac; \
339         done; \
340         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu states/hl/Makefile'; \
341         $(am__cd) $(top_srcdir) && \
342           $(AUTOMAKE) --gnu states/hl/Makefile
343 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344         @case '$?' in \
345           *config.status*) \
346             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
347           *) \
348             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
349             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
350         esac;
351
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
355 $(top_srcdir)/configure:  $(am__configure_deps)
356         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
358         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359 $(am__aclocal_m4_deps):
360 install-dist_hlDATA: $(dist_hl_DATA)
361         @$(NORMAL_INSTALL)
362         @list='$(dist_hl_DATA)'; test -n "$(hldir)" || list=; \
363         if test -n "$$list"; then \
364           echo " $(MKDIR_P) '$(DESTDIR)$(hldir)'"; \
365           $(MKDIR_P) "$(DESTDIR)$(hldir)" || exit 1; \
366         fi; \
367         for p in $$list; do \
368           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
369           echo "$$d$$p"; \
370         done | $(am__base_list) | \
371         while read files; do \
372           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(hldir)'"; \
373           $(INSTALL_DATA) $$files "$(DESTDIR)$(hldir)" || exit $$?; \
374         done
375
376 uninstall-dist_hlDATA:
377         @$(NORMAL_UNINSTALL)
378         @list='$(dist_hl_DATA)'; test -n "$(hldir)" || list=; \
379         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
380         dir='$(DESTDIR)$(hldir)'; $(am__uninstall_files_from_dir)
381 tags TAGS:
382
383 ctags CTAGS:
384
385 cscope cscopelist:
386
387 distdir: $(BUILT_SOURCES)
388         $(MAKE) $(AM_MAKEFLAGS) distdir-am
389
390 distdir-am: $(DISTFILES)
391         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393         list='$(DISTFILES)'; \
394           dist_files=`for file in $$list; do echo $$file; done | \
395           sed -e "s|^$$srcdirstrip/||;t" \
396               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
397         case $$dist_files in \
398           */*) $(MKDIR_P) `echo "$$dist_files" | \
399                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
400                            sort -u` ;; \
401         esac; \
402         for file in $$dist_files; do \
403           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
404           if test -d $$d/$$file; then \
405             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
406             if test -d "$(distdir)/$$file"; then \
407               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408             fi; \
409             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
411               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412             fi; \
413             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
414           else \
415             test -f "$(distdir)/$$file" \
416             || cp -p $$d/$$file "$(distdir)/$$file" \
417             || exit 1; \
418           fi; \
419         done
420 check-am: all-am
421 check: check-am
422 all-am: Makefile $(DATA)
423 installdirs:
424         for dir in "$(DESTDIR)$(hldir)"; do \
425           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
426         done
427 install: install-am
428 install-exec: install-exec-am
429 install-data: install-data-am
430 uninstall: uninstall-am
431
432 install-am: all-am
433         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435 installcheck: installcheck-am
436 install-strip:
437         if test -z '$(STRIP)'; then \
438           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440               install; \
441         else \
442           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
444             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
445         fi
446 mostlyclean-generic:
447
448 clean-generic:
449
450 distclean-generic:
451         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
452         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
453
454 maintainer-clean-generic:
455         @echo "This command is intended for maintainers to use"
456         @echo "it deletes files that may require special tools to rebuild."
457 clean: clean-am
458
459 clean-am: clean-generic mostlyclean-am
460
461 distclean: distclean-am
462         -rm -f Makefile
463 distclean-am: clean-am distclean-generic
464
465 dvi: dvi-am
466
467 dvi-am:
468
469 html: html-am
470
471 html-am:
472
473 info: info-am
474
475 info-am:
476
477 install-data-am: install-dist_hlDATA
478
479 install-dvi: install-dvi-am
480
481 install-dvi-am:
482
483 install-exec-am:
484
485 install-html: install-html-am
486
487 install-html-am:
488
489 install-info: install-info-am
490
491 install-info-am:
492
493 install-man:
494
495 install-pdf: install-pdf-am
496
497 install-pdf-am:
498
499 install-ps: install-ps-am
500
501 install-ps-am:
502
503 installcheck-am:
504
505 maintainer-clean: maintainer-clean-am
506         -rm -f Makefile
507 maintainer-clean-am: distclean-am maintainer-clean-generic
508
509 mostlyclean: mostlyclean-am
510
511 mostlyclean-am: mostlyclean-generic
512
513 pdf: pdf-am
514
515 pdf-am:
516
517 ps: ps-am
518
519 ps-am:
520
521 uninstall-am: uninstall-dist_hlDATA
522
523 .MAKE: install-am install-strip
524
525 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
526         ctags-am distclean distclean-generic distdir dvi dvi-am html \
527         html-am info info-am install install-am install-data \
528         install-data-am install-dist_hlDATA install-dvi install-dvi-am \
529         install-exec install-exec-am install-html install-html-am \
530         install-info install-info-am install-man install-pdf \
531         install-pdf-am install-ps install-ps-am install-strip \
532         installcheck installcheck-am installdirs maintainer-clean \
533         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
534         pdf-am ps ps-am tags-am uninstall uninstall-am \
535         uninstall-dist_hlDATA
536
537 .PRECIOUS: Makefile
538
539
540 # Tell versions [3.59,3.63) of GNU make to not export all variables.
541 # Otherwise a system limit (for SysV at least) may be exceeded.
542 .NOEXPORT: