X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/f6cf033d4c3de9ceeb2f172dab13a43cc61b93cb..7e4279cadf847c4d40b3a0ebe52e785d7b24b0a9:/util/imake/Makefile diff --git a/util/imake/Makefile b/util/imake/Makefile new file mode 100644 index 00000000..da7d86d4 --- /dev/null +++ b/util/imake/Makefile @@ -0,0 +1,35 @@ +# +# WARNING! This is NOT an automatically generated Makefile! +# This is hand-crafted as a bootstrap, may need editing for your system. + + SHELL = /bin/sh + RM = rm -f + MAKE = make + RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \ + tags TAGS make.log + +all: imake + +imake: ccflags imake.c + $(CC) -o imake imake.c `./ccflags` + +ccflags: ccflags.c + $(CC) -o ccflags ccflags.c + +relink: + $(RM) imake + $(MAKE) $(MFLAGS) imake + +clean: + $(RM) ccflags imake + $(RM_CMD) \#* + +depend: + +Makefile: + +tags: + +install: + +Makefiles: