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	rm -f imake
26	ln -s /usr/X11/bin/imake imake
27#	$(CC) -o imake imake.o
28
29imake.o: ccimake imake.c
30	$(CC) -c $(CFLAGS) `./ccimake` imake.c
31
32ccimake: ccimake.c
33	$(CC) -o ccimake $(CFLAGS) ccimake.c
34
35relink:
36	$(RM) imake
37	$(MAKE) $(MFLAGS) imake
38
39clean:
40	$(RM) ccimake imake.o imake
41	$(RM_CMD) \#*
42
43depend:
44
45
46# for manual use
47
48Makefile: imake
49	imake -DNEWTOP=../
50
51tags:
52
53install:
54
55install.man:
56
57Makefiles:
58