tizen 2.3.1 release
[external/alsa-lib.git] / src / control / 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 @BUILD_CTL_PLUGIN_SHM_TRUE@am__append_1 = control_shm.c
38 @BUILD_CTL_PLUGIN_EXT_TRUE@am__append_2 = control_ext.c
39 subdir = src/control
40 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
41         $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44         $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/include/config.h
49 CONFIG_CLEAN_FILES =
50 CONFIG_CLEAN_VPATH_FILES =
51 libcontrol_la_LIBADD =
52 am__libcontrol_la_SOURCES_DIST = cards.c tlv.c namehint.c hcontrol.c \
53         control.c control_hw.c setup.c ctlparse.c control_symbols.c \
54         control_shm.c control_ext.c
55 @BUILD_CTL_PLUGIN_SHM_TRUE@am__objects_1 = control_shm.lo
56 @BUILD_CTL_PLUGIN_EXT_TRUE@am__objects_2 = control_ext.lo
57 am_libcontrol_la_OBJECTS = cards.lo tlv.lo namehint.lo hcontrol.lo \
58         control.lo control_hw.lo setup.lo ctlparse.lo \
59         control_symbols.lo $(am__objects_1) $(am__objects_2)
60 libcontrol_la_OBJECTS = $(am_libcontrol_la_OBJECTS)
61 AM_V_lt = $(am__v_lt_$(V))
62 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
63 am__v_lt_0 = --silent
64 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
65 depcomp = $(SHELL) $(top_srcdir)/depcomp
66 am__depfiles_maybe = depfiles
67 am__mv = mv -f
68 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
71         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
72         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73         $(AM_CFLAGS) $(CFLAGS)
74 AM_V_CC = $(am__v_CC_$(V))
75 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
76 am__v_CC_0 = @echo "  CC    " $@;
77 AM_V_at = $(am__v_at_$(V))
78 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
79 am__v_at_0 = @
80 CCLD = $(CC)
81 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
82         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83         $(AM_LDFLAGS) $(LDFLAGS) -o $@
84 AM_V_CCLD = $(am__v_CCLD_$(V))
85 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
86 am__v_CCLD_0 = @echo "  CCLD  " $@;
87 AM_V_GEN = $(am__v_GEN_$(V))
88 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
89 am__v_GEN_0 = @echo "  GEN   " $@;
90 SOURCES = $(libcontrol_la_SOURCES)
91 DIST_SOURCES = $(am__libcontrol_la_SOURCES_DIST)
92 HEADERS = $(noinst_HEADERS)
93 ETAGS = etags
94 CTAGS = ctags
95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96 ACLOCAL = @ACLOCAL@
97 ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
98 ALSA_DEPLIBS = @ALSA_DEPLIBS@
99 ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
100 ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
101 AMTAR = @AMTAR@
102 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
103 AR = @AR@
104 AUTOCONF = @AUTOCONF@
105 AUTOHEADER = @AUTOHEADER@
106 AUTOMAKE = @AUTOMAKE@
107 AWK = @AWK@
108 CC = @CC@
109 CCDEPMODE = @CCDEPMODE@
110 CFLAGS = @CFLAGS@
111 CPP = @CPP@
112 CPPFLAGS = @CPPFLAGS@
113 CXX = @CXX@
114 CXXCPP = @CXXCPP@
115 CXXDEPMODE = @CXXDEPMODE@
116 CXXFLAGS = @CXXFLAGS@
117 CYGPATH_W = @CYGPATH_W@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 ECHO = @ECHO@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 F77 = @F77@
127 FFLAGS = @FFLAGS@
128 GREP = @GREP@
129 INSTALL = @INSTALL@
130 INSTALL_DATA = @INSTALL_DATA@
131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134 LDFLAGS = @LDFLAGS@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
139 LN_S = @LN_S@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAKEINFO = @MAKEINFO@
142 MKDIR_P = @MKDIR_P@
143 OBJEXT = @OBJEXT@
144 PACKAGE = @PACKAGE@
145 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146 PACKAGE_NAME = @PACKAGE_NAME@
147 PACKAGE_STRING = @PACKAGE_STRING@
148 PACKAGE_TARNAME = @PACKAGE_TARNAME@
149 PACKAGE_URL = @PACKAGE_URL@
150 PACKAGE_VERSION = @PACKAGE_VERSION@
151 PATH_SEPARATOR = @PATH_SEPARATOR@
152 PYTHON_INCLUDES = @PYTHON_INCLUDES@
153 PYTHON_LIBS = @PYTHON_LIBS@
154 RANLIB = @RANLIB@
155 SET_MAKE = @SET_MAKE@
156 SHELL = @SHELL@
157 SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
158 SND_LIB_MAJOR = @SND_LIB_MAJOR@
159 SND_LIB_MINOR = @SND_LIB_MINOR@
160 SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
161 SND_LIB_VERSION = @SND_LIB_VERSION@
162 STRIP = @STRIP@
163 SYMBOL_PREFIX = @SYMBOL_PREFIX@
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_CC = @ac_ct_CC@
170 ac_ct_CXX = @ac_ct_CXX@
171 ac_ct_F77 = @ac_ct_F77@
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_alias = @target_alias@
214 top_build_prefix = @top_build_prefix@
215 top_builddir = @top_builddir@
216 top_srcdir = @top_srcdir@
217 EXTRA_LTLIBRARIES = libcontrol.la
218 libcontrol_la_SOURCES = cards.c tlv.c namehint.c hcontrol.c control.c \
219         control_hw.c setup.c ctlparse.c control_symbols.c \
220         $(am__append_1) $(am__append_2)
221 noinst_HEADERS = control_local.h
222 INCLUDES = -I$(top_srcdir)/include
223 all: all-am
224
225 .SUFFIXES:
226 .SUFFIXES: .c .lo .o .obj
227 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
228         @for dep in $?; do \
229           case '$(am__configure_deps)' in \
230             *$$dep*) \
231               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
232                 && { if test -f $@; then exit 0; else break; fi; }; \
233               exit 1;; \
234           esac; \
235         done; \
236         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/control/Makefile'; \
237         $(am__cd) $(top_srcdir) && \
238           $(AUTOMAKE) --foreign src/control/Makefile
239 .PRECIOUS: Makefile
240 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241         @case '$?' in \
242           *config.status*) \
243             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
244           *) \
245             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
246             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
247         esac;
248
249 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252 $(top_srcdir)/configure:  $(am__configure_deps)
253         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(am__aclocal_m4_deps):
257 libcontrol.la: $(libcontrol_la_OBJECTS) $(libcontrol_la_DEPENDENCIES) 
258         $(AM_V_CCLD)$(LINK)  $(libcontrol_la_OBJECTS) $(libcontrol_la_LIBADD) $(LIBS)
259
260 mostlyclean-compile:
261         -rm -f *.$(OBJEXT)
262
263 distclean-compile:
264         -rm -f *.tab.c
265
266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cards.Plo@am__quote@
267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Plo@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_ext.Plo@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_hw.Plo@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_shm.Plo@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control_symbols.Plo@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctlparse.Plo@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hcontrol.Plo@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/namehint.Plo@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup.Plo@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tlv.Plo@am__quote@
277
278 .c.o:
279 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
280 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
285
286 .c.obj:
287 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
288 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
289 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
293
294 .c.lo:
295 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
296 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
297 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
298 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
299 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
301
302 mostlyclean-libtool:
303         -rm -f *.lo
304
305 clean-libtool:
306         -rm -rf .libs _libs
307
308 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
309         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
310         unique=`for i in $$list; do \
311             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312           done | \
313           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
314               END { if (nonempty) { for (i in files) print i; }; }'`; \
315         mkid -fID $$unique
316 tags: TAGS
317
318 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
319                 $(TAGS_FILES) $(LISP)
320         set x; \
321         here=`pwd`; \
322         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
323         unique=`for i in $$list; do \
324             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325           done | \
326           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327               END { if (nonempty) { for (i in files) print i; }; }'`; \
328         shift; \
329         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
330           test -n "$$unique" || unique=$$empty_fix; \
331           if test $$# -gt 0; then \
332             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
333               "$$@" $$unique; \
334           else \
335             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336               $$unique; \
337           fi; \
338         fi
339 ctags: CTAGS
340 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
341                 $(TAGS_FILES) $(LISP)
342         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
343         unique=`for i in $$list; do \
344             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345           done | \
346           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
347               END { if (nonempty) { for (i in files) print i; }; }'`; \
348         test -z "$(CTAGS_ARGS)$$unique" \
349           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
350              $$unique
351
352 GTAGS:
353         here=`$(am__cd) $(top_builddir) && pwd` \
354           && $(am__cd) $(top_srcdir) \
355           && gtags -i $(GTAGS_ARGS) "$$here"
356
357 distclean-tags:
358         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
359
360 distdir: $(DISTFILES)
361         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
362         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363         list='$(DISTFILES)'; \
364           dist_files=`for file in $$list; do echo $$file; done | \
365           sed -e "s|^$$srcdirstrip/||;t" \
366               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
367         case $$dist_files in \
368           */*) $(MKDIR_P) `echo "$$dist_files" | \
369                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
370                            sort -u` ;; \
371         esac; \
372         for file in $$dist_files; do \
373           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374           if test -d $$d/$$file; then \
375             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
376             if test -d "$(distdir)/$$file"; then \
377               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
378             fi; \
379             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
380               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
381               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382             fi; \
383             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
384           else \
385             test -f "$(distdir)/$$file" \
386             || cp -p $$d/$$file "$(distdir)/$$file" \
387             || exit 1; \
388           fi; \
389         done
390 check-am: all-am
391 check: check-am
392 all-am: Makefile $(HEADERS)
393 installdirs:
394 install: install-am
395 install-exec: install-exec-am
396 install-data: install-data-am
397 uninstall: uninstall-am
398
399 install-am: all-am
400         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
401
402 installcheck: installcheck-am
403 install-strip:
404         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
405           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
406           `test -z '$(STRIP)' || \
407             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
408 mostlyclean-generic:
409
410 clean-generic:
411
412 distclean-generic:
413         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
414         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
415
416 maintainer-clean-generic:
417         @echo "This command is intended for maintainers to use"
418         @echo "it deletes files that may require special tools to rebuild."
419 clean: clean-am
420
421 clean-am: clean-generic clean-libtool mostlyclean-am
422
423 distclean: distclean-am
424         -rm -rf ./$(DEPDIR)
425         -rm -f Makefile
426 distclean-am: clean-am distclean-compile distclean-generic \
427         distclean-tags
428
429 dvi: dvi-am
430
431 dvi-am:
432
433 html: html-am
434
435 html-am:
436
437 info: info-am
438
439 info-am:
440
441 install-data-am:
442
443 install-dvi: install-dvi-am
444
445 install-dvi-am:
446
447 install-exec-am:
448
449 install-html: install-html-am
450
451 install-html-am:
452
453 install-info: install-info-am
454
455 install-info-am:
456
457 install-man:
458
459 install-pdf: install-pdf-am
460
461 install-pdf-am:
462
463 install-ps: install-ps-am
464
465 install-ps-am:
466
467 installcheck-am:
468
469 maintainer-clean: maintainer-clean-am
470         -rm -rf ./$(DEPDIR)
471         -rm -f Makefile
472 maintainer-clean-am: distclean-am maintainer-clean-generic
473
474 mostlyclean: mostlyclean-am
475
476 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
477         mostlyclean-libtool
478
479 pdf: pdf-am
480
481 pdf-am:
482
483 ps: ps-am
484
485 ps-am:
486
487 uninstall-am:
488
489 .MAKE: install-am install-strip
490
491 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
492         clean-libtool ctags distclean distclean-compile \
493         distclean-generic distclean-libtool distclean-tags distdir dvi \
494         dvi-am html html-am info info-am install install-am \
495         install-data install-data-am install-dvi install-dvi-am \
496         install-exec install-exec-am install-html install-html-am \
497         install-info install-info-am install-man install-pdf \
498         install-pdf-am install-ps install-ps-am install-strip \
499         installcheck installcheck-am installdirs maintainer-clean \
500         maintainer-clean-generic mostlyclean mostlyclean-compile \
501         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
502         tags uninstall uninstall-am
503
504
505 all: libcontrol.la
506
507 # Tell versions [3.59,3.63) of GNU make to not export all variables.
508 # Otherwise a system limit (for SysV at least) may be exceeded.
509 .NOEXPORT: