]> andersk Git - moira.git/blame - util/imake/Makefile
new version
[moira.git] / util / imake / Makefile
CommitLineData
7e4279ca 1#
62efc910 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#
7e4279ca 9
62efc910 10BOOTSTRAPCFLAGS =
11 CDEBUGFLAGS = -O
12 CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS)
7e4279ca 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
62efc910 18 NPROC = 1
7e4279ca 19
62efc910 20imake::
21 @echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)"
7e4279ca 22
62efc910 23imake:: ccimake imake.c
24 $(CC) -o imake $(CFLAGS) imake.c `./ccimake`
7e4279ca 25
62efc910 26ccimake: ccimake.c
27 $(CC) -o ccimake $(CFLAGS) ccimake.c
7e4279ca 28
29relink:
30 $(RM) imake
31 $(MAKE) $(MFLAGS) imake
32
33clean:
62efc910 34 $(RM) ccimake imake
7e4279ca 35 $(RM_CMD) \#*
36
37depend:
38
62efc910 39
40# for manual use
41
42Makefile: imake
43 imake -DNEWTOP=../
7e4279ca 44
45tags:
46
47install:
48
62efc910 49install.man:
f45755cf 50
62efc910 51Makefiles:
This page took 0.12533 seconds and 5 git commands to generate.