1 rizwank 1.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 # Automakefile for the highlighting rules.
15 # Copyright (c) 1998-2001 Markku Rossi
16 #
17 # Author: Markku Rossi <mtr@iki.fi>
18 #
19
20 #
21 # This program is free software; you can redistribute it and/or modify
22 rizwank 1.1 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 2, or (at your option)
24 # any later version.
25 #
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 # GNU General Public License for more details.
30 #
31 # You should have received a copy of the GNU General Public License
32 #
33 # along with this program; see the file COPYING. If not, write to
34 # the Free Software Foundation, 59 Temple Place - Suite 330,
35 # Boston, MA 02111-1307, USA.
36 #
37
38
39 SHELL = @SHELL@
40
41 srcdir = @srcdir@
42 top_srcdir = @top_srcdir@
43 rizwank 1.1 VPATH = @srcdir@
44 prefix = @prefix@
45 exec_prefix = @exec_prefix@
46
47 bindir = @bindir@
48 sbindir = @sbindir@
49 libexecdir = @libexecdir@
50 datadir = @datadir@
51 sysconfdir = @sysconfdir@
52 sharedstatedir = @sharedstatedir@
53 localstatedir = @localstatedir@
54 libdir = @libdir@
55 infodir = @infodir@
56 mandir = @mandir@
57 includedir = @includedir@
58 oldincludedir = /usr/include
59
60 DESTDIR =
61
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkglibdir = $(libdir)/@PACKAGE@
64 rizwank 1.1 pkgincludedir = $(includedir)/@PACKAGE@
65
66 top_builddir = ../..
67
68 ACLOCAL = @ACLOCAL@
69 AUTOCONF = @AUTOCONF@
70 AUTOMAKE = @AUTOMAKE@
71 AUTOHEADER = @AUTOHEADER@
72
73 INSTALL = @INSTALL@
74 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
75 INSTALL_DATA = @INSTALL_DATA@
76 INSTALL_SCRIPT = @INSTALL_SCRIPT@
77 transform = @program_transform_name@
78
79 NORMAL_INSTALL = :
80 PRE_INSTALL = :
81 POST_INSTALL = :
82 NORMAL_UNINSTALL = :
83 PRE_UNINSTALL = :
84 POST_UNINSTALL = :
85 rizwank 1.1 CATALOGS = @CATALOGS@
86 CATOBJEXT = @CATOBJEXT@
87 CC = @CC@
88 CFLAGS = @CFLAGS@
89 CPP = @CPP@
90 DATADIRNAME = @DATADIRNAME@
91 GENCAT = @GENCAT@
92 GMOFILES = @GMOFILES@
93 GMSGFMT = @GMSGFMT@
94 GT_NO = @GT_NO@
95 GT_YES = @GT_YES@
96 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
97 INSTOBJEXT = @INSTOBJEXT@
98 INTLDEPS = @INTLDEPS@
99 INTLLIBS = @INTLLIBS@
100 INTLOBJS = @INTLOBJS@
101 LDFLAGS = @LDFLAGS@
102 LEX = @LEX@
103 LIBOBJS = @LIBOBJS@
104 MAKEINFO = @MAKEINFO@
105 MEDIA = @MEDIA@
106 rizwank 1.1 MKINSTALLDIRS = @MKINSTALLDIRS@
107 MSGFMT = @MSGFMT@
108 PACKAGE = @PACKAGE@
109 PERL = @PERL@
110 POFILES = @POFILES@
111 POSUB = @POSUB@
112 PSLEVEL = @PSLEVEL@
113 QUEUEPARAM = @QUEUEPARAM@
114 RANLIB = @RANLIB@
115 SPOOLER = @SPOOLER@
116 U = @U@
117 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
118 USE_NLS = @USE_NLS@
119 VERSION = @VERSION@
120 YACC = @YACC@
121 l = @l@
122
123 misc = enscript.st describe_languages.st default_faces.st
124
125 styles = style_emacs.st style_emacs_verbose.st style_ifh.st style_a2ps.st style_msvc.st
126
127 rizwank 1.1
128 languages = lang_ansi.st lang_enscript.st lang_html.st lang_overstrike.st lang_rtf.st lang_texinfo.st
129
130
131 highlightings = ada.st asm.st awk.st bash.st c.st c_comment.st c_ppline.st c_string.st changelog.st cpp.st csh.st delphi.st diff.st diffs.st diffu.st elisp.st fortran.st fortran_pp.st haskell.st html.st idl.st inf.st java.st javascript.st ksh.st m4.st mail.st makefile.st maple.st matlab.st modula_2.st nested.st nroff.st objc.st outline.st pascal.st passthrough.st perl.st postscript.st python.st rfc.st scheme.st sh.st skill.st sql.st states.st synopsys.st tcl.st tcsh.st tex.st vba.st verilog.st vhdl.st vrml.st wmlscript.st zsh.st
132
133
134 states = $(misc) $(styles) $(languages) $(highlightings)
135
136 EXTRA_DIST = $(states)
137 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
138 CONFIG_HEADER = ../../config.h
139 CONFIG_CLEAN_FILES =
140 DIST_COMMON = ChangeLog Makefile.am Makefile.in
141
142
143 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
144
145 TAR = tar
146 GZIP_ENV = --best
147 all: all-redirect
148 rizwank 1.1 .SUFFIXES:
149 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
150 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps states/hl/Makefile
151
152 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
153 cd $(top_builddir) \
154 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
155
156 tags: TAGS
157 TAGS:
158
159
160 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
161
162 subdir = states/hl
163
164 distdir: $(DISTFILES)
165 @for file in $(DISTFILES); do \
166 d=$(srcdir); \
167 if test -d $$d/$$file; then \
168 cp -pr $$/$$file $(distdir)/$$file; \
169 rizwank 1.1 else \
170 test -f $(distdir)/$$file \
171 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
172 || cp -p $$d/$$file $(distdir)/$$file || :; \
173 fi; \
174 done
175 info-am:
176 info: info-am
177 dvi-am:
178 dvi: dvi-am
179 check-am: all-am
180 check: check-am
181 installcheck-am:
182 installcheck: installcheck-am
183 install-exec-am:
184 install-exec: install-exec-am
185
186 install-data-am: install-data-local
187 install-data: install-data-am
188
189 install-am: all-am
190 rizwank 1.1 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
191 install: install-am
192 uninstall-am: uninstall-local
193 uninstall: uninstall-am
194 all-am: Makefile
195 all-redirect: all-am
196 install-strip:
197 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
198 installdirs:
199
200
201 mostlyclean-generic:
202
203 clean-generic:
204
205 distclean-generic:
206 -rm -f Makefile $(CONFIG_CLEAN_FILES)
207 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
208
209 maintainer-clean-generic:
210 mostlyclean-am: mostlyclean-generic
211 rizwank 1.1
212 mostlyclean: mostlyclean-am
213
214 clean-am: clean-generic mostlyclean-am
215
216 clean: clean-am
217
218 distclean-am: distclean-generic clean-am
219
220 distclean: distclean-am
221
222 maintainer-clean-am: maintainer-clean-generic distclean-am
223 @echo "This command is intended for maintainers to use;"
224 @echo "it deletes files that may require special tools to rebuild."
225
226 maintainer-clean: maintainer-clean-am
227
228 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
229 installcheck-am installcheck install-exec-am install-exec \
230 install-data-local install-data-am install-data install-am install \
231 uninstall-local uninstall-am uninstall all-redirect all-am all \
232 rizwank 1.1 installdirs mostlyclean-generic distclean-generic clean-generic \
233 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
234
235
236 install-data-local:
237 $(top_srcdir)/mkinstalldirs $(datadir)/enscript
238 $(top_srcdir)/mkinstalldirs $(datadir)/enscript/hl
239 for f in $(states); do \
240 $(INSTALL_DATA) $(srcdir)/$$f $(datadir)/enscript/hl/$$f; \
241 done
242
243 uninstall-local:
244 rm -rf $(datadir)/enscript/hl
245
246 # Tell versions [3.59,3.63) of GNU make to not export all variables.
247 # Otherwise a system limit (for SysV at least) may be exceeded.
248 .NOEXPORT:
|