* libltdl/ltdl.c (dyld): Remove some debug printf's, fix a bug.
[libtool.git] / cdemo / Makefile.am
blob62c930f8738dfdd56aeced65ecefaa55f4e07ca3
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = no-dependencies foreign
5 EXTRA_DIST = acinclude.m4
7 noinst_LTLIBRARIES = libfoo.la
9 libfoo_la_SOURCES = foo.c
10 libfoo_la_LIBADD = $(LIBM)
11 libfoo_la_LDFLAGS = -no-undefined
13 noinst_HEADERS = foo.h
15 bin_PROGRAMS = cdemo
17 cdemo_SOURCES = main.c
18 cdemo_LDADD = libfoo.la
20 $(OBJECTS): libtool
21 libtool: $(LIBTOOL_DEPS)
22         $(SHELL) ./config.status --recheck