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@
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
noinst_LIBRARIES = libcookies.a
114
libcookies_a_SOURCES = cookies.c cookies.h dialogs.c dialogs.h parser.c parser.h
119
EXTRA_PROGRAMS = parsetst
121
parsetst_SOURCES = parser.h parser.c parsetst.c
123
parsetst_DEPENDENCIES = testutils
124
parsetst_LDADD = $(top_builddir)/src/util/libutil.a
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@
135
libcookies_a_LIBADD =
136
libcookies_a_OBJECTS = cookies.o dialogs.o parser.o
138
parsetst_OBJECTS = parser.o parsetst.o
142
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
143
DIST_COMMON = Makefile.am Makefile.in
146
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
150
SOURCES = $(libcookies_a_SOURCES) $(parsetst_SOURCES)
151
OBJECTS = $(libcookies_a_OBJECTS) $(parsetst_OBJECTS)
155
.SUFFIXES: .S .c .o .s
156
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.base
157
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/cookies/Makefile
159
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
161
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
164
mostlyclean-noinstLIBRARIES:
166
clean-noinstLIBRARIES:
167
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
169
distclean-noinstLIBRARIES:
171
maintainer-clean-noinstLIBRARIES:
183
-rm -f *.o core *.core
190
maintainer-clean-compile:
192
libcookies.a: $(libcookies_a_OBJECTS) $(libcookies_a_DEPENDENCIES)
194
$(AR) cru libcookies.a $(libcookies_a_OBJECTS) $(libcookies_a_LIBADD)
195
$(RANLIB) libcookies.a
197
parsetst: $(parsetst_OBJECTS) $(parsetst_DEPENDENCIES)
199
$(LINK) $(parsetst_LDFLAGS) $(parsetst_OBJECTS) $(parsetst_LDADD) $(LIBS)
203
ID: $(HEADERS) $(SOURCES) $(LISP)
204
list='$(SOURCES) $(HEADERS)'; \
205
unique=`for i in $$list; do echo $$i; done | \
206
awk ' { files[$$0] = 1; } \
207
END { for (i in files) print i; }'`; \
208
here=`pwd` && cd $(srcdir) \
209
&& mkid -f$$here/ID $$unique $(LISP)
211
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
214
list='$(SOURCES) $(HEADERS)'; \
215
unique=`for i in $$list; do echo $$i; done | \
216
awk ' { files[$$0] = 1; } \
217
END { for (i in files) print i; }'`; \
218
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
219
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
228
maintainer-clean-tags:
230
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
234
distdir: $(DISTFILES)
235
@for file in $(DISTFILES); do \
237
if test -d $$d/$$file; then \
238
cp -pr $$d/$$file $(distdir)/$$file; \
240
test -f $(distdir)/$$file \
241
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
242
|| cp -p $$d/$$file $(distdir)/$$file || :; \
246
check-TESTS: $(TESTS)
248
srcdir=$(srcdir); export srcdir; \
249
for tst in $(TESTS); do \
250
if test -f $$tst; then dir=.; \
251
else dir="$(srcdir)"; fi; \
252
if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
253
all=`expr $$all + 1`; \
254
echo "PASS: $$tst"; \
255
elif test $$? -ne 77; then \
256
all=`expr $$all + 1`; \
257
failed=`expr $$failed + 1`; \
258
echo "FAIL: $$tst"; \
261
if test "$$failed" -eq 0; then \
262
banner="All $$all tests passed"; \
264
banner="$$failed of $$all tests failed"; \
266
dashes=`echo "$$banner" | sed s/./=/g`; \
270
test "$$failed" -eq 0
276
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
279
installcheck: installcheck-am
281
install-exec: install-exec-am
284
install-data: install-data-am
287
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
290
uninstall: uninstall-am
291
all-am: Makefile $(LIBRARIES)
294
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
303
-rm -f Makefile $(CONFIG_CLEAN_FILES)
304
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
306
maintainer-clean-generic:
307
mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
308
mostlyclean-tags mostlyclean-generic
310
mostlyclean: mostlyclean-am
312
clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
317
distclean-am: distclean-noinstLIBRARIES distclean-compile \
318
distclean-tags distclean-generic clean-am
320
distclean: distclean-am
322
maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
323
maintainer-clean-compile maintainer-clean-tags \
324
maintainer-clean-generic distclean-am
325
@echo "This command is intended for maintainers to use;"
326
@echo "it deletes files that may require special tools to rebuild."
328
maintainer-clean: maintainer-clean-am
330
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
331
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
332
mostlyclean-compile distclean-compile clean-compile \
333
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
334
clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
335
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
336
install-exec install-data-am install-data install-am install \
337
uninstall-am uninstall all-redirect all-am all installdirs \
338
mostlyclean-generic distclean-generic clean-generic \
339
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
342
# Rule for getting test dependencies right. This is a workaround since
343
# automake doesn't support defining subdirs sources.
345
make -C $(top_builddir)/src/util CPPFLAGS="-DDEBUG"
347
# Tell versions [3.59,3.63) of GNU make to not export all variables.
348
# Otherwise a system limit (for SysV at least) may be exceeded.