|
|
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:
1.1.1.2 ! root 32: linux/linux.o: FORCE
1.1 root 33: cd linux && $(MAKE) all
1.1.1.2 ! root 34: FORCE:
1.1 root 35:
36: clean:
37: rm -f sysdep.o
38: cd linux && $(MAKE) clean
39:
40: distclean: clean
41: cd linux && $(MAKE) distclean
42: rm -f config.status config.log Makefile
43:
44: mostlyclean: distclean
45: cd linux && $(MAKE) mostlyclean
46:
47: maintainer-clean: mostlyclean
48: rm -f $(srcdir)/configure
49: cd linux && $(MAKE) maintainer-clean
50:
51: install-headers:
52: install-kernel:
53:
54:
55:
56:
57: # Autoconf support
58:
59: $(srcdir)/configure: configure.in
60: cd $(srcdir) && autoconf
61:
62: Makefile: Makefile.in config.status
63: ./config.status
64:
65: config.status: configure
66: ./config.status --recheck
67:
68: vpath %.in $(srcdir)
69: vpath configure $(srcdir)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.