OSDN Git Service

* Added support/freebsd/Makefile.in
[modchxj/mod_chxj.git] / src / css / src / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = src
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/include/config.h
46 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
48 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49 am__vpath_adj = case $$p in \
50     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51     *) f=$$p;; \
52   esac;
53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54 am__install_max = 40
55 am__nobase_strip_setup = \
56   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57 am__nobase_strip = \
58   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59 am__nobase_list = $(am__nobase_strip_setup); \
60   for p in $$list; do echo "$$p $$p"; done | \
61   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63     if (++n[$$2] == $(am__install_max)) \
64       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65     END { for (dir in files) print dir, files[dir] }'
66 am__base_list = \
67   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69 am__installdirs = "$(DESTDIR)$(libdir)"
70 LTLIBRARIES = $(lib_LTLIBRARIES)
71 libscss_la_LIBADD =
72 am_libscss_la_OBJECTS = libscss_la-main.lo libscss_la-ignore_sp.lo \
73         libscss_la-starts_with.lo libscss_la-dump_nodes.lo \
74         libscss_la-sac.lo libscss_la-trim.lo libscss_la-create_node.lo \
75         libscss_la-doc.lo libscss_la-strip_quote.lo \
76         libscss_la-iconv.lo
77 libscss_la_OBJECTS = $(am_libscss_la_OBJECTS)
78 libscss_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
79         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libscss_la_CFLAGS) \
80         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
81 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
82 depcomp = $(SHELL) $(top_srcdir)/../../depcomp
83 am__depfiles_maybe = depfiles
84 am__mv = mv -f
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 CCLD = $(CC)
91 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
93         $(LDFLAGS) -o $@
94 SOURCES = $(libscss_la_SOURCES)
95 DIST_SOURCES = $(libscss_la_SOURCES)
96 ETAGS = etags
97 CTAGS = ctags
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 ACLOCAL = @ACLOCAL@
100 AMTAR = @AMTAR@
101 APR_1_CONFIG = @APR_1_CONFIG@
102 APR_CONFIG = @APR_CONFIG@
103 APU_1_CONFIG = @APU_1_CONFIG@
104 APU_CONFIG = @APU_CONFIG@
105 AR = @AR@
106 AUTOCONF = @AUTOCONF@
107 AUTOHEADER = @AUTOHEADER@
108 AUTOMAKE = @AUTOMAKE@
109 AWK = @AWK@
110 CC = @CC@
111 CCDEPMODE = @CCDEPMODE@
112 CFLAGS = @CFLAGS@
113 CPP = @CPP@
114 CPPFLAGS = @CPPFLAGS@
115 CYGPATH_W = @CYGPATH_W@
116 DEFS = @DEFS@
117 DEPDIR = @DEPDIR@
118 DLLTOOL = @DLLTOOL@
119 DSYMUTIL = @DSYMUTIL@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GREP = @GREP@
128 INSTALL = @INSTALL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LD = @LD@
134 LDFLAGS = @LDFLAGS@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LIBTOOL_DEPS = @LIBTOOL_DEPS@
139 LIPO = @LIPO@
140 LN_S = @LN_S@
141 LTLIBOBJS = @LTLIBOBJS@
142 MAKEINFO = @MAKEINFO@
143 MANIFEST_TOOL = @MANIFEST_TOOL@
144 MKDIR_P = @MKDIR_P@
145 NM = @NM@
146 NMEDIT = @NMEDIT@
147 OBJDUMP = @OBJDUMP@
148 OBJEXT = @OBJEXT@
149 OTOOL = @OTOOL@
150 OTOOL64 = @OTOOL64@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_URL = @PACKAGE_URL@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 RANLIB = @RANLIB@
160 SED = @SED@
161 SET_MAKE = @SET_MAKE@
162 SHELL = @SHELL@
163 STRIP = @STRIP@
164 VERSION = @VERSION@
165 abs_builddir = @abs_builddir@
166 abs_srcdir = @abs_srcdir@
167 abs_top_builddir = @abs_top_builddir@
168 abs_top_srcdir = @abs_top_srcdir@
169 ac_ct_AR = @ac_ct_AR@
170 ac_ct_CC = @ac_ct_CC@
171 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
172 am__include = @am__include@
173 am__leading_dot = @am__leading_dot@
174 am__quote = @am__quote@
175 am__tar = @am__tar@
176 am__untar = @am__untar@
177 bindir = @bindir@
178 build = @build@
179 build_alias = @build_alias@
180 build_cpu = @build_cpu@
181 build_os = @build_os@
182 build_vendor = @build_vendor@
183 builddir = @builddir@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_vendor = @host_vendor@
194 htmldir = @htmldir@
195 includedir = @includedir@
196 infodir = @infodir@
197 install_sh = @install_sh@
198 libdir = @libdir@
199 libexecdir = @libexecdir@
200 localedir = @localedir@
201 localstatedir = @localstatedir@
202 mandir = @mandir@
203 mkdir_p = @mkdir_p@
204 oldincludedir = @oldincludedir@
205 pdfdir = @pdfdir@
206 prefix = @prefix@
207 program_transform_name = @program_transform_name@
208 psdir = @psdir@
209 sbindir = @sbindir@
210 sharedstatedir = @sharedstatedir@
211 srcdir = @srcdir@
212 sysconfdir = @sysconfdir@
213 target = @target@
214 target_alias = @target_alias@
215 target_cpu = @target_cpu@
216 target_os = @target_os@
217 target_vendor = @target_vendor@
218 top_build_prefix = @top_build_prefix@
219 top_builddir = @top_builddir@
220 top_srcdir = @top_srcdir@
221 libscss_la_SOURCES = main.c \
222   ignore_sp.c \
223   starts_with.c  \
224   dump_nodes.c \
225   sac.c \
226   trim.c \
227   create_node.c \
228   doc.c \
229   strip_quote.c \
230   iconv.c
231
232 libscss_la_CFLAGS = -O2 -prefer-pic -I. -I../include -I./serf
233 AM_CFLAGS = @CFLAGS@ -O2 -prefer-pic -I. -I../include 
234 lib_LTLIBRARIES = libscss.la
235 all: all-am
236
237 .SUFFIXES:
238 .SUFFIXES: .c .lo .o .obj
239 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
240         @for dep in $?; do \
241           case '$(am__configure_deps)' in \
242             *$$dep*) \
243               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
244                 && { if test -f $@; then exit 0; else break; fi; }; \
245               exit 1;; \
246           esac; \
247         done; \
248         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
249         $(am__cd) $(top_srcdir) && \
250           $(AUTOMAKE) --gnu src/Makefile
251 .PRECIOUS: Makefile
252 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253         @case '$?' in \
254           *config.status*) \
255             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
256           *) \
257             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
258             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
259         esac;
260
261 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
262         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
264 $(top_srcdir)/configure:  $(am__configure_deps)
265         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268 $(am__aclocal_m4_deps):
269 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
270         @$(NORMAL_INSTALL)
271         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
272         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
273         list2=; for p in $$list; do \
274           if test -f $$p; then \
275             list2="$$list2 $$p"; \
276           else :; fi; \
277         done; \
278         test -z "$$list2" || { \
279           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
280           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
281         }
282
283 uninstall-libLTLIBRARIES:
284         @$(NORMAL_UNINSTALL)
285         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
286         for p in $$list; do \
287           $(am__strip_dir) \
288           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
289           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
290         done
291
292 clean-libLTLIBRARIES:
293         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
294         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
295           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
296           test "$$dir" != "$$p" || dir=.; \
297           echo "rm -f \"$${dir}/so_locations\""; \
298           rm -f "$${dir}/so_locations"; \
299         done
300 libscss.la: $(libscss_la_OBJECTS) $(libscss_la_DEPENDENCIES) 
301         $(libscss_la_LINK) -rpath $(libdir) $(libscss_la_OBJECTS) $(libscss_la_LIBADD) $(LIBS)
302
303 mostlyclean-compile:
304         -rm -f *.$(OBJEXT)
305
306 distclean-compile:
307         -rm -f *.tab.c
308
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-create_node.Plo@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-doc.Plo@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-dump_nodes.Plo@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-iconv.Plo@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-ignore_sp.Plo@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-main.Plo@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-sac.Plo@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-starts_with.Plo@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-strip_quote.Plo@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscss_la-trim.Plo@am__quote@
319
320 .c.o:
321 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
322 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
326
327 .c.obj:
328 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
329 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
333
334 .c.lo:
335 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
340
341 libscss_la-main.lo: main.c
342 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-main.lo -MD -MP -MF $(DEPDIR)/libscss_la-main.Tpo -c -o libscss_la-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c
343 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-main.Tpo $(DEPDIR)/libscss_la-main.Plo
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='libscss_la-main.lo' libtool=yes @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c
347
348 libscss_la-ignore_sp.lo: ignore_sp.c
349 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-ignore_sp.lo -MD -MP -MF $(DEPDIR)/libscss_la-ignore_sp.Tpo -c -o libscss_la-ignore_sp.lo `test -f 'ignore_sp.c' || echo '$(srcdir)/'`ignore_sp.c
350 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-ignore_sp.Tpo $(DEPDIR)/libscss_la-ignore_sp.Plo
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ignore_sp.c' object='libscss_la-ignore_sp.lo' libtool=yes @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-ignore_sp.lo `test -f 'ignore_sp.c' || echo '$(srcdir)/'`ignore_sp.c
354
355 libscss_la-starts_with.lo: starts_with.c
356 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-starts_with.lo -MD -MP -MF $(DEPDIR)/libscss_la-starts_with.Tpo -c -o libscss_la-starts_with.lo `test -f 'starts_with.c' || echo '$(srcdir)/'`starts_with.c
357 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-starts_with.Tpo $(DEPDIR)/libscss_la-starts_with.Plo
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='starts_with.c' object='libscss_la-starts_with.lo' libtool=yes @AMDEPBACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-starts_with.lo `test -f 'starts_with.c' || echo '$(srcdir)/'`starts_with.c
361
362 libscss_la-dump_nodes.lo: dump_nodes.c
363 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-dump_nodes.lo -MD -MP -MF $(DEPDIR)/libscss_la-dump_nodes.Tpo -c -o libscss_la-dump_nodes.lo `test -f 'dump_nodes.c' || echo '$(srcdir)/'`dump_nodes.c
364 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-dump_nodes.Tpo $(DEPDIR)/libscss_la-dump_nodes.Plo
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dump_nodes.c' object='libscss_la-dump_nodes.lo' libtool=yes @AMDEPBACKSLASH@
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-dump_nodes.lo `test -f 'dump_nodes.c' || echo '$(srcdir)/'`dump_nodes.c
368
369 libscss_la-sac.lo: sac.c
370 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-sac.lo -MD -MP -MF $(DEPDIR)/libscss_la-sac.Tpo -c -o libscss_la-sac.lo `test -f 'sac.c' || echo '$(srcdir)/'`sac.c
371 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-sac.Tpo $(DEPDIR)/libscss_la-sac.Plo
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sac.c' object='libscss_la-sac.lo' libtool=yes @AMDEPBACKSLASH@
373 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-sac.lo `test -f 'sac.c' || echo '$(srcdir)/'`sac.c
375
376 libscss_la-trim.lo: trim.c
377 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-trim.lo -MD -MP -MF $(DEPDIR)/libscss_la-trim.Tpo -c -o libscss_la-trim.lo `test -f 'trim.c' || echo '$(srcdir)/'`trim.c
378 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-trim.Tpo $(DEPDIR)/libscss_la-trim.Plo
379 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='trim.c' object='libscss_la-trim.lo' libtool=yes @AMDEPBACKSLASH@
380 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-trim.lo `test -f 'trim.c' || echo '$(srcdir)/'`trim.c
382
383 libscss_la-create_node.lo: create_node.c
384 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-create_node.lo -MD -MP -MF $(DEPDIR)/libscss_la-create_node.Tpo -c -o libscss_la-create_node.lo `test -f 'create_node.c' || echo '$(srcdir)/'`create_node.c
385 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-create_node.Tpo $(DEPDIR)/libscss_la-create_node.Plo
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='create_node.c' object='libscss_la-create_node.lo' libtool=yes @AMDEPBACKSLASH@
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-create_node.lo `test -f 'create_node.c' || echo '$(srcdir)/'`create_node.c
389
390 libscss_la-doc.lo: doc.c
391 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-doc.lo -MD -MP -MF $(DEPDIR)/libscss_la-doc.Tpo -c -o libscss_la-doc.lo `test -f 'doc.c' || echo '$(srcdir)/'`doc.c
392 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-doc.Tpo $(DEPDIR)/libscss_la-doc.Plo
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='doc.c' object='libscss_la-doc.lo' libtool=yes @AMDEPBACKSLASH@
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-doc.lo `test -f 'doc.c' || echo '$(srcdir)/'`doc.c
396
397 libscss_la-strip_quote.lo: strip_quote.c
398 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-strip_quote.lo -MD -MP -MF $(DEPDIR)/libscss_la-strip_quote.Tpo -c -o libscss_la-strip_quote.lo `test -f 'strip_quote.c' || echo '$(srcdir)/'`strip_quote.c
399 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-strip_quote.Tpo $(DEPDIR)/libscss_la-strip_quote.Plo
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='strip_quote.c' object='libscss_la-strip_quote.lo' libtool=yes @AMDEPBACKSLASH@
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-strip_quote.lo `test -f 'strip_quote.c' || echo '$(srcdir)/'`strip_quote.c
403
404 libscss_la-iconv.lo: iconv.c
405 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -MT libscss_la-iconv.lo -MD -MP -MF $(DEPDIR)/libscss_la-iconv.Tpo -c -o libscss_la-iconv.lo `test -f 'iconv.c' || echo '$(srcdir)/'`iconv.c
406 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscss_la-iconv.Tpo $(DEPDIR)/libscss_la-iconv.Plo
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iconv.c' object='libscss_la-iconv.lo' libtool=yes @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscss_la_CFLAGS) $(CFLAGS) -c -o libscss_la-iconv.lo `test -f 'iconv.c' || echo '$(srcdir)/'`iconv.c
410
411 mostlyclean-libtool:
412         -rm -f *.lo
413
414 clean-libtool:
415         -rm -rf .libs _libs
416
417 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
418         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419         unique=`for i in $$list; do \
420             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421           done | \
422           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423               END { if (nonempty) { for (i in files) print i; }; }'`; \
424         mkid -fID $$unique
425 tags: TAGS
426
427 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
428                 $(TAGS_FILES) $(LISP)
429         set x; \
430         here=`pwd`; \
431         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
432         unique=`for i in $$list; do \
433             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434           done | \
435           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436               END { if (nonempty) { for (i in files) print i; }; }'`; \
437         shift; \
438         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439           test -n "$$unique" || unique=$$empty_fix; \
440           if test $$# -gt 0; then \
441             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442               "$$@" $$unique; \
443           else \
444             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445               $$unique; \
446           fi; \
447         fi
448 ctags: CTAGS
449 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450                 $(TAGS_FILES) $(LISP)
451         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452         unique=`for i in $$list; do \
453             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454           done | \
455           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456               END { if (nonempty) { for (i in files) print i; }; }'`; \
457         test -z "$(CTAGS_ARGS)$$unique" \
458           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459              $$unique
460
461 GTAGS:
462         here=`$(am__cd) $(top_builddir) && pwd` \
463           && $(am__cd) $(top_srcdir) \
464           && gtags -i $(GTAGS_ARGS) "$$here"
465
466 distclean-tags:
467         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
469 distdir: $(DISTFILES)
470         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472         list='$(DISTFILES)'; \
473           dist_files=`for file in $$list; do echo $$file; done | \
474           sed -e "s|^$$srcdirstrip/||;t" \
475               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476         case $$dist_files in \
477           */*) $(MKDIR_P) `echo "$$dist_files" | \
478                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479                            sort -u` ;; \
480         esac; \
481         for file in $$dist_files; do \
482           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483           if test -d $$d/$$file; then \
484             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485             if test -d "$(distdir)/$$file"; then \
486               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487             fi; \
488             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491             fi; \
492             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493           else \
494             test -f "$(distdir)/$$file" \
495             || cp -p $$d/$$file "$(distdir)/$$file" \
496             || exit 1; \
497           fi; \
498         done
499 check-am: all-am
500 check: check-am
501 all-am: Makefile $(LTLIBRARIES)
502 installdirs:
503         for dir in "$(DESTDIR)$(libdir)"; do \
504           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
505         done
506 install: install-am
507 install-exec: install-exec-am
508 install-data: install-data-am
509 uninstall: uninstall-am
510
511 install-am: all-am
512         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
513
514 installcheck: installcheck-am
515 install-strip:
516         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518           `test -z '$(STRIP)' || \
519             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
520 mostlyclean-generic:
521
522 clean-generic:
523
524 distclean-generic:
525         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
527
528 maintainer-clean-generic:
529         @echo "This command is intended for maintainers to use"
530         @echo "it deletes files that may require special tools to rebuild."
531 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
532         mostlyclean-am
533
534 distclean: distclean-am
535         -rm -rf ./$(DEPDIR)
536         -rm -f Makefile
537 distclean-am: clean-am distclean-compile distclean-generic \
538         distclean-tags
539
540 dvi: dvi-am
541
542 dvi-am:
543
544 html: html-am
545
546 html-am:
547
548 info: info-am
549
550 info-am:
551
552 install-data-am:
553
554 install-dvi: install-dvi-am
555
556 install-dvi-am:
557
558 install-exec-am: install-libLTLIBRARIES
559
560 install-html: install-html-am
561
562 install-html-am:
563
564 install-info: install-info-am
565
566 install-info-am:
567
568 install-man:
569
570 install-pdf: install-pdf-am
571
572 install-pdf-am:
573
574 install-ps: install-ps-am
575
576 install-ps-am:
577
578 installcheck-am:
579
580 maintainer-clean: maintainer-clean-am
581         -rm -rf ./$(DEPDIR)
582         -rm -f Makefile
583 maintainer-clean-am: distclean-am maintainer-clean-generic
584
585 mostlyclean: mostlyclean-am
586
587 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
588         mostlyclean-libtool
589
590 pdf: pdf-am
591
592 pdf-am:
593
594 ps: ps-am
595
596 ps-am:
597
598 uninstall-am: uninstall-libLTLIBRARIES
599
600 .MAKE: install-am install-strip
601
602 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
603         clean-libLTLIBRARIES clean-libtool ctags distclean \
604         distclean-compile distclean-generic distclean-libtool \
605         distclean-tags distdir dvi dvi-am html html-am info info-am \
606         install install-am install-data install-data-am install-dvi \
607         install-dvi-am install-exec install-exec-am install-html \
608         install-html-am install-info install-info-am \
609         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
610         install-ps install-ps-am install-strip installcheck \
611         installcheck-am installdirs maintainer-clean \
612         maintainer-clean-generic mostlyclean mostlyclean-compile \
613         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
614         tags uninstall uninstall-am uninstall-libLTLIBRARIES
615
616
617 clean:
618         rm -fr .libs
619         rm -f *.o *.lo *.la
620
621 # Tell versions [3.59,3.63) of GNU make to not export all variables.
622 # Otherwise a system limit (for SysV at least) may be exceeded.
623 .NOEXPORT: