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