VirtualBox

source: kBuild/trunk/src/sed/Makefile.kmk@ 712

Last change on this file since 712 was 683, checked in by bird, 18 years ago

configured sed and ash for darwin and rebuilt the darwin binaries.

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1# $Id: $
2
3
4DEPTH = ../..
5include $(PATH_KBUILD)/header.kmk
6
7#
8# kmk_sed
9#
10PROGRAMS += kmk_sed
11
12kmk_sed_TEMPLATE = BIN
13kmk_sed_DEPS = \
14 $(PATH_TARGET)/config.h \
15 $(PATH_TARGET)/regex.h
16kmk_sed_INCS = \
17 $(PATH_TARGET) \
18 . \
19 lib \
20 intl
21kmk_sed_DEFS = \
22 HAVE_CONFIG_H
23kmk_sed_SOURCES = \
24 sed/sed.c \
25 sed/compile.c \
26 sed/execute.c \
27 sed/regexp.c \
28 sed/fmt.c \
29 sed/mbcs.c \
30 lib/getopt1.c \
31 lib/getopt.c \
32 lib/utils.c \
33 lib/regex.c
34kmk_sed_SOURCES.darwin += \
35 lib/strverscmp.c \
36 lib/obstack.c \
37 lib/getline.c
38ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)
39kmk_sed_SOURCES += \
40 lib/strverscmp.c \
41 lib/obstack.c \
42 lib/mkstemp.c \
43 lib/getline.c \
44 ../lib/startuphacks-win.c
45endif
46
47include $(PATH_KBUILD)/footer.kmk
48
49#
50# Use checked in config.h instead of running ./configure for it.
51#
52config.h.$(BUILD_TARGET) := config.h.$(BUILD_TARGET)
53config.h.win32 := config.h.win
54config.h.win64 := config.h.win
55config.h.nt := config.h.win
56
57$(PATH_TARGET)/config.h: $(config.h.$(BUILD_TARGET)) | $(call DIRDEP,$(PATH_TARGET))
58 $(CP) $^ $@
59
60#
61# Use the regex lib shipped with sed and not anything installed on the system.
62#
63$(PATH_TARGET)/regex.h: lib/regex_.h | $(call DIRDEP,$(PATH_TARGET))
64 $(CP) $^ $@
65
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