]> andersk Git - moira.git/blob - util/imake/Makefile
add 'config' target.
[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 = imake.c ccflags.c 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
43         -mkdir $(DESTDIR)/util/imake
44         for i in $(SOURCES); do \
45                 $(RM) ${DESTDIR}/util/imake/$$i; \
46                 $(LN) $$i ${DESTDIR}/util/imake/$$i; done
This page took 0.041006 seconds and 5 git commands to generate.