1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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
18
top_srcdir = @top_srcdir@
21
exec_prefix = @exec_prefix@
25
libexecdir = @libexecdir@
27
sysconfdir = @sysconfdir@
28
sharedstatedir = @sharedstatedir@
29
localstatedir = @localstatedir@
33
includedir = @includedir@
34
oldincludedir = /usr/include
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkgincludedir = $(includedir)/@PACKAGE@
42
top_builddir = ../../..
47
AUTOHEADER = @AUTOHEADER@
50
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51
INSTALL_DATA = @INSTALL_DATA@
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
transform = @program_transform_name@
61
host_alias = @host_alias@
64
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
66
CATOBJEXT = @CATOBJEXT@
69
CONFIG_RUBY = @CONFIG_RUBY@
70
DATADIRNAME = @DATADIRNAME@
75
GUILE_CONFIG = @GUILE_CONFIG@
76
HAVE_SMBCLIENT = @HAVE_SMBCLIENT@
77
INSTOBJEXT = @INSTOBJEXT@
78
INTLBISON = @INTLBISON@
81
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
83
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
84
LOCALEDIR = @LOCALEDIR@
85
LUA_CFLAGS = @LUA_CFLAGS@
88
MKINSTALLDIRS = @MKINSTALLDIRS@
91
PERL_CFLAGS = @PERL_CFLAGS@
92
PERL_LIBS = @PERL_LIBS@
96
RUBY_CFLAGS = @RUBY_CFLAGS@
97
RUBY_LIBS = @RUBY_LIBS@
98
SPIDERMONKEY_CFLAGS = @SPIDERMONKEY_CFLAGS@
99
SPIDERMONKEY_LIBS = @SPIDERMONKEY_LIBS@
100
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
104
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src
106
# The author of automake should be shot, quartered and forced to code in COBOL
107
# for the rest of his days for the **** he designed - anything forcing me to
108
# -I. -I$(srcdir) regardless if I want or not is just idiotic. Another totally
109
# dumb thing is that you can't just use @CONFIG_INCLUDE_SPEC@ in your own .am.
111
COMPILE = $(CC) @DEFS@ $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
113
# We don't want to expose this outside of /src/document/ at all, and we can't
114
# merge the whole library of these with libdocument.a. So we only compile
115
# objects here and link them directly to libdocument.a in ../Makefile.am.
117
# However, we apparently need to create the library in order to convince
118
# automake to compile the objects :/. We DON'T use libcss.a ANYWHERE.
122
noinst_LIBRARIES = libcss.a
123
libcss_a_SOURCES = apply.c apply.h css.c css.h parser.c parser.h property.c property.h scanner.c scanner.h stylesheet.c stylesheet.h value.c value.h
125
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126
CONFIG_HEADER = ../../../config.h
128
LIBRARIES = $(noinst_LIBRARIES)
131
DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
132
CPPFLAGS = @CPPFLAGS@
136
libcss_a_OBJECTS = apply.o css.o parser.o property.o scanner.o \
141
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
142
DIST_COMMON = README Makefile.am Makefile.in
145
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
149
SOURCES = $(libcss_a_SOURCES)
150
OBJECTS = $(libcss_a_OBJECTS)
154
.SUFFIXES: .S .c .o .s
155
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.base
156
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/document/css/Makefile
158
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
160
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
163
mostlyclean-noinstLIBRARIES:
165
clean-noinstLIBRARIES:
166
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
168
distclean-noinstLIBRARIES:
170
maintainer-clean-noinstLIBRARIES:
182
-rm -f *.o core *.core
189
maintainer-clean-compile:
191
libcss.a: $(libcss_a_OBJECTS) $(libcss_a_DEPENDENCIES)
193
$(AR) cru libcss.a $(libcss_a_OBJECTS) $(libcss_a_LIBADD)
198
ID: $(HEADERS) $(SOURCES) $(LISP)
199
list='$(SOURCES) $(HEADERS)'; \
200
unique=`for i in $$list; do echo $$i; done | \
201
awk ' { files[$$0] = 1; } \
202
END { for (i in files) print i; }'`; \
203
here=`pwd` && cd $(srcdir) \
204
&& mkid -f$$here/ID $$unique $(LISP)
206
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
209
list='$(SOURCES) $(HEADERS)'; \
210
unique=`for i in $$list; do echo $$i; done | \
211
awk ' { files[$$0] = 1; } \
212
END { for (i in files) print i; }'`; \
213
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
214
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
223
maintainer-clean-tags:
225
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
227
subdir = src/document/css
229
distdir: $(DISTFILES)
230
@for file in $(DISTFILES); do \
232
if test -d $$d/$$file; then \
233
cp -pr $$d/$$file $(distdir)/$$file; \
235
test -f $(distdir)/$$file \
236
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237
|| cp -p $$d/$$file $(distdir)/$$file || :; \
248
installcheck: installcheck-am
250
install-exec: install-exec-am
253
install-data: install-data-am
256
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
259
uninstall: uninstall-am
260
all-am: Makefile $(LIBRARIES)
263
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
272
-rm -f Makefile $(CONFIG_CLEAN_FILES)
273
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
275
maintainer-clean-generic:
276
mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
277
mostlyclean-tags mostlyclean-generic
279
mostlyclean: mostlyclean-am
281
clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
286
distclean-am: distclean-noinstLIBRARIES distclean-compile \
287
distclean-tags distclean-generic clean-am
289
distclean: distclean-am
291
maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
292
maintainer-clean-compile maintainer-clean-tags \
293
maintainer-clean-generic distclean-am
294
@echo "This command is intended for maintainers to use;"
295
@echo "it deletes files that may require special tools to rebuild."
297
maintainer-clean: maintainer-clean-am
299
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
300
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
301
mostlyclean-compile distclean-compile clean-compile \
302
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
303
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
304
check-am installcheck-am installcheck install-exec-am install-exec \
305
install-data-am install-data install-am install uninstall-am uninstall \
306
all-redirect all-am all installdirs mostlyclean-generic \
307
distclean-generic clean-generic maintainer-clean-generic clean \
308
mostlyclean distclean maintainer-clean
311
# Rule for getting test dependencies right. This is a workaround since
312
# automake doesn't support defining subdirs sources.
314
make -C $(top_builddir)/src/util CPPFLAGS="-DDEBUG"
316
# Tell versions [3.59,3.63) of GNU make to not export all variables.
317
# Otherwise a system limit (for SysV at least) may be exceeded.