]> andersk Git - moira.git/blame_incremental - util/imake/Makefile
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / util / imake / Makefile
... / ...
CommitLineData
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 CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS)
13 SHELL = /bin/sh
14 RM = rm -f
15 MAKE = make
16 RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
17 tags TAGS make.log
18 NPROC = 1
19
20imake::
21 @echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)"
22
23imake:: ccimake imake.c
24 $(CC) -o imake $(CFLAGS) imake.c `./ccimake`
25
26ccimake: ccimake.c
27 $(CC) -o ccimake $(CFLAGS) ccimake.c
28
29relink:
30 $(RM) imake
31 $(MAKE) $(MFLAGS) imake
32
33clean:
34 $(RM) ccimake imake
35 $(RM_CMD) \#*
36
37depend:
38
39
40# for manual use
41
42Makefile: imake
43 imake -DNEWTOP=../
44
45tags:
46
47install:
48
49install.man:
50
51Makefiles:
This page took 0.031964 seconds and 5 git commands to generate.