]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/C/test/Makefile
ignore Makefile and Makefile.in
[helm.git] / helm / DEVEL / gdome_xslt / C / test / Makefile
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14
15
16 SHELL = /bin/sh
17
18 srcdir = .
19 top_srcdir = ../..
20
21 prefix = /usr/local
22 exec_prefix = ${prefix}
23
24 bindir = ${exec_prefix}/bin
25 sbindir = ${exec_prefix}/sbin
26 libexecdir = ${exec_prefix}/libexec
27 datadir = ${prefix}/share
28 sysconfdir = ${prefix}/etc
29 sharedstatedir = ${prefix}/com
30 localstatedir = ${prefix}/var
31 libdir = ${exec_prefix}/lib
32 infodir = ${prefix}/info
33 mandir = ${prefix}/man
34 includedir = ${prefix}/include
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/gdome2-xslt
37 pkglibdir = $(libdir)/gdome2-xslt
38 pkgincludedir = $(includedir)/gdome2-xslt
39 top_builddir = ../..
40
41 ACLOCAL = ${SHELL} /home/lpadovan/Projects/helm/DEVEL/gdome_xslt/missing --run aclocal
42 AUTOCONF = ${SHELL} /home/lpadovan/Projects/helm/DEVEL/gdome_xslt/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/lpadovan/Projects/helm/DEVEL/gdome_xslt/missing --run automake
44 AUTOHEADER = ${SHELL} /home/lpadovan/Projects/helm/DEVEL/gdome_xslt/missing --run autoheader
45
46 INSTALL = /usr/bin/install -c
47 INSTALL_PROGRAM = ${INSTALL}
48 INSTALL_DATA = ${INSTALL} -m 644
49 INSTALL_SCRIPT = ${INSTALL}
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = s,x,x,
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = 
59 host_triplet = i686-pc-linux-gnu
60 AMTAR = ${SHELL} /home/lpadovan/Projects/helm/DEVEL/gdome_xslt/missing --run tar
61 AS = @AS@
62 AWK = mawk
63 CC = gcc
64 CXX = g++
65 DEPDIR = .deps
66 DLLTOOL = @DLLTOOL@
67 ECHO = echo
68 EXEEXT = 
69 GDOME_CFLAGS = -I/usr/include -I/usr/include/libgdome -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/libxml2/libxml -I/usr/include/libxml2
70 GDOME_LIBS = -L/usr/lib -lgdome -lglib -lxml2
71 GMETADOM_CFLAGS = -I/home/lpadovan/local/include/gmetadom/gdome_cpp_smart -I/usr/include -I/usr/include/libgdome -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/libxml2/libxml -I/usr/include/libxml2
72 GMETADOM_LIBS = -L/home/lpadovan/local/lib -lgmetadom_gdome_cpp_smart -L/usr/lib -lgdome -lglib -lxml2
73 HAVE_OCAMLC = yes
74 HAVE_OCAMLFIND = yes
75 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
76 LIBTOOL = $(SHELL) $(top_builddir)/libtool
77 LIBXSLT_CFLAGS = -I/usr/include/libxml2/libxml -I/usr/include/libxml2
78 LIBXSLT_LIBS = -L/usr/lib -lxslt -lxml2 -lm
79 LN_S = ln -s
80 OBJDUMP = @OBJDUMP@
81 OBJEXT = o
82 OCAML_INCLUDE_DIR = /usr/include/caml
83 PACKAGE = gdome2-xslt
84 RANLIB = ranlib
85 STRIP = strip
86 VERSION = 0.0.3
87 VERSION_INFO = 0:3:0
88 am__include = include
89 am__quote = 
90 install_sh = /home/lpadovan/Projects/helm/DEVEL/gdome_xslt/install-sh
91
92 noinst_PROGRAMS = test
93
94 test_SOURCES = test.c
95
96 LDADDS = \
97   $(GDOME_LIBS) \
98   $(LIBXSLT_LIBS) \
99   $(top_builddir)/C/gdome_xslt/libgdome_xslt.la
100
101
102 test_LDADD = $(LDADDS)
103
104 INCLUDES = \
105   $(GDOME_CFLAGS) \
106   $(LIBXSLT_CFLAGS) \
107   -I$(top_srcdir)/C/gdome_xslt
108
109 subdir = C/test
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = $(top_builddir)/config.h
112 CONFIG_CLEAN_FILES =
113 noinst_PROGRAMS = test$(EXEEXT)
114 PROGRAMS = $(noinst_PROGRAMS)
115
116 am_test_OBJECTS = test.$(OBJEXT)
117 test_OBJECTS = $(am_test_OBJECTS)
118 test_DEPENDENCIES = $(top_builddir)/C/gdome_xslt/libgdome_xslt.la
119 test_LDFLAGS =
120
121 DEFS = -DHAVE_CONFIG_H
122 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
123 CPPFLAGS = 
124 LDFLAGS = 
125 LIBS = 
126 depcomp = $(SHELL) $(top_srcdir)/depcomp
127 DEP_FILES = $(DEPDIR)/test.Po
128 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
131         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 CCLD = $(CC)
133 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
134         $(AM_LDFLAGS) $(LDFLAGS) -o $@
135 CFLAGS = -g -O2
136 DIST_SOURCES = $(test_SOURCES)
137 DIST_COMMON = Makefile.am Makefile.in
138 SOURCES = $(test_SOURCES)
139
140 all: all-am
141
142 .SUFFIXES:
143 .SUFFIXES: .c .lo .o .obj
144
145 mostlyclean-libtool:
146         -rm -f *.lo
147
148 clean-libtool:
149         -rm -rf .libs _libs
150
151 distclean-libtool:
152         -rm -f libtool
153 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
154         cd $(top_srcdir) && \
155           $(AUTOMAKE) --gnu  C/test/Makefile
156 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
157         cd $(top_builddir) && \
158           CONFIG_HEADERS= CONFIG_LINKS= \
159           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
160
161 clean-noinstPROGRAMS:
162         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
163 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
164         @rm -f test$(EXEEXT)
165         $(LINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
166
167 mostlyclean-compile:
168         -rm -f *.$(OBJEXT) core *.core
169
170 distclean-compile:
171         -rm -f *.tab.c
172
173 include $(DEPDIR)/test.Po
174
175 distclean-depend:
176         -rm -rf $(DEPDIR)
177
178 .c.o:
179         source='$<' object='$@' libtool=no \
180         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
181         $(CCDEPMODE) $(depcomp) \
182         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
183
184 .c.obj:
185         source='$<' object='$@' libtool=no \
186         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
187         $(CCDEPMODE) $(depcomp) \
188         $(COMPILE) -c `cygpath -w $<`
189
190 .c.lo:
191         source='$<' object='$@' libtool=yes \
192         depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
193         $(CCDEPMODE) $(depcomp) \
194         $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
195 CCDEPMODE = depmode=gcc
196 uninstall-info-am:
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
201         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
202         unique=`for i in $$list; do \
203             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204           done | \
205           $(AWK) '    { files[$$0] = 1; } \
206                END { for (i in files) print i; }'`; \
207         mkid -fID $$unique $(LISP)
208
209 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
210                 $(TAGS_FILES) $(LISP)
211         tags=; \
212         here=`pwd`; \
213         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
214         unique=`for i in $$list; do \
215             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216           done | \
217           $(AWK) '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
221
222 GTAGS:
223         here=`CDPATH=: && cd $(top_builddir) && pwd` \
224           && cd $(top_srcdir) \
225           && gtags -i $(GTAGS_ARGS) $$here
226
227 distclean-tags:
228         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
229
230 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231
232 top_distdir = ../..
233 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
234
235 distdir: $(DISTFILES)
236         @for file in $(DISTFILES); do \
237           if test -f $$file; then d=.; else d=$(srcdir); fi; \
238           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
239           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
240             $(mkinstalldirs) "$(distdir)/$$dir"; \
241           fi; \
242           if test -d $$d/$$file; then \
243             cp -pR $$d/$$file $(distdir) \
244             || exit 1; \
245           else \
246             test -f $(distdir)/$$file \
247             || cp -p $$d/$$file $(distdir)/$$file \
248             || exit 1; \
249           fi; \
250         done
251 check-am: all-am
252 check: check-am
253 all-am: Makefile $(PROGRAMS)
254
255 installdirs:
256
257 install: install-am
258 install-exec: install-exec-am
259 install-data: install-data-am
260 uninstall: uninstall-am
261
262 install-am: all-am
263         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264
265 installcheck: installcheck-am
266 install-strip:
267         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
268           `test -z '$(STRIP)' || \
269             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
270 mostlyclean-generic:
271
272 clean-generic:
273
274 distclean-generic:
275         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
276
277 maintainer-clean-generic:
278         @echo "This command is intended for maintainers to use"
279         @echo "it deletes files that may require special tools to rebuild."
280 clean: clean-am
281
282 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
283         mostlyclean-am
284
285 distclean: distclean-am
286
287 distclean-am: clean-am distclean-compile distclean-depend \
288         distclean-generic distclean-libtool distclean-tags
289
290 dvi: dvi-am
291
292 dvi-am:
293
294 info: info-am
295
296 info-am:
297
298 install-data-am:
299
300 install-exec-am:
301
302 install-info: install-info-am
303
304 install-man:
305
306 installcheck-am:
307
308 maintainer-clean: maintainer-clean-am
309
310 maintainer-clean-am: distclean-am maintainer-clean-generic
311
312 mostlyclean: mostlyclean-am
313
314 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
315         mostlyclean-libtool
316
317 uninstall-am: uninstall-info-am
318
319 .PHONY: GTAGS all all-am check check-am clean clean-generic \
320         clean-libtool clean-noinstPROGRAMS distclean distclean-compile \
321         distclean-depend distclean-generic distclean-libtool \
322         distclean-tags distdir dvi dvi-am info info-am install \
323         install-am install-data install-data-am install-exec \
324         install-exec-am install-info install-info-am install-man \
325         install-strip installcheck installcheck-am installdirs \
326         maintainer-clean maintainer-clean-generic mostlyclean \
327         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
328         tags uninstall uninstall-am uninstall-info-am
329
330 # Tell versions [3.59,3.63) of GNU make to not export all variables.
331 # Otherwise a system limit (for SysV at least) may be exceeded.
332 .NOEXPORT: