1#
2#   WARNING    WARNING    WARNING    WARNING    WARNING    WARNING    WARNING
3#
4# This is NOT an automatically generated Makefile!  It is hand-crafted as a
5# bootstrap, may need editing for your system.  The BOOTSTRAPCFLAGS variable
6# may be given at the top of the build tree for systems that do not define
7# any machine-specific preprocessor symbols.
8#
9
10BOOTSTRAPCFLAGS =
11    CDEBUGFLAGS = -O
12       INCLUDES = -I../include
13         CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS) $(INCLUDES)
14          SHELL = /bin/sh
15             RM = rm -f
16           MAKE = make
17         RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
18			tags TAGS make.log
19          NPROC = 1
20
21imake::
22	@echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)"
23
24imake:: imake.o
25	$(CC) -o imake imake.o
26
27imake.o: ccimake imake.c
28	$(CC) -c $(CFLAGS) `./ccimake` imake.c
29
30ccimake: ccimake.c
31	$(CC) -o ccimake $(CFLAGS) ccimake.c
32
33relink:
34	$(RM) imake
35	$(MAKE) $(MFLAGS) imake
36
37clean:
38	$(RM) ccimake imake.o imake
39	$(RM_CMD) \#*
40
41depend:
42
43
44# for manual use
45
46Makefile: imake
47	imake -DNEWTOP=../
48
49tags:
50
51install:
52
53install.man:
54
55Makefiles:
56