]> andersk Git - moira.git/blob - util/imake/Makefile
da7d86d4dabf80f881bde03c779cb36d2e2d4605
[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
11 all: imake
12
13 imake: ccflags imake.c
14         $(CC) -o imake imake.c `./ccflags`
15
16 ccflags: ccflags.c
17         $(CC) -o ccflags ccflags.c
18
19 relink:
20         $(RM) imake
21         $(MAKE) $(MFLAGS) imake
22
23 clean:
24         $(RM) ccflags imake
25         $(RM_CMD) \#*
26
27 depend:
28
29 Makefile:
30
31 tags:
32
33 install:
34
35 Makefiles:
This page took 0.029415 seconds and 3 git commands to generate.