Initial revision
authorJohn Kohl <jtkohl@mit.edu>
Thu, 1 Nov 1990 16:50:12 +0000 (16:50 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 1 Nov 1990 16:50:12 +0000 (16:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1390 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Imakefile [new file with mode: 0644]

diff --git a/src/config/Imakefile b/src/config/Imakefile
new file mode 100644 (file)
index 0000000..ab965c1
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * $XConsortium: Imakefile,v 1.7 89/12/12 12:37:28 jim Exp $
+ * 
+ * This is used to recreate imake.  Makefile.ini is used to generate imake
+ * the first time.
+ */
+
+DEPLIBS = 
+HEADERS = imakemdep.h 
+CFFILES = $(HEADERS) Imake.rules Imake.tmpl Project.tmpl site.def *.bac *.cf
+DEFINES = $(SIGNAL_DEFINES)
+
+#undef ImakeDependency
+#define ImakeDependency(dummy) @@\
+Makefile::  imake
+
+SimpleProgramTarget(imake)
+
+BuildIncludes($(HEADERS),config,..)
+
+MakeDirectories(install,$(CONFIGDIR))
+InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
+
+depend::
+
+clean::
+       $(RM) ccimake