|
|
1.1 root 1: # Makefile for i386
2: # Copyright 1999 Free Software Foundation, Inc.
3: #
4: # Permission to use, copy, modify and distribute this software and its
5: # documentation is hereby granted, provided that both the copyright
6: # notice and this permission notice appear in all copies of the
7: # software, derivative works or modified versions, and any portions
8: # thereof, and that both notices appear in supporting documentation.
9: #
10: # THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS
11: # "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY
12: # LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
13: # USE OF THIS SOFTWARE.
14:
15:
16:
17:
18: # Variables from `configure'.
19: srcdir=@srcdir@
20:
21: # Programs found by configure.
22: LD = @LD@
23: MAKE = @MAKE@
24:
25: # Rules. There are few rules because Makefrag does most things in i386.
26: all: sysdep.o
27:
28: sysdep.o: linux/linux.o $(srcdir)/configure
29: rm -f $@
30: $(LD) -r -o $@ linux/linux.o
31:
32: linux/linux.o: linux
33: cd linux && $(MAKE) all
34:
35: clean:
36: rm -f sysdep.o
37: cd linux && $(MAKE) clean
38:
39: distclean: clean
40: cd linux && $(MAKE) distclean
41: rm -f config.status config.log Makefile
42:
43: mostlyclean: distclean
44: cd linux && $(MAKE) mostlyclean
45:
46: maintainer-clean: mostlyclean
47: rm -f $(srcdir)/configure
48: cd linux && $(MAKE) maintainer-clean
49:
50: install-headers:
51: install-kernel:
52:
53:
54:
55:
56: # Autoconf support
57:
58: $(srcdir)/configure: configure.in
59: cd $(srcdir) && autoconf
60:
61: Makefile: Makefile.in config.status
62: ./config.status
63:
64: config.status: configure
65: ./config.status --recheck
66:
67: vpath %.in $(srcdir)
68: vpath configure $(srcdir)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.