1## Process this file with automake to produce Makefile.in
2
3AUTOMAKE_OPTIONS = no-dependencies foreign
4
5INCLUDES = -I$(top_srcdir)
6
7lib_LTLIBRARIES = libl4.la
8libl4_la_SOURCES = l4.c l4.h
9libl4_la_LDFLAGS = -no-undefined
10libl4_la_LIBADD = $(top_builddir)/l3/libl3.la $(LIBM)
11