]> andersk Git - moira.git/blob - util/imake/Makefile
remove mkdir of $(DESTDIR)/util to avoid excessive errors.
[moira.git] / util / imake / Makefile
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
10              LN = cp
11         DESTDIR = 
12          SRCDIR = /mit/kerberos/src
13         SOURCES = ${SRCDIR}/util/imake/imake.c ${SRCDIR}/util/imake/ccflags.c ${SRCDIR}/util/imake/Makefile
14
15 all: imake
16
17 imake: ccflags imake.c
18         $(CC) -o imake imake.c `./ccflags`
19
20 ccflags: ccflags.c
21         $(CC) -o ccflags ccflags.c
22
23 relink:
24         $(RM) imake
25         $(MAKE) $(MFLAGS) imake
26
27 clean:
28         $(RM) ccflags imake
29         $(RM_CMD) \#*
30
31 depend:
32
33 Makefile:
34
35 tags:
36
37 install:
38
39 Makefiles:
40
41 config: $(SOURCES)
42         -mkdir $(DESTDIR)/util/imake
43         for i in $(SOURCES); do \
44                 $(RM) ${DESTDIR}/util/imake/`basename $$i`; \
45                 $(LN) $$i ${DESTDIR}/util/imake/`basename $$i`; done
This page took 0.037973 seconds and 5 git commands to generate.