From c164126b192e2434dd6f5304520ddfffa5100a72 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 23 Oct 2006 14:35:36 +0000 Subject: [PATCH] *** empty log message *** --- flower/include/GNUmakefile | 11 +++++++++++ lily/include/GNUmakefile | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 flower/include/GNUmakefile create mode 100644 lily/include/GNUmakefile diff --git a/flower/include/GNUmakefile b/flower/include/GNUmakefile new file mode 100644 index 0000000000..5273325e83 --- /dev/null +++ b/flower/include/GNUmakefile @@ -0,0 +1,11 @@ +# flower/lib/include/Makefile + + +# force refresh in CVS. +depth = ../.. + +STEPMAKE_TEMPLATES=c++ + +include $(depth)/make/stepmake.make + + diff --git a/lily/include/GNUmakefile b/lily/include/GNUmakefile new file mode 100644 index 0000000000..5b42ac3431 --- /dev/null +++ b/lily/include/GNUmakefile @@ -0,0 +1,9 @@ +# lily/include/Makefile + +#force refresh in CVS. +depth = ../.. +STEPMAKE_TEMPLATES=c++ + +include $(depth)/make/stepmake.make + + -- 2.39.5