comparison Input/flac/plugin_common/Makefile.in @ 49:87f7ceb96ab5 trunk

[svn] flac output, ripped from flac.sf.net
author msameer
date Thu, 27 Oct 2005 12:02:46 -0700
parents
children
comparison
equal deleted inserted replaced
48:7c3a3d73e9b4 49:87f7ceb96ab5
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # plugin_common - Routines common to several plugins
18 # Copyright (C) 2002,2003,2004,2005 Josh Coalson
19 #
20 # This program is free software; you can redistribute it and/or
21 # modify it under the terms of the GNU General Public License
22 # as published by the Free Software Foundation; either version 2
23 # of the License, or (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; if not, write to the Free Software
32 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33
34
35 srcdir = @srcdir@
36 top_srcdir = @top_srcdir@
37 VPATH = @srcdir@
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ../../..
42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43 INSTALL = @INSTALL@
44 install_sh_DATA = $(install_sh) -c -m 644
45 install_sh_PROGRAM = $(install_sh) -c
46 install_sh_SCRIPT = $(install_sh) -c
47 INSTALL_HEADER = $(INSTALL_DATA)
48 transform = $(program_transform_name)
49 NORMAL_INSTALL = :
50 PRE_INSTALL = :
51 POST_INSTALL = :
52 NORMAL_UNINSTALL = :
53 PRE_UNINSTALL = :
54 POST_UNINSTALL = :
55 build_triplet = @build@
56 host_triplet = @host@
57 target_triplet = @target@
58 subdir = Input/flac/plugin_common
59 DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
60 $(srcdir)/Makefile.in
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
63 $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65 $(ACLOCAL_M4)
66 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
67 CONFIG_HEADER = $(top_builddir)/config.h
68 CONFIG_CLEAN_FILES =
69 LTLIBRARIES = $(noinst_LTLIBRARIES)
70 libplugin_common_la_LIBADD =
71 am_libplugin_common_la_OBJECTS = charset.lo dither.lo tags.lo
72 libplugin_common_la_OBJECTS = $(am_libplugin_common_la_OBJECTS)
73 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
74 depcomp = $(SHELL) $(top_srcdir)/depcomp
75 am__depfiles_maybe = depfiles
76 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
79 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80 $(AM_CFLAGS) $(CFLAGS)
81 CCLD = $(CC)
82 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83 $(AM_LDFLAGS) $(LDFLAGS) -o $@
84 SOURCES = $(libplugin_common_la_SOURCES)
85 DIST_SOURCES = $(libplugin_common_la_SOURCES)
86 HEADERS = $(noinst_HEADERS)
87 ETAGS = etags
88 CTAGS = ctags
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 ACLOCAL = @ACLOCAL@
91 ALLOCA = @ALLOCA@
92 ALSA_CFLAGS = @ALSA_CFLAGS@
93 ALSA_LIBS = @ALSA_LIBS@
94 AMDEP_FALSE = @AMDEP_FALSE@
95 AMDEP_TRUE = @AMDEP_TRUE@
96 AMTAR = @AMTAR@
97 AR = @AR@
98 ARCH_DEFINES = @ARCH_DEFINES@
99 ARCH_X86_FALSE = @ARCH_X86_FALSE@
100 ARCH_X86_TRUE = @ARCH_X86_TRUE@
101 AUTOCONF = @AUTOCONF@
102 AUTOHEADER = @AUTOHEADER@
103 AUTOMAKE = @AUTOMAKE@
104 AWK = @AWK@
105 BEEP_DEFINES = @BEEP_DEFINES@
106 BEEP_PATH = @BEEP_PATH@
107 BMP_RCPATH = @BMP_RCPATH@
108 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
109 CATOBJEXT = @CATOBJEXT@
110 CC = @CC@
111 CCAS = @CCAS@
112 CCASFLAGS = @CCASFLAGS@
113 CCDEPMODE = @CCDEPMODE@
114 CFLAGS = @CFLAGS@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117 CXX = @CXX@
118 CXXCPP = @CXXCPP@
119 CXXDEPMODE = @CXXDEPMODE@
120 CXXFLAGS = @CXXFLAGS@
121 CYGPATH_W = @CYGPATH_W@
122 DATADIRNAME = @DATADIRNAME@
123 DEFS = @DEFS@
124 DEPDIR = @DEPDIR@
125 ECHO = @ECHO@
126 ECHO_C = @ECHO_C@
127 ECHO_N = @ECHO_N@
128 ECHO_T = @ECHO_T@
129 EFFECT_PLUGINS = @EFFECT_PLUGINS@
130 EFFECT_PLUGIN_DIR = @EFFECT_PLUGIN_DIR@
131 EGREP = @EGREP@
132 ENABLE_AAC_FALSE = @ENABLE_AAC_FALSE@
133 ENABLE_AAC_TRUE = @ENABLE_AAC_TRUE@
134 ENABLE_MPG123_FALSE = @ENABLE_MPG123_FALSE@
135 ENABLE_MPG123_TRUE = @ENABLE_MPG123_TRUE@
136 ESD_CFLAGS = @ESD_CFLAGS@
137 ESD_LIBS = @ESD_LIBS@
138 EXEEXT = @EXEEXT@
139 GCONF_CFLAGS = @GCONF_CFLAGS@
140 GCONF_LIBS = @GCONF_LIBS@
141 GENCAT = @GENCAT@
142 GENERAL_PLUGINS = @GENERAL_PLUGINS@
143 GENERAL_PLUGIN_DIR = @GENERAL_PLUGIN_DIR@
144 GLIBC2 = @GLIBC2@
145 GLIBC21 = @GLIBC21@
146 GMSGFMT = @GMSGFMT@
147 GNOMEVFS_CFLAGS = @GNOMEVFS_CFLAGS@
148 GNOMEVFS_LIBS = @GNOMEVFS_LIBS@
149 GTK_CFLAGS = @GTK_CFLAGS@
150 GTK_LIBS = @GTK_LIBS@
151 HAVE_ALSA_FALSE = @HAVE_ALSA_FALSE@
152 HAVE_ALSA_TRUE = @HAVE_ALSA_TRUE@
153 HAVE_ASPRINTF = @HAVE_ASPRINTF@
154 HAVE_CDROM_FALSE = @HAVE_CDROM_FALSE@
155 HAVE_CDROM_TRUE = @HAVE_CDROM_TRUE@
156 HAVE_ESD_FALSE = @HAVE_ESD_FALSE@
157 HAVE_ESD_TRUE = @HAVE_ESD_TRUE@
158 HAVE_FLAC_FALSE = @HAVE_FLAC_FALSE@
159 HAVE_FLAC_TRUE = @HAVE_FLAC_TRUE@
160 HAVE_GCONF_FALSE = @HAVE_GCONF_FALSE@
161 HAVE_GCONF_TRUE = @HAVE_GCONF_TRUE@
162 HAVE_GNOME_VFS_FALSE = @HAVE_GNOME_VFS_FALSE@
163 HAVE_GNOME_VFS_TRUE = @HAVE_GNOME_VFS_TRUE@
164 HAVE_LIBVISUAL_FALSE = @HAVE_LIBVISUAL_FALSE@
165 HAVE_LIBVISUAL_TRUE = @HAVE_LIBVISUAL_TRUE@
166 HAVE_LINUX_JOYSTICK_FALSE = @HAVE_LINUX_JOYSTICK_FALSE@
167 HAVE_LINUX_JOYSTICK_TRUE = @HAVE_LINUX_JOYSTICK_TRUE@
168 HAVE_MIKMOD_FALSE = @HAVE_MIKMOD_FALSE@
169 HAVE_MIKMOD_TRUE = @HAVE_MIKMOD_TRUE@
170 HAVE_OGGVORBIS_FALSE = @HAVE_OGGVORBIS_FALSE@
171 HAVE_OGGVORBIS_TRUE = @HAVE_OGGVORBIS_TRUE@
172 HAVE_OSS_FALSE = @HAVE_OSS_FALSE@
173 HAVE_OSS_TRUE = @HAVE_OSS_TRUE@
174 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
175 HAVE_SNPRINTF = @HAVE_SNPRINTF@
176 HAVE_SOLARIS_FALSE = @HAVE_SOLARIS_FALSE@
177 HAVE_SOLARIS_TRUE = @HAVE_SOLARIS_TRUE@
178 HAVE_SUN_FALSE = @HAVE_SUN_FALSE@
179 HAVE_SUN_TRUE = @HAVE_SUN_TRUE@
180 HAVE_WPRINTF = @HAVE_WPRINTF@
181 ID3LIBS = @ID3LIBS@
182 INPUT_PLUGINS = @INPUT_PLUGINS@
183 INPUT_PLUGIN_DIR = @INPUT_PLUGIN_DIR@
184 INSTALL_DATA = @INSTALL_DATA@
185 INSTALL_PROGRAM = @INSTALL_PROGRAM@
186 INSTALL_SCRIPT = @INSTALL_SCRIPT@
187 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
188 INSTOBJEXT = @INSTOBJEXT@
189 INTLBISON = @INTLBISON@
190 INTLLIBS = @INTLLIBS@
191 INTLOBJS = @INTLOBJS@
192 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
193 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
194 LDFLAGS = @LDFLAGS@
195 LIBBEEP_MAJOR_VERSION = @LIBBEEP_MAJOR_VERSION@
196 LIBBEEP_MICRO_VERSION = @LIBBEEP_MICRO_VERSION@
197 LIBBEEP_MINOR_VERSION = @LIBBEEP_MINOR_VERSION@
198 LIBFLAC_CFLAGS = @LIBFLAC_CFLAGS@
199 LIBFLAC_LIBS = @LIBFLAC_LIBS@
200 LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@
201 LIBGLADE_LIBS = @LIBGLADE_LIBS@
202 LIBICONV = @LIBICONV@
203 LIBINTL = @LIBINTL@
204 LIBMIKMOD_CFLAGS = @LIBMIKMOD_CFLAGS@
205 LIBMIKMOD_CONFIG = @LIBMIKMOD_CONFIG@
206 LIBMIKMOD_LDADD = @LIBMIKMOD_LDADD@
207 LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@
208 LIBOBJS = @LIBOBJS@
209 LIBS = @LIBS@
210 LIBTOOL = @LIBTOOL@
211 LIBVISUAL_CFLAGS = @LIBVISUAL_CFLAGS@
212 LIBVISUAL_LIBS = @LIBVISUAL_LIBS@
213 LN_S = @LN_S@
214 LTLIBICONV = @LTLIBICONV@
215 LTLIBINTL = @LTLIBINTL@
216 LTLIBOBJS = @LTLIBOBJS@
217 MAKEINFO = @MAKEINFO@
218 MKINSTALLDIRS = @MKINSTALLDIRS@
219 MSGFMT = @MSGFMT@
220 MSGMERGE = @MSGMERGE@
221 OBJEXT = @OBJEXT@
222 OGG_VORBIS_CFLAGS = @OGG_VORBIS_CFLAGS@
223 OGG_VORBIS_LIBS = @OGG_VORBIS_LIBS@
224 OUTPUT_PLUGINS = @OUTPUT_PLUGINS@
225 OUTPUT_PLUGIN_DIR = @OUTPUT_PLUGIN_DIR@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_VERSION = @PACKAGE_VERSION@
232 PATH_SEPARATOR = @PATH_SEPARATOR@
233 PC_REQUIRES = @PC_REQUIRES@
234 PKG_CONFIG = @PKG_CONFIG@
235 PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
236 POSUB = @POSUB@
237 RANLIB = @RANLIB@
238 SDL_CFLAGS = @SDL_CFLAGS@
239 SDL_CONFIG = @SDL_CONFIG@
240 SDL_LIBS = @SDL_LIBS@
241 SET_MAKE = @SET_MAKE@
242 SHELL = @SHELL@
243 STRIP = @STRIP@
244 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
245 USE_NLS = @USE_NLS@
246 USE_SIMD_FALSE = @USE_SIMD_FALSE@
247 USE_SIMD_TRUE = @USE_SIMD_TRUE@
248 USE_X86ASM_FALSE = @USE_X86ASM_FALSE@
249 USE_X86ASM_TRUE = @USE_X86ASM_TRUE@
250 VERSION = @VERSION@
251 VISUALIZATION_PLUGINS = @VISUALIZATION_PLUGINS@
252 VISUALIZATION_PLUGIN_DIR = @VISUALIZATION_PLUGIN_DIR@
253 XGETTEXT = @XGETTEXT@
254 X_CFLAGS = @X_CFLAGS@
255 X_EXTRA_LIBS = @X_EXTRA_LIBS@
256 X_LIBS = @X_LIBS@
257 X_PRE_LIBS = @X_PRE_LIBS@
258 ac_ct_AR = @ac_ct_AR@
259 ac_ct_CC = @ac_ct_CC@
260 ac_ct_CXX = @ac_ct_CXX@
261 ac_ct_RANLIB = @ac_ct_RANLIB@
262 ac_ct_STRIP = @ac_ct_STRIP@
263 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
264 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
265 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
266 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
267 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
268 am__include = @am__include@
269 am__leading_dot = @am__leading_dot@
270 am__quote = @am__quote@
271 am__tar = @am__tar@
272 am__untar = @am__untar@
273 beepdir = @beepdir@
274 bindir = @bindir@
275 build = @build@
276 build_alias = @build_alias@
277 build_cpu = @build_cpu@
278 build_os = @build_os@
279 build_vendor = @build_vendor@
280 datadir = @datadir@
281 exec_prefix = @exec_prefix@
282 host = @host@
283 host_alias = @host_alias@
284 host_cpu = @host_cpu@
285 host_os = @host_os@
286 host_vendor = @host_vendor@
287 includedir = @includedir@
288 infodir = @infodir@
289 install_sh = @install_sh@
290 libdir = @libdir@
291 libexecdir = @libexecdir@
292 localedir = @localedir@
293 localstatedir = @localstatedir@
294 mandir = @mandir@
295 mkdir_p = @mkdir_p@
296 oldincludedir = @oldincludedir@
297 plugindir = @plugindir@
298 pluginsubs = @pluginsubs@
299 prefix = @prefix@
300 program_transform_name = @program_transform_name@
301 sbindir = @sbindir@
302 sharedstatedir = @sharedstatedir@
303 sysconfdir = @sysconfdir@
304 target = @target@
305 target_alias = @target_alias@
306 target_cpu = @target_cpu@
307 target_os = @target_os@
308 target_vendor = @target_vendor@
309 AUTOMAKE_OPTIONS = foreign
310 INCLUDES = -I$(top_srcdir)/include
311 noinst_LTLIBRARIES = libplugin_common.la
312 noinst_HEADERS = \
313 all.h \
314 charset.h \
315 defs.h \
316 dither.h \
317 locale_hack.h \
318 tags.h
319
320 libplugin_common_la_SOURCES = \
321 charset.c \
322 dither.c \
323 tags.c
324
325 EXTRA_DIST = \
326 Makefile.lite \
327 README \
328 plugin_common_static.dsp
329
330 all: all-am
331
332 .SUFFIXES:
333 .SUFFIXES: .c .lo .o .obj
334 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
335 @for dep in $?; do \
336 case '$(am__configure_deps)' in \
337 *$$dep*) \
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
339 && exit 0; \
340 exit 1;; \
341 esac; \
342 done; \
343 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Input/flac/plugin_common/Makefile'; \
344 cd $(top_srcdir) && \
345 $(AUTOMAKE) --foreign Input/flac/plugin_common/Makefile
346 .PRECIOUS: Makefile
347 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348 @case '$?' in \
349 *config.status*) \
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351 *) \
352 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354 esac;
355
356 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
359 $(top_srcdir)/configure: $(am__configure_deps)
360 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
362 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363
364 clean-noinstLTLIBRARIES:
365 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
366 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
367 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
368 test "$$dir" != "$$p" || dir=.; \
369 echo "rm -f \"$${dir}/so_locations\""; \
370 rm -f "$${dir}/so_locations"; \
371 done
372 libplugin_common.la: $(libplugin_common_la_OBJECTS) $(libplugin_common_la_DEPENDENCIES)
373 $(LINK) $(libplugin_common_la_LDFLAGS) $(libplugin_common_la_OBJECTS) $(libplugin_common_la_LIBADD) $(LIBS)
374
375 mostlyclean-compile:
376 -rm -f *.$(OBJEXT)
377
378 distclean-compile:
379 -rm -f *.tab.c
380
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dither.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tags.Plo@am__quote@
384
385 .c.o:
386 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
387 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
391
392 .c.obj:
393 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
394 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
398
399 .c.lo:
400 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
401 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
405
406 mostlyclean-libtool:
407 -rm -f *.lo
408
409 clean-libtool:
410 -rm -rf .libs _libs
411
412 distclean-libtool:
413 -rm -f libtool
414 uninstall-info-am:
415
416 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
417 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
418 unique=`for i in $$list; do \
419 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420 done | \
421 $(AWK) ' { files[$$0] = 1; } \
422 END { for (i in files) print i; }'`; \
423 mkid -fID $$unique
424 tags: TAGS
425
426 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
427 $(TAGS_FILES) $(LISP)
428 tags=; \
429 here=`pwd`; \
430 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431 unique=`for i in $$list; do \
432 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433 done | \
434 $(AWK) ' { files[$$0] = 1; } \
435 END { for (i in files) print i; }'`; \
436 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
437 test -n "$$unique" || unique=$$empty_fix; \
438 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439 $$tags $$unique; \
440 fi
441 ctags: CTAGS
442 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
443 $(TAGS_FILES) $(LISP)
444 tags=; \
445 here=`pwd`; \
446 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
447 unique=`for i in $$list; do \
448 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449 done | \
450 $(AWK) ' { files[$$0] = 1; } \
451 END { for (i in files) print i; }'`; \
452 test -z "$(CTAGS_ARGS)$$tags$$unique" \
453 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454 $$tags $$unique
455
456 GTAGS:
457 here=`$(am__cd) $(top_builddir) && pwd` \
458 && cd $(top_srcdir) \
459 && gtags -i $(GTAGS_ARGS) $$here
460
461 distclean-tags:
462 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
463
464 distdir: $(DISTFILES)
465 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
466 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
467 list='$(DISTFILES)'; for file in $$list; do \
468 case $$file in \
469 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
470 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
471 esac; \
472 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
474 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
475 dir="/$$dir"; \
476 $(mkdir_p) "$(distdir)$$dir"; \
477 else \
478 dir=''; \
479 fi; \
480 if test -d $$d/$$file; then \
481 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
482 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
483 fi; \
484 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
485 else \
486 test -f $(distdir)/$$file \
487 || cp -p $$d/$$file $(distdir)/$$file \
488 || exit 1; \
489 fi; \
490 done
491 check-am: all-am
492 check: check-am
493 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
494 installdirs:
495 install: install-am
496 install-exec: install-exec-am
497 install-data: install-data-am
498 uninstall: uninstall-am
499
500 install-am: all-am
501 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
502
503 installcheck: installcheck-am
504 install-strip:
505 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
506 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
507 `test -z '$(STRIP)' || \
508 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
509 mostlyclean-generic:
510
511 clean-generic:
512
513 distclean-generic:
514 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
515
516 maintainer-clean-generic:
517 @echo "This command is intended for maintainers to use"
518 @echo "it deletes files that may require special tools to rebuild."
519 clean: clean-am
520
521 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
522 mostlyclean-am
523
524 distclean: distclean-am
525 -rm -rf ./$(DEPDIR)
526 -rm -f Makefile
527 distclean-am: clean-am distclean-compile distclean-generic \
528 distclean-libtool distclean-tags
529
530 dvi: dvi-am
531
532 dvi-am:
533
534 html: html-am
535
536 info: info-am
537
538 info-am:
539
540 install-data-am:
541
542 install-exec-am:
543
544 install-info: install-info-am
545
546 install-man:
547
548 installcheck-am:
549
550 maintainer-clean: maintainer-clean-am
551 -rm -rf ./$(DEPDIR)
552 -rm -f Makefile
553 maintainer-clean-am: distclean-am maintainer-clean-generic
554
555 mostlyclean: mostlyclean-am
556
557 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
558 mostlyclean-libtool
559
560 pdf: pdf-am
561
562 pdf-am:
563
564 ps: ps-am
565
566 ps-am:
567
568 uninstall-am: uninstall-info-am
569
570 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
571 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
572 distclean-compile distclean-generic distclean-libtool \
573 distclean-tags distdir dvi dvi-am html html-am info info-am \
574 install install-am install-data install-data-am install-exec \
575 install-exec-am install-info install-info-am install-man \
576 install-strip installcheck installcheck-am installdirs \
577 maintainer-clean maintainer-clean-generic mostlyclean \
578 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
579 pdf pdf-am ps ps-am tags uninstall uninstall-am \
580 uninstall-info-am
581
582
583 debug:
584 $(MAKE) all CFLAGS="@DEBUG@"
585
586 profile:
587 $(MAKE) all CFLAGS="@PROFILE@"
588 # Tell versions [3.59,3.63) of GNU make to not export all variables.
589 # Otherwise a system limit (for SysV at least) may be exceeded.
590 .NOEXPORT: