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