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