Eric Andersen | c499601 | 1999-10-20 22:08:37 +0000 | [diff] [blame] | 1 | # Makefile for busybox |
| 2 | # |
Eric Andersen | 8ec10a9 | 2001-01-27 09:33:39 +0000 | [diff] [blame] | 3 | # Copyright (C) 1999,2000,2001 Erik Andersen <andersee@debian.org> |
Erik Andersen | 9ffdaa6 | 2000-02-11 21:55:04 +0000 | [diff] [blame] | 4 | # |
Eric Andersen | c499601 | 1999-10-20 22:08:37 +0000 | [diff] [blame] | 5 | # This program is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License as published by |
| 7 | # the Free Software Foundation; either version 2 of the License, or |
| 8 | # (at your option) any later version. |
| 9 | # |
| 10 | # This program is distributed in the hope that it will be useful, |
| 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | # General Public License for more details. |
| 14 | # |
| 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with this program; if not, write to the Free Software |
| 17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 18 | # |
| 19 | |
Erik Andersen | 7c4b2f3 | 2000-02-29 21:49:22 +0000 | [diff] [blame] | 20 | PROG := busybox |
Eric Andersen | 8ec10a9 | 2001-01-27 09:33:39 +0000 | [diff] [blame] | 21 | VERSION := 0.49 |
Erik Andersen | 1ad302a | 2000-03-24 00:54:46 +0000 | [diff] [blame] | 22 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
John Beppu | cbd6628 | 2000-04-13 22:57:45 +0000 | [diff] [blame] | 23 | export VERSION |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 24 | |
Eric Andersen | 20ea5c3 | 2000-11-29 22:08:35 +0000 | [diff] [blame] | 25 | # With a modern GNU make(1) (highly recommended, that's what all the |
| 26 | # developers use), all of the following configuration values can be |
| 27 | # overridden at the command line. For example: |
| 28 | # make CROSS=powerpc-linux- BB_SRC_DIR=$HOME/busybox PREFIX=/mnt/app |
| 29 | |
Eric Andersen | 0d5a08e | 2001-01-22 01:05:04 +0000 | [diff] [blame] | 30 | # If you want to add some simple compiler switches (like -march=i686), |
| 31 | # especially from the command line, use this instead of CFLAGS directly. |
| 32 | # For optimization overrides, it's better still to set OPTIMIZATION. |
| 33 | CFLAGS_EXTRA = |
| 34 | |
Eric Andersen | 51154ba | 2000-07-20 21:57:11 +0000 | [diff] [blame] | 35 | # If you want a static binary, turn this on. |
| 36 | DOSTATIC = false |
| 37 | |
Erik Andersen | fac10d7 | 2000-02-07 05:29:42 +0000 | [diff] [blame] | 38 | # Set the following to `true' to make a debuggable build. |
| 39 | # Leave this set to `false' for production use. |
Erik Andersen | 9ffdaa6 | 2000-02-11 21:55:04 +0000 | [diff] [blame] | 40 | # eg: `make DODEBUG=true tests' |
Eric Andersen | 1d255be | 2000-07-19 17:33:54 +0000 | [diff] [blame] | 41 | # Do not enable this for production builds... |
Randolph Chung | 1e1d9d1 | 2000-12-07 03:56:10 +0000 | [diff] [blame] | 42 | DODEBUG = false |
Eric Andersen | 21943ce | 1999-10-13 18:04:51 +0000 | [diff] [blame] | 43 | |
Eric Andersen | ab050f5 | 2001-01-27 06:01:43 +0000 | [diff] [blame] | 44 | # Setting this to `true' will cause busybox to directly use the system's |
| 45 | # password and group functions. Assuming you use GNU libc, when this is |
| 46 | # `true', you will need to install the /etc/nsswitch.conf configuration file |
| 47 | # and the required libnss_* libraries. This generally makes your embedded |
| 48 | # system quite a bit larger... If you leave this off, busybox will directly |
| 49 | # use the /etc/password, /etc/group files (and your system will be smaller, and |
| 50 | # I will get fewer emails asking about how glibc NSS works). Enabling this adds |
| 51 | # just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs), |
| 52 | # Most people will want to leave this set to false. |
| 53 | USE_SYSTEM_PWD_GRP = false |
| 54 | |
Eric Andersen | 1d255be | 2000-07-19 17:33:54 +0000 | [diff] [blame] | 55 | # This enables compiling with dmalloc ( http://dmalloc.com/ ) |
| 56 | # which is an excellent public domain mem leak and malloc problem |
| 57 | # detector. To enable dmalloc, before running busybox you will |
| 58 | # want to first set up your environment. |
| 59 | # eg: `export DMALLOC_OPTIONS=debug=0x14f47d83,inter=100,log=logfile` |
| 60 | # Do not enable this for production builds... |
| 61 | DODMALLOC = false |
| 62 | |
Eric Andersen | 8a2e56c | 2000-09-21 02:23:30 +0000 | [diff] [blame] | 63 | # If you want large file summit support, turn this on. |
| 64 | # This has no effect if you don't have a kernel with lfs |
| 65 | # support, and a system with libc-2.1.3 or later. |
| 66 | # Some of the programs that can benefit from lfs support |
| 67 | # are dd, gzip, mount, tar, and mkfs_minix. |
| 68 | # LFS allows you to use the above programs for files |
| 69 | # larger than 2GB! |
| 70 | DOLFS = false |
| 71 | |
Eric Andersen | 20ea5c3 | 2000-11-29 22:08:35 +0000 | [diff] [blame] | 72 | # If you have a "pristine" source directory, point BB_SRC_DIR to it. |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 73 | # Experimental and incomplete; tell the mailing list |
| 74 | # <busybox@opensource.lineo.com> if you do or don't like it so far. |
Eric Andersen | 20ea5c3 | 2000-11-29 22:08:35 +0000 | [diff] [blame] | 75 | BB_SRC_DIR = . |
Eric Andersen | 8a2e56c | 2000-09-21 02:23:30 +0000 | [diff] [blame] | 76 | |
Eric Andersen | 1d255be | 2000-07-19 17:33:54 +0000 | [diff] [blame] | 77 | # If you are running a cross compiler, you may want to set this |
Eric Andersen | 20ea5c3 | 2000-11-29 22:08:35 +0000 | [diff] [blame] | 78 | # to something more interesting, like "powerpc-linux-". |
| 79 | CROSS = |
Eric Andersen | 1d255be | 2000-07-19 17:33:54 +0000 | [diff] [blame] | 80 | CC = $(CROSS)gcc |
| 81 | STRIPTOOL = $(CROSS)strip |
| 82 | |
Eric Andersen | ed3ef50 | 2001-01-27 08:24:39 +0000 | [diff] [blame] | 83 | # To compile vs uClibc, just use the compiler wrapper built by uClibc... |
| 84 | # Isn't that easy? Right now, uClibc needs BB_FEATURE_NFSMOUNT disabled |
| 85 | # since uClibc's nfs support isn't ready yet. |
| 86 | #CC = ../uClibc/extra/gcc-uClibc/gcc-uClibc-i386 |
| 87 | |
| 88 | # To compile vs some other alternative libc, you may need to use/adjust |
| 89 | # the following lines to meet your needs... |
| 90 | #LIBCDIR=/usr/i486-linuxlibc1/ |
Eric Andersen | 28c88a9 | 2000-06-20 21:03:24 +0000 | [diff] [blame] | 91 | #LDFLAGS+=-nostdlib |
Eric Andersen | c559d30 | 2000-10-27 18:26:18 +0000 | [diff] [blame] | 92 | #LIBRARIES = $(LIBCDIR)/libc.a -lgcc |
Eric Andersen | 4d4b3b1 | 2000-12-12 23:23:32 +0000 | [diff] [blame] | 93 | #CROSS_CFLAGS+=-nostdinc -I$(LIBCDIR)/include -I$(GCCINCDIR) |
| 94 | #GCCINCDIR = $(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") |
Erik Andersen | 499f65f | 2000-05-16 20:07:38 +0000 | [diff] [blame] | 95 | |
Eric Andersen | 1d255be | 2000-07-19 17:33:54 +0000 | [diff] [blame] | 96 | #-------------------------------------------------------- |
Eric Andersen | d80e851 | 1999-11-16 00:46:00 +0000 | [diff] [blame] | 97 | |
Erik Andersen | 3d427ac | 2000-05-12 19:38:40 +0000 | [diff] [blame] | 98 | # use '-Os' optimization if available, else use -O2 |
| 99 | OPTIMIZATION = $(shell if $(CC) -Os -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \ |
| 100 | then echo "-Os"; else echo "-O2" ; fi) |
Erik Andersen | fac10d7 | 2000-02-07 05:29:42 +0000 | [diff] [blame] | 101 | |
Pavel Roskin | 43c17b3 | 2000-07-28 19:41:32 +0000 | [diff] [blame] | 102 | WARNINGS = -Wall |
| 103 | |
Eric Andersen | 8a2e56c | 2000-09-21 02:23:30 +0000 | [diff] [blame] | 104 | ifeq ($(DOLFS),true) |
| 105 | # For large file summit support |
| 106 | CFLAGS+=-D_FILE_OFFSET_BITS=64 |
| 107 | endif |
Eric Andersen | 1d255be | 2000-07-19 17:33:54 +0000 | [diff] [blame] | 108 | ifeq ($(DODMALLOC),true) |
| 109 | # For testing mem leaks with dmalloc |
| 110 | CFLAGS+=-DDMALLOC |
| 111 | LIBRARIES = -ldmalloc |
| 112 | # Force debug=true, since this is useless when not debugging... |
| 113 | DODEBUG = true |
Erik Andersen | 9ffdaa6 | 2000-02-11 21:55:04 +0000 | [diff] [blame] | 114 | endif |
Eric Andersen | 17d49ef | 1999-10-06 20:25:32 +0000 | [diff] [blame] | 115 | ifeq ($(DODEBUG),true) |
Eric Andersen | 9962cd9 | 2000-12-11 16:20:40 +0000 | [diff] [blame] | 116 | CFLAGS += $(WARNINGS) -g -D_GNU_SOURCE |
| 117 | LDFLAGS += -Wl,-warn-common |
| 118 | STRIP = |
Eric Andersen | 17d49ef | 1999-10-06 20:25:32 +0000 | [diff] [blame] | 119 | else |
Pavel Roskin | 43c17b3 | 2000-07-28 19:41:32 +0000 | [diff] [blame] | 120 | CFLAGS += $(WARNINGS) $(OPTIMIZATION) -fomit-frame-pointer -D_GNU_SOURCE |
Eric Andersen | 9962cd9 | 2000-12-11 16:20:40 +0000 | [diff] [blame] | 121 | LDFLAGS += -s -Wl,-warn-common |
Erik Andersen | 7c4b2f3 | 2000-02-29 21:49:22 +0000 | [diff] [blame] | 122 | STRIP = $(STRIPTOOL) --remove-section=.note --remove-section=.comment $(PROG) |
Eric Andersen | 2c1faec | 2000-09-21 22:26:02 +0000 | [diff] [blame] | 123 | endif |
| 124 | ifeq ($(DOSTATIC),true) |
| 125 | LDFLAGS += --static |
| 126 | # |
| 127 | #use '-ffunction-sections -fdata-sections' and '--gc-sections' (if they |
| 128 | # work) to try and strip out any unused junk. Doesn't do much for me, |
| 129 | # but you may want to give it a shot... |
| 130 | # |
| 131 | #ifeq ($(shell $(CC) -ffunction-sections -fdata-sections -S \ |
| 132 | # -o /dev/null -xc /dev/null 2>/dev/null && $(LD) \ |
| 133 | # --gc-sections -v >/dev/null && echo 1),1) |
| 134 | # CFLAGS += -ffunction-sections -fdata-sections |
| 135 | # LDFLAGS += --gc-sections |
| 136 | #endif |
Eric Andersen | 17d49ef | 1999-10-06 20:25:32 +0000 | [diff] [blame] | 137 | endif |
| 138 | |
Eric Andersen | eded54b | 1999-11-12 08:03:23 +0000 | [diff] [blame] | 139 | ifndef $(PREFIX) |
Erik Andersen | fac10d7 | 2000-02-07 05:29:42 +0000 | [diff] [blame] | 140 | PREFIX = `pwd`/_install |
Eric Andersen | 17d49ef | 1999-10-06 20:25:32 +0000 | [diff] [blame] | 141 | endif |
Eric Andersen | 17d49ef | 1999-10-06 20:25:32 +0000 | [diff] [blame] | 142 | |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 143 | # Additional complications due to support for pristine source dir. |
| 144 | # Config.h in the build directory should take precedence over the |
| 145 | # copy in BB_SRC_DIR, both during the compilation phase and the |
| 146 | # shell script that finds the list of object files. |
| 147 | # |
| 148 | # Work in progress by <ldoolitt@recycle.lbl.gov>. |
| 149 | # If it gets in your way, set DISABLE_VPATH=yes |
| 150 | ifeq ($(DISABLE_VPATH),yes) |
| 151 | CONFIG_H = Config.h |
| 152 | else |
| 153 | VPATH = .:$(BB_SRC_DIR) |
| 154 | CONFIG_LIST = $(addsuffix /Config.h,$(subst :, ,$(VPATH))) |
| 155 | CONFIG_H = $(word 1,$(shell ls -f -1 $(CONFIG_LIST) 2>/dev/null)) |
Eric Andersen | 93a8e2e | 2001-01-31 01:38:05 +0000 | [diff] [blame] | 156 | CFLAGS += -I- $(patsubst %,-I%,$(subst :, ,$(VPATH))) |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 157 | endif |
| 158 | |
| 159 | OBJECTS = $(shell $(BB_SRC_DIR)/busybox.sh $(CONFIG_H) $(BB_SRC_DIR)) busybox.o messages.o usage.o utility.o |
Eric Andersen | 93a8e2e | 2001-01-31 01:38:05 +0000 | [diff] [blame] | 160 | CFLAGS += $(CROSS_CFLAGS) |
Erik Andersen | fac10d7 | 2000-02-07 05:29:42 +0000 | [diff] [blame] | 161 | CFLAGS += -DBB_VER='"$(VERSION)"' |
| 162 | CFLAGS += -DBB_BT='"$(BUILDTIME)"' |
Erik Andersen | d387d01 | 1999-12-21 02:55:11 +0000 | [diff] [blame] | 163 | ifdef BB_INIT_SCRIPT |
Erik Andersen | 9ffdaa6 | 2000-02-11 21:55:04 +0000 | [diff] [blame] | 164 | CFLAGS += -DINIT_SCRIPT='"$(BB_INIT_SCRIPT)"' |
Erik Andersen | d387d01 | 1999-12-21 02:55:11 +0000 | [diff] [blame] | 165 | endif |
| 166 | |
Eric Andersen | ab050f5 | 2001-01-27 06:01:43 +0000 | [diff] [blame] | 167 | ifneq ($(USE_SYSTEM_PWD_GRP),true) |
| 168 | PWD_LIB = pwd_grp/libpwd.a |
| 169 | LIBRARIES += $(PWD_LIB) |
| 170 | else |
| 171 | CFLAGS += -DUSE_SYSTEM_PWD_GRP |
| 172 | endif |
| 173 | |
| 174 | |
Eric Andersen | 0d5a08e | 2001-01-22 01:05:04 +0000 | [diff] [blame] | 175 | # Put user-supplied flags at the end, where they |
| 176 | # have a chance of winning. |
| 177 | CFLAGS += $(CFLAGS_EXTRA) |
Eric Andersen | 624cc77 | 2000-09-21 02:04:51 +0000 | [diff] [blame] | 178 | |
Eric Andersen | ab050f5 | 2001-01-27 06:01:43 +0000 | [diff] [blame] | 179 | .EXPORT_ALL_VARIABLES: |
| 180 | |
Matt Kraai | 810d38f | 2000-09-22 02:33:29 +0000 | [diff] [blame] | 181 | all: busybox busybox.links doc |
Erik Andersen | 0a704e8 | 2000-05-03 03:19:06 +0000 | [diff] [blame] | 182 | |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 183 | doc: olddoc |
Eric Andersen | 5331025 | 2000-07-04 19:42:23 +0000 | [diff] [blame] | 184 | |
| 185 | # Old Docs... |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 186 | olddoc: docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html |
Eric Andersen | 5331025 | 2000-07-04 19:42:23 +0000 | [diff] [blame] | 187 | |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 188 | docs/BusyBox.txt: docs/busybox.pod |
Eric Andersen | 5331025 | 2000-07-04 19:42:23 +0000 | [diff] [blame] | 189 | @echo |
| 190 | @echo BusyBox Documentation |
| 191 | @echo |
Eric Andersen | 29be79c | 2000-12-01 22:57:44 +0000 | [diff] [blame] | 192 | -mkdir -p docs |
| 193 | -pod2text $(BB_SRC_DIR)/docs/busybox.pod > docs/BusyBox.txt |
Eric Andersen | 5331025 | 2000-07-04 19:42:23 +0000 | [diff] [blame] | 194 | |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 195 | docs/BusyBox.1: docs/busybox.pod |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 196 | - mkdir -p docs |
Eric Andersen | 29be79c | 2000-12-01 22:57:44 +0000 | [diff] [blame] | 197 | - pod2man --center=BusyBox --release="version $(VERSION)" \ |
| 198 | $(BB_SRC_DIR)/docs/busybox.pod > docs/BusyBox.1 |
Eric Andersen | 5331025 | 2000-07-04 19:42:23 +0000 | [diff] [blame] | 199 | |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 200 | docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 201 | -@ rm -f docs/BusyBox.html |
Eric Andersen | b8b8d81 | 2000-12-01 20:26:30 +0000 | [diff] [blame] | 202 | -@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html |
Eric Andersen | 5331025 | 2000-07-04 19:42:23 +0000 | [diff] [blame] | 203 | |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 204 | docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 205 | -@ mkdir -p docs/busybox.lineo.com |
Eric Andersen | 29be79c | 2000-12-01 22:57:44 +0000 | [diff] [blame] | 206 | - pod2html --noindex $(BB_SRC_DIR)/docs/busybox.pod > \ |
| 207 | docs/busybox.lineo.com/BusyBox.html |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 208 | -@ rm -f pod2html* |
Erik Andersen | 0a704e8 | 2000-05-03 03:19:06 +0000 | [diff] [blame] | 209 | |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 210 | |
| 211 | # New docs based on DOCBOOK SGML |
Eric Andersen | 488aac2 | 2000-09-24 02:42:48 +0000 | [diff] [blame] | 212 | newdoc: docs/busybox.txt docs/busybox.pdf docs/busybox/busyboxdocumentation.html |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 213 | |
| 214 | docs/busybox.txt: docs/busybox.sgml |
| 215 | @echo |
| 216 | @echo BusyBox Documentation |
| 217 | @echo |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 218 | - mkdir -p docs |
Eric Andersen | 868c057 | 2000-12-02 00:44:48 +0000 | [diff] [blame] | 219 | (cd docs; sgmltools -b txt busybox.sgml) |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 220 | |
| 221 | docs/busybox.dvi: docs/busybox.sgml |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 222 | - mkdir -p docs |
Eric Andersen | 868c057 | 2000-12-02 00:44:48 +0000 | [diff] [blame] | 223 | (cd docs; sgmltools -b dvi busybox.sgml) |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 224 | |
Eric Andersen | a2c83d8 | 2000-07-07 20:52:56 +0000 | [diff] [blame] | 225 | docs/busybox.ps: docs/busybox.sgml |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 226 | - mkdir -p docs |
Eric Andersen | 868c057 | 2000-12-02 00:44:48 +0000 | [diff] [blame] | 227 | (cd docs; sgmltools -b ps busybox.sgml) |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 228 | |
Eric Andersen | a2c83d8 | 2000-07-07 20:52:56 +0000 | [diff] [blame] | 229 | docs/busybox.pdf: docs/busybox.ps |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 230 | - mkdir -p docs |
Eric Andersen | 868c057 | 2000-12-02 00:44:48 +0000 | [diff] [blame] | 231 | (cd docs; ps2pdf busybox.ps) |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 232 | |
Eric Andersen | 488aac2 | 2000-09-24 02:42:48 +0000 | [diff] [blame] | 233 | docs/busybox/busyboxdocumentation.html: docs/busybox.sgml |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 234 | - mkdir -p docs |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 235 | (cd docs/busybox.lineo.com; sgmltools -b html ../busybox.sgml) |
| 236 | |
| 237 | |
| 238 | |
Eric Andersen | ab050f5 | 2001-01-27 06:01:43 +0000 | [diff] [blame] | 239 | busybox: $(PWD_LIB) $(OBJECTS) |
Erik Andersen | 9ffdaa6 | 2000-02-11 21:55:04 +0000 | [diff] [blame] | 240 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) |
Erik Andersen | 7c4b2f3 | 2000-02-29 21:49:22 +0000 | [diff] [blame] | 241 | $(STRIP) |
Erik Andersen | 1d1d950 | 2000-04-21 01:26:49 +0000 | [diff] [blame] | 242 | |
Eric Andersen | ab050f5 | 2001-01-27 06:01:43 +0000 | [diff] [blame] | 243 | $(PWD_LIB): |
| 244 | $(MAKE) -eC pwd_grp |
| 245 | |
Matt Kraai | 8392acd | 2001-01-18 03:03:09 +0000 | [diff] [blame] | 246 | busybox.links: Config.h applets.h |
Eric Andersen | 868c057 | 2000-12-02 00:44:48 +0000 | [diff] [blame] | 247 | - $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@ |
Eric Andersen | 1667fb4 | 1999-11-27 20:34:28 +0000 | [diff] [blame] | 248 | |
Mark Whitley | cc54d12 | 2000-07-10 23:07:54 +0000 | [diff] [blame] | 249 | nfsmount.o cmdedit.o: %.o: %.h |
Matt Kraai | 8392acd | 2001-01-18 03:03:09 +0000 | [diff] [blame] | 250 | $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile |
Eric Andersen | ab050f5 | 2001-01-27 06:01:43 +0000 | [diff] [blame] | 251 | $(CC) $(CFLAGS) -c $*.c -o $*.o |
Erik Andersen | 9ffdaa6 | 2000-02-11 21:55:04 +0000 | [diff] [blame] | 252 | |
Matt Kraai | 810d38f | 2000-09-22 02:33:29 +0000 | [diff] [blame] | 253 | utility.o: loop.h |
Eric Andersen | 624cc77 | 2000-09-21 02:04:51 +0000 | [diff] [blame] | 254 | |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 255 | loop.h: mk_loop_h.sh |
| 256 | @ sh $< |
Eric Andersen | 624cc77 | 2000-09-21 02:04:51 +0000 | [diff] [blame] | 257 | |
Erik Andersen | 9ffdaa6 | 2000-02-11 21:55:04 +0000 | [diff] [blame] | 258 | test tests: |
| 259 | cd tests && $(MAKE) all |
| 260 | |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 261 | clean: |
Eric Andersen | 20ea5c3 | 2000-11-29 22:08:35 +0000 | [diff] [blame] | 262 | - cd tests && $(MAKE) clean |
Eric Andersen | ab050f5 | 2001-01-27 06:01:43 +0000 | [diff] [blame] | 263 | - cd pwd_grp && $(MAKE) clean |
Eric Andersen | 67536ff | 2000-07-06 22:53:22 +0000 | [diff] [blame] | 264 | - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ |
| 265 | docs/busybox.lineo.com/BusyBox.html |
Eric Andersen | 5331025 | 2000-07-04 19:42:23 +0000 | [diff] [blame] | 266 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ |
| 267 | docs/busybox.pdf docs/busybox.lineo.com/busybox.html |
Eric Andersen | 54e9457 | 2001-01-24 23:53:43 +0000 | [diff] [blame] | 268 | - rm -f Config.h.ORG bb.def.h busybox.REGRESS.sh.results bb.OptionsAndFeatures |
Eric Andersen | 080d51b | 2000-08-01 22:44:32 +0000 | [diff] [blame] | 269 | - rm -rf docs/busybox _install |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 270 | - rm -f busybox.links loop.h *~ *.o core |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 271 | |
| 272 | distclean: clean |
Erik Andersen | 9ffdaa6 | 2000-02-11 21:55:04 +0000 | [diff] [blame] | 273 | - rm -f busybox |
| 274 | - cd tests && $(MAKE) distclean |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 275 | |
Eric Andersen | 0727458 | 1999-11-21 21:50:07 +0000 | [diff] [blame] | 276 | install: busybox busybox.links |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 277 | $(BB_SRC_DIR)/install.sh $(PREFIX) |
Eric Andersen | 17d49ef | 1999-10-06 20:25:32 +0000 | [diff] [blame] | 278 | |
Eric Andersen | 51154ba | 2000-07-20 21:57:11 +0000 | [diff] [blame] | 279 | install-hardlinks: busybox busybox.links |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 280 | $(BB_SRC_DIR)/install.sh $(PREFIX) --hardlinks |
Eric Andersen | 51154ba | 2000-07-20 21:57:11 +0000 | [diff] [blame] | 281 | |
Eric Andersen | 09a34e5 | 2000-12-01 19:40:18 +0000 | [diff] [blame] | 282 | debug_pristine: |
| 283 | @ echo VPATH=\"$(VPATH)\" |
| 284 | @ echo CONFIG_LIST=\"$(CONFIG_LIST)\" |
| 285 | @ echo CONFIG_H=\"$(CONFIG_H)\" |
| 286 | @ echo OBJECTS=\"$(OBJECTS)\" |
| 287 | |
Erik Andersen | 0a704e8 | 2000-05-03 03:19:06 +0000 | [diff] [blame] | 288 | dist release: distclean doc |
Erik Andersen | fac10d7 | 2000-02-07 05:29:42 +0000 | [diff] [blame] | 289 | cd ..; \ |
| 290 | rm -rf busybox-$(VERSION); \ |
| 291 | cp -a busybox busybox-$(VERSION); \ |
| 292 | \ |
| 293 | find busybox-$(VERSION)/ -type d \ |
| 294 | -name CVS \ |
| 295 | -print \ |
| 296 | | xargs rm -rf; \ |
| 297 | \ |
| 298 | find busybox-$(VERSION)/ -type f \ |
| 299 | -name .cvsignore \ |
| 300 | -print \ |
| 301 | | xargs rm -f; \ |
| 302 | \ |
Eric Andersen | b0b732b | 2000-07-06 23:17:16 +0000 | [diff] [blame] | 303 | find busybox-$(VERSION)/ -type f \ |
| 304 | -name .\#* \ |
| 305 | -print \ |
| 306 | | xargs rm -f; \ |
| 307 | \ |
Erik Andersen | fac10d7 | 2000-02-07 05:29:42 +0000 | [diff] [blame] | 308 | tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/; |
Mark Whitley | dd23b8b | 2000-07-10 23:00:47 +0000 | [diff] [blame] | 309 | |
| 310 | .PHONY: tags |
| 311 | tags: |
| 312 | ctags -R . |