| Line | |
|---|
| 1 | ## Process this file with automake to produce Makefile.in
|
|---|
| 2 | bin_PROGRAMS = sed
|
|---|
| 3 |
|
|---|
| 4 | localedir = $(datadir)/locale
|
|---|
| 5 |
|
|---|
| 6 | sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c
|
|---|
| 7 | noinst_HEADERS = sed.h
|
|---|
| 8 |
|
|---|
| 9 | AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/intl \
|
|---|
| 10 | -I$(top_srcdir) -I$(top_builddir)/lib \
|
|---|
| 11 | -I$(top_builddir)/intl -DLOCALEDIR=\"$(localedir)\"
|
|---|
| 12 |
|
|---|
| 13 | sed_LDADD = ../lib/libsed.a @INTLLIBS@
|
|---|
| 14 | sed_DEPENDENCIES = ../lib/libsed.a
|
|---|
| 15 |
|
|---|
| 16 | $(PROGRAMS): $(LDADD)
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.