From 2e3aab7cbbc7822e1e64e9bee3604bf2fb4b66ac Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Sun, 13 Mar 2005 17:51:31 +0000 Subject: [PATCH] Added GNUmakefile for the new applications directory --- applications/GNUmakefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 applications/GNUmakefile diff --git a/applications/GNUmakefile b/applications/GNUmakefile new file mode 100644 index 000000000..c34412b4f --- /dev/null +++ b/applications/GNUmakefile @@ -0,0 +1,7 @@ +TOPDIR = .. +include $(TOPDIR)/Make/makedefs +include $(TOPDIR)/Make/makedirdefs + +DIRS = $(APPLICATION_DIRS) + +include $(TOPDIR)/Make/makedirrules