1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6# Foundation, 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37@KEEP_OLD_SYMBOLS_TRUE@am__append_1 = seq_old.c
38subdir = src/seq
39DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40	$(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43	$(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/include/config.h
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50libseq_la_LIBADD =
51am__libseq_la_SOURCES_DIST = seq_hw.c seq.c seq_event.c seqmid.c \
52	seq_midi_event.c seq_symbols.c seq_old.c
53@KEEP_OLD_SYMBOLS_TRUE@am__objects_1 = seq_old.lo
54am_libseq_la_OBJECTS = seq_hw.lo seq.lo seq_event.lo seqmid.lo \
55	seq_midi_event.lo seq_symbols.lo $(am__objects_1)
56libseq_la_OBJECTS = $(am_libseq_la_OBJECTS)
57AM_V_lt = $(am__v_lt_@AM_V@)
58am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
59am__v_lt_0 = --silent
60DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
61depcomp = $(SHELL) $(top_srcdir)/depcomp
62am__depfiles_maybe = depfiles
63am__mv = mv -f
64COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
67	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
68	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
69	$(AM_CFLAGS) $(CFLAGS)
70AM_V_CC = $(am__v_CC_@AM_V@)
71am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
72am__v_CC_0 = @echo "  CC    " $@;
73AM_V_at = $(am__v_at_@AM_V@)
74am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
75am__v_at_0 = @
76CCLD = $(CC)
77LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
78	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79	$(AM_LDFLAGS) $(LDFLAGS) -o $@
80AM_V_CCLD = $(am__v_CCLD_@AM_V@)
81am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
82am__v_CCLD_0 = @echo "  CCLD  " $@;
83AM_V_GEN = $(am__v_GEN_@AM_V@)
84am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
85am__v_GEN_0 = @echo "  GEN   " $@;
86SOURCES = $(libseq_la_SOURCES)
87DIST_SOURCES = $(am__libseq_la_SOURCES_DIST)
88HEADERS = $(noinst_HEADERS)
89ETAGS = etags
90CTAGS = ctags
91DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92ACLOCAL = @ACLOCAL@
93ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
94ALSA_DEPLIBS = @ALSA_DEPLIBS@
95ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
96ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
97AMTAR = @AMTAR@
98AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
99AR = @AR@
100AUTOCONF = @AUTOCONF@
101AUTOHEADER = @AUTOHEADER@
102AUTOMAKE = @AUTOMAKE@
103AWK = @AWK@
104CC = @CC@
105CCDEPMODE = @CCDEPMODE@
106CFLAGS = @CFLAGS@
107CPP = @CPP@
108CPPFLAGS = @CPPFLAGS@
109CYGPATH_W = @CYGPATH_W@
110DEFS = @DEFS@
111DEPDIR = @DEPDIR@
112DLLTOOL = @DLLTOOL@
113DSYMUTIL = @DSYMUTIL@
114DUMPBIN = @DUMPBIN@
115ECHO_C = @ECHO_C@
116ECHO_N = @ECHO_N@
117ECHO_T = @ECHO_T@
118EGREP = @EGREP@
119EXEEXT = @EXEEXT@
120FGREP = @FGREP@
121GREP = @GREP@
122INSTALL = @INSTALL@
123INSTALL_DATA = @INSTALL_DATA@
124INSTALL_PROGRAM = @INSTALL_PROGRAM@
125INSTALL_SCRIPT = @INSTALL_SCRIPT@
126INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127LD = @LD@
128LDFLAGS = @LDFLAGS@
129LIBOBJS = @LIBOBJS@
130LIBS = @LIBS@
131LIBTOOL = @LIBTOOL@
132LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
133LIPO = @LIPO@
134LN_S = @LN_S@
135LTLIBOBJS = @LTLIBOBJS@
136MAKEINFO = @MAKEINFO@
137MANIFEST_TOOL = @MANIFEST_TOOL@
138MKDIR_P = @MKDIR_P@
139NM = @NM@
140NMEDIT = @NMEDIT@
141OBJDUMP = @OBJDUMP@
142OBJEXT = @OBJEXT@
143OTOOL = @OTOOL@
144OTOOL64 = @OTOOL64@
145PACKAGE = @PACKAGE@
146PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147PACKAGE_NAME = @PACKAGE_NAME@
148PACKAGE_STRING = @PACKAGE_STRING@
149PACKAGE_TARNAME = @PACKAGE_TARNAME@
150PACKAGE_URL = @PACKAGE_URL@
151PACKAGE_VERSION = @PACKAGE_VERSION@
152PATH_SEPARATOR = @PATH_SEPARATOR@
153PYTHON_INCLUDES = @PYTHON_INCLUDES@
154PYTHON_LIBS = @PYTHON_LIBS@
155RANLIB = @RANLIB@
156SED = @SED@
157SET_MAKE = @SET_MAKE@
158SHELL = @SHELL@
159SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
160SND_LIB_MAJOR = @SND_LIB_MAJOR@
161SND_LIB_MINOR = @SND_LIB_MINOR@
162SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
163SND_LIB_VERSION = @SND_LIB_VERSION@
164STRIP = @STRIP@
165SYMBOL_PREFIX = @SYMBOL_PREFIX@
166VERSION = @VERSION@
167abs_builddir = @abs_builddir@
168abs_srcdir = @abs_srcdir@
169abs_top_builddir = @abs_top_builddir@
170abs_top_srcdir = @abs_top_srcdir@
171ac_ct_AR = @ac_ct_AR@
172ac_ct_CC = @ac_ct_CC@
173ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
174am__include = @am__include@
175am__leading_dot = @am__leading_dot@
176am__quote = @am__quote@
177am__tar = @am__tar@
178am__untar = @am__untar@
179bindir = @bindir@
180build = @build@
181build_alias = @build_alias@
182build_cpu = @build_cpu@
183build_os = @build_os@
184build_vendor = @build_vendor@
185builddir = @builddir@
186datadir = @datadir@
187datarootdir = @datarootdir@
188docdir = @docdir@
189dvidir = @dvidir@
190exec_prefix = @exec_prefix@
191host = @host@
192host_alias = @host_alias@
193host_cpu = @host_cpu@
194host_os = @host_os@
195host_vendor = @host_vendor@
196htmldir = @htmldir@
197includedir = @includedir@
198infodir = @infodir@
199install_sh = @install_sh@
200libdir = @libdir@
201libexecdir = @libexecdir@
202localedir = @localedir@
203localstatedir = @localstatedir@
204mandir = @mandir@
205mkdir_p = @mkdir_p@
206oldincludedir = @oldincludedir@
207pdfdir = @pdfdir@
208prefix = @prefix@
209program_transform_name = @program_transform_name@
210psdir = @psdir@
211sbindir = @sbindir@
212sharedstatedir = @sharedstatedir@
213srcdir = @srcdir@
214sysconfdir = @sysconfdir@
215target_alias = @target_alias@
216top_build_prefix = @top_build_prefix@
217top_builddir = @top_builddir@
218top_srcdir = @top_srcdir@
219EXTRA_LTLIBRARIES = libseq.la
220libseq_la_SOURCES = seq_hw.c seq.c seq_event.c seqmid.c \
221	seq_midi_event.c seq_symbols.c $(am__append_1)
222noinst_HEADERS = seq_local.h
223INCLUDES = -I$(top_srcdir)/include
224all: all-am
225
226.SUFFIXES:
227.SUFFIXES: .c .lo .o .obj
228$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
229	@for dep in $?; do \
230	  case '$(am__configure_deps)' in \
231	    *$$dep*) \
232	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
233	        && { if test -f $@; then exit 0; else break; fi; }; \
234	      exit 1;; \
235	  esac; \
236	done; \
237	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/seq/Makefile'; \
238	$(am__cd) $(top_srcdir) && \
239	  $(AUTOMAKE) --foreign src/seq/Makefile
240.PRECIOUS: Makefile
241Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242	@case '$?' in \
243	  *config.status*) \
244	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245	  *) \
246	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248	esac;
249
250$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253$(top_srcdir)/configure:  $(am__configure_deps)
254	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
256	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257$(am__aclocal_m4_deps):
258libseq.la: $(libseq_la_OBJECTS) $(libseq_la_DEPENDENCIES) $(EXTRA_libseq_la_DEPENDENCIES) 
259	$(AM_V_CCLD)$(LINK)  $(libseq_la_OBJECTS) $(libseq_la_LIBADD) $(LIBS)
260
261mostlyclean-compile:
262	-rm -f *.$(OBJEXT)
263
264distclean-compile:
265	-rm -f *.tab.c
266
267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq.Plo@am__quote@
268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq_event.Plo@am__quote@
269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq_hw.Plo@am__quote@
270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq_midi_event.Plo@am__quote@
271@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq_old.Plo@am__quote@
272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq_symbols.Plo@am__quote@
273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seqmid.Plo@am__quote@
274
275.c.o:
276@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
277@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
278@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
279@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
281
282.c.obj:
283@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
284@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
285@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
288
289.c.lo:
290@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
291@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
292@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
293@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
295
296mostlyclean-libtool:
297	-rm -f *.lo
298
299clean-libtool:
300	-rm -rf .libs _libs
301
302ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304	unique=`for i in $$list; do \
305	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306	  done | \
307	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
308	      END { if (nonempty) { for (i in files) print i; }; }'`; \
309	mkid -fID $$unique
310tags: TAGS
311
312TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
313		$(TAGS_FILES) $(LISP)
314	set x; \
315	here=`pwd`; \
316	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
317	unique=`for i in $$list; do \
318	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319	  done | \
320	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
321	      END { if (nonempty) { for (i in files) print i; }; }'`; \
322	shift; \
323	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
324	  test -n "$$unique" || unique=$$empty_fix; \
325	  if test $$# -gt 0; then \
326	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327	      "$$@" $$unique; \
328	  else \
329	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330	      $$unique; \
331	  fi; \
332	fi
333ctags: CTAGS
334CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335		$(TAGS_FILES) $(LISP)
336	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337	unique=`for i in $$list; do \
338	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339	  done | \
340	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341	      END { if (nonempty) { for (i in files) print i; }; }'`; \
342	test -z "$(CTAGS_ARGS)$$unique" \
343	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
344	     $$unique
345
346GTAGS:
347	here=`$(am__cd) $(top_builddir) && pwd` \
348	  && $(am__cd) $(top_srcdir) \
349	  && gtags -i $(GTAGS_ARGS) "$$here"
350
351distclean-tags:
352	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
353
354distdir: $(DISTFILES)
355	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357	list='$(DISTFILES)'; \
358	  dist_files=`for file in $$list; do echo $$file; done | \
359	  sed -e "s|^$$srcdirstrip/||;t" \
360	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
361	case $$dist_files in \
362	  */*) $(MKDIR_P) `echo "$$dist_files" | \
363			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
364			   sort -u` ;; \
365	esac; \
366	for file in $$dist_files; do \
367	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368	  if test -d $$d/$$file; then \
369	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
370	    if test -d "$(distdir)/$$file"; then \
371	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372	    fi; \
373	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
375	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376	    fi; \
377	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
378	  else \
379	    test -f "$(distdir)/$$file" \
380	    || cp -p $$d/$$file "$(distdir)/$$file" \
381	    || exit 1; \
382	  fi; \
383	done
384check-am: all-am
385check: check-am
386all-am: Makefile $(HEADERS)
387installdirs:
388install: install-am
389install-exec: install-exec-am
390install-data: install-data-am
391uninstall: uninstall-am
392
393install-am: all-am
394	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395
396installcheck: installcheck-am
397install-strip:
398	if test -z '$(STRIP)'; then \
399	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
400	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
401	      install; \
402	else \
403	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
404	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
405	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
406	fi
407mostlyclean-generic:
408
409clean-generic:
410
411distclean-generic:
412	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
413	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
414
415maintainer-clean-generic:
416	@echo "This command is intended for maintainers to use"
417	@echo "it deletes files that may require special tools to rebuild."
418clean: clean-am
419
420clean-am: clean-generic clean-libtool mostlyclean-am
421
422distclean: distclean-am
423	-rm -rf ./$(DEPDIR)
424	-rm -f Makefile
425distclean-am: clean-am distclean-compile distclean-generic \
426	distclean-tags
427
428dvi: dvi-am
429
430dvi-am:
431
432html: html-am
433
434html-am:
435
436info: info-am
437
438info-am:
439
440install-data-am:
441
442install-dvi: install-dvi-am
443
444install-dvi-am:
445
446install-exec-am:
447
448install-html: install-html-am
449
450install-html-am:
451
452install-info: install-info-am
453
454install-info-am:
455
456install-man:
457
458install-pdf: install-pdf-am
459
460install-pdf-am:
461
462install-ps: install-ps-am
463
464install-ps-am:
465
466installcheck-am:
467
468maintainer-clean: maintainer-clean-am
469	-rm -rf ./$(DEPDIR)
470	-rm -f Makefile
471maintainer-clean-am: distclean-am maintainer-clean-generic
472
473mostlyclean: mostlyclean-am
474
475mostlyclean-am: mostlyclean-compile mostlyclean-generic \
476	mostlyclean-libtool
477
478pdf: pdf-am
479
480pdf-am:
481
482ps: ps-am
483
484ps-am:
485
486uninstall-am:
487
488.MAKE: install-am install-strip
489
490.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
491	clean-libtool ctags distclean distclean-compile \
492	distclean-generic distclean-libtool distclean-tags distdir dvi \
493	dvi-am html html-am info info-am install install-am \
494	install-data install-data-am install-dvi install-dvi-am \
495	install-exec install-exec-am install-html install-html-am \
496	install-info install-info-am install-man install-pdf \
497	install-pdf-am install-ps install-ps-am install-strip \
498	installcheck installcheck-am installdirs maintainer-clean \
499	maintainer-clean-generic mostlyclean mostlyclean-compile \
500	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
501	tags uninstall uninstall-am
502
503
504all: libseq.la
505
506# Tell versions [3.59,3.63) of GNU make to not export all variables.
507# Otherwise a system limit (for SysV at least) may be exceeded.
508.NOEXPORT:
509