## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = foreign SUBDIRS = doc lib_LTLIBRARIES = libshout.la noinst_LTLIBRARIES = libices.la libshout_la_SOURCES = shout.c sock.c mp3.c encode.c timing.c libices_la_SOURCES = shout.c sock.c mp3.c encode.c timing.c libshout_la_LDFLAGS = -version-info 2:0:0 noinst_HEADERS = shout.h sock.h mp3.h encode.h timing.h INCLUDES = @OPT@ EXTRA_DIST = README AUTHORS COPYING CHANGES libshout.spec \ example/Makefile example/example.c $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck install-data-local: mkdir -p $(DESTDIR)$(includedir)/shout mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example $(INSTALL) -m 0644 $(top_srcdir)/README $(top_srcdir)/AUTHORS $(top_srcdir)/COPYING $(top_srcdir)/CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION) $(INSTALL) -m 0644 $(top_srcdir)/example/Makefile $(top_srcdir)/example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example $(INSTALL) -m 0644 $(top_srcdir)/shout.h $(DESTDIR)$(includedir)/shout