From 30c7bb906558db34bf936fc748e12ee5aa57979e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 25 Dec 2009 22:31:26 +0100 Subject: some starting here --- src/GNUmakefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/GNUmakefile (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile new file mode 100644 index 0000000..c73bca3 --- /dev/null +++ b/src/GNUmakefile @@ -0,0 +1,15 @@ +TOPDIR = .. + +SUBDIRS = + +INCLUDE_DIRS = + +INCLUDE_LDFLAGS = + +INCLUDE_LIBS = + +CPP_BINS = + +OBJS = + +-include $(TOPDIR)/makefiles/gmake/sub.mk -- cgit v1.2.3-54-g00ecf