]> andersk Git - moira.git/blame_incremental - util/imake/Makefile
sync'ing files for RCS->CVS migration
[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 LN = cp
19 NPROC = 1
20 DESTDIR = .
21 SRCDIR = /mit/moiradev/src
22 SOURCES = ${SRCDIR}/util/imake/imake.c ${SRCDIR}/util/imake/ccimake.c \
23 ${SRCDIR}/util/imake/Makefile ${SRCDIR}/util/imake/imakemdep.h
24
25all: imake
26
27imake::
28 @echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)"
29
30imake:: ccimake imake.c
31 $(CC) -o imake $(CFLAGS) imake.c `./ccimake`
32
33ccimake: ccimake.c
34 $(CC) -o ccimake $(CFLAGS) ccimake.c
35
36relink:
37 $(RM) imake
38 $(MAKE) $(MFLAGS) imake
39
40clean:
41 $(RM) ccimake imake
42 $(RM_CMD) \#*
43
44depend:
45
46config: $(SOURCES)
47 -mkdir $(DESTDIR)/util/imake
48 for i in $(SOURCES); do \
49 $(RM) ${DESTDIR}/util/imake/`basename $$i`; \
50 $(LN) $$i ${DESTDIR}/util/imake/`basename $$i`; done
51
52# for manual use
53
54Makefile: imake
55 imake -DNEWTOP=../
56
57tags:
58
59install:
60
61install.man:
62
63Makefiles:
This page took 0.032653 seconds and 5 git commands to generate.