]> andersk Git - moira.git/blame - util/imake/Makefile
Programmer: Jay Berkenbilt
[moira.git] / util / imake / Makefile
CommitLineData
7e4279ca 1#
2# WARNING! This is NOT an automatically generated Makefile!
3# This is hand-crafted as a bootstrap, may need editing for your system.
4
5 SHELL = /bin/sh
6 RM = rm -f
7 MAKE = make
8 RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
9 tags TAGS make.log
f45755cf 10 LN = cp
11 DESTDIR =
12 SRCDIR = /mit/kerberos/src
94fdc64f 13 SOURCES = ${SRCDIR}/util/imake/imake.c ${SRCDIR}/util/imake/ccflags.c ${SRCDIR}/util/imake/Makefile
7e4279ca 14
15all: imake
16
17imake: ccflags imake.c
18 $(CC) -o imake imake.c `./ccflags`
19
20ccflags: ccflags.c
21 $(CC) -o ccflags ccflags.c
22
23relink:
24 $(RM) imake
25 $(MAKE) $(MFLAGS) imake
26
27clean:
28 $(RM) ccflags imake
29 $(RM_CMD) \#*
30
31depend:
32
33Makefile:
34
35tags:
36
37install:
38
39Makefiles:
f45755cf 40
41config: $(SOURCES)
f45755cf 42 -mkdir $(DESTDIR)/util/imake
43 for i in $(SOURCES); do \
94fdc64f 44 $(RM) ${DESTDIR}/util/imake/`basename $$i`; \
45 $(LN) $$i ${DESTDIR}/util/imake/`basename $$i`; done
This page took 0.062304 seconds and 5 git commands to generate.