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
DATADIRNAME = @DATADIRNAME@
74
GUILE_CFLAGS = @GUILE_CFLAGS@
75
GUILE_LIBS = @GUILE_LIBS@
76
INSTOBJEXT = @INSTOBJEXT@
77
INTLBISON = @INTLBISON@
80
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
81
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
83
LOCALEDIR = @LOCALEDIR@
84
LUA_CFLAGS = @LUA_CFLAGS@
87
MKINSTALLDIRS = @MKINSTALLDIRS@
93
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
96
have_smbclient = @have_smbclient@
98
INCLUDES = -I$(top_srcdir)/src
100
# The author of automake should be shot, quartered and forced to code in COBOL
101
# for the rest of his days for the shit he designed - anything forcing me to
102
# -I. -I$(srcdir) regardless if I want or not is just idiotic. Another totally
103
# dumb thing is that you can't just use @CONFIG_INCLUDE_SPEC@ in your own .am.
105
COMPILE = $(CC) @DEFS@ -I`dirname $(CONFIG_HEADER)` $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108
noinst_LIBRARIES = libplain_document.a
109
libplain_document_a_SOURCES = renderer.c renderer.h
111
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112
CONFIG_HEADER = ../../../config.h
114
LIBRARIES = $(noinst_LIBRARIES)
117
DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
118
CPPFLAGS = @CPPFLAGS@
121
libplain_document_a_LIBADD =
122
libplain_document_a_OBJECTS = renderer.o
126
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
127
DIST_COMMON = Makefile.am Makefile.in
130
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134
SOURCES = $(libplain_document_a_SOURCES)
135
OBJECTS = $(libplain_document_a_OBJECTS)
139
.SUFFIXES: .S .c .o .s
140
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.base
141
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/document/plain/Makefile
143
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
145
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
mostlyclean-noinstLIBRARIES:
150
clean-noinstLIBRARIES:
151
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
153
distclean-noinstLIBRARIES:
155
maintainer-clean-noinstLIBRARIES:
167
-rm -f *.o core *.core
174
maintainer-clean-compile:
176
libplain_document.a: $(libplain_document_a_OBJECTS) $(libplain_document_a_DEPENDENCIES)
177
-rm -f libplain_document.a
178
$(AR) cru libplain_document.a $(libplain_document_a_OBJECTS) $(libplain_document_a_LIBADD)
179
$(RANLIB) libplain_document.a
183
ID: $(HEADERS) $(SOURCES) $(LISP)
184
list='$(SOURCES) $(HEADERS)'; \
185
unique=`for i in $$list; do echo $$i; done | \
186
awk ' { files[$$0] = 1; } \
187
END { for (i in files) print i; }'`; \
188
here=`pwd` && cd $(srcdir) \
189
&& mkid -f$$here/ID $$unique $(LISP)
191
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
194
list='$(SOURCES) $(HEADERS)'; \
195
unique=`for i in $$list; do echo $$i; done | \
196
awk ' { files[$$0] = 1; } \
197
END { for (i in files) print i; }'`; \
198
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
208
maintainer-clean-tags:
210
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
212
subdir = src/document/plain
214
distdir: $(DISTFILES)
215
@for file in $(DISTFILES); do \
217
if test -d $$d/$$file; then \
218
cp -pr $$d/$$file $(distdir)/$$file; \
220
test -f $(distdir)/$$file \
221
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
222
|| cp -p $$d/$$file $(distdir)/$$file || :; \
233
installcheck: installcheck-am
235
install-exec: install-exec-am
238
install-data: install-data-am
241
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
244
uninstall: uninstall-am
245
all-am: Makefile $(LIBRARIES)
248
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
257
-rm -f Makefile $(CONFIG_CLEAN_FILES)
258
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
260
maintainer-clean-generic:
261
mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
262
mostlyclean-tags mostlyclean-generic
264
mostlyclean: mostlyclean-am
266
clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
271
distclean-am: distclean-noinstLIBRARIES distclean-compile \
272
distclean-tags distclean-generic clean-am
274
distclean: distclean-am
276
maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
277
maintainer-clean-compile maintainer-clean-tags \
278
maintainer-clean-generic distclean-am
279
@echo "This command is intended for maintainers to use;"
280
@echo "it deletes files that may require special tools to rebuild."
282
maintainer-clean: maintainer-clean-am
284
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
285
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
286
mostlyclean-compile distclean-compile clean-compile \
287
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
288
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
289
check-am installcheck-am installcheck install-exec-am install-exec \
290
install-data-am install-data install-am install uninstall-am uninstall \
291
all-redirect all-am all installdirs mostlyclean-generic \
292
distclean-generic clean-generic maintainer-clean-generic clean \
293
mostlyclean distclean maintainer-clean
296
# Rule for getting test dependencies right. This is a workaround since
297
# automake don't support defining subdirs sources
299
cd $(top_builddir) ; make -C src/util CPPFLAGS="-DDEBUG"
301
# Tell versions [3.59,3.63) of GNU make to not export all variables.
302
# Otherwise a system limit (for SysV at least) may be exceeded.