mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
11 lines
266 B
Makefile
11 lines
266 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir)
|
||
|
|
||
|
lib_LTLIBRARIES = libl2.la
|
||
|
libl2_la_SOURCES = l2.c l2.h
|
||
|
libl2_la_LDFLAGS = -no-undefined
|
||
|
libl2_la_LIBADD = $(top_builddir)/l1/libl1.la
|