## Process this file with automake to produce Makefile.in#### $Id: Makefile.am,v 1.4 2002/06/01 14:09:50 gary Exp $AUTOMAKE_OPTIONS = no-dependencies foreignEXTRA_DIST = acinclude.m4noinst_LTLIBRARIES = libfoo.lalib_LTLIBRARIES = libbaz.lalibfoo_la_SOURCES = foo.cpplibfoo_la_LDFLAGS = -no-undefinedlibfoo_la_LIBADD = $(LIBM)# Test some of the ILD support when using tagged configurations.libbaz_la_SOURCES = baz.cpplibbaz_la_LDFLAGS = -no-undefinedlibbaz_la_LIBADD = libfoo.lanoinst_HEADERS = foo.h baz.hbin_PROGRAMS = tagdemotagdemo_SOURCES = main.cpptagdemo_LDADD = libbaz.la$(OBJECTS): libtoollibtool: $(LIBTOOL_DEPS)$(SHELL) ./config.status --recheck