VirtualBox

source: kBuild/trunk/src/sed/sed/Makefile.am@ 604

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

GNU sed 4.1.5.

File size: 446 bytes
Line 
1## Process this file with automake to produce Makefile.in
2bin_PROGRAMS = sed
3
4localedir = $(datadir)/locale
5
6sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c
7noinst_HEADERS = sed.h
8
9AM_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
13sed_LDADD = ../lib/libsed.a @INTLLIBS@
14sed_DEPENDENCIES = ../lib/libsed.a
15
16$(PROGRAMS): $(LDADD)
17
18
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