VirtualBox

source: kBuild/vendor/sed/current/lib/Makefile.am

Last change on this file was 599, checked in by bird, 18 years ago

GNU sed 4.1.5.

File size: 539 bytes
Line 
1## Process this file with automake to produce Makefile.in
2noinst_LIBRARIES = libsed.a
3noinst_HEADERS = getopt.h utils.h obstack.h regex_.h regex_internal.h \
4 strverscmp.h stdbool_.h
5
6libsed_a_SOURCES = getopt1.c getopt.c utils.c
7
8EXTRA_DIST = memmove.c strerror.c regcomp.c regexec.c regex_internal.c
9
10AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir) \
11 -I$(top_builddir)/lib -I$(top_builddir)/intl
12
13libsed_a_LIBADD = @LIBOBJS@ @ALLOCA@
14libsed_a_DEPENDENCIES = $(libsed_a_LIBADD)
15
16DISTCLEANFILES = regex.h stdbool.h
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette