mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
16 lines
489 B
Makefile
16 lines
489 B
Makefile
## Makefile.am for texinfo/lib.
|
|
## $Id: Makefile.am,v 1.1 2004/10/28 18:14:10 zooey Exp $
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
noinst_LIBRARIES = libtxi.a
|
|
INCLUDES = -I../intl
|
|
|
|
# Don't need to list alloca.c, etc., Automake includes them.
|
|
libtxi_a_SOURCES = getopt.c getopt.h getopt1.c system.h xmalloc.c xstrdup.c
|
|
libtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
|
libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
|
|
|
|
## xx configure for bzero?, clib, other common stuff
|
|
|
|
EXTRA_DIST = README
|