summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-06-30 20:49:19 +0000
committerAndreas Baumann <abaumann@yahoo.com>2008-06-30 20:49:19 +0000
commit5b811cf5f80fa95c5882f4b3e5ab854dca72e882 (patch)
treeb4b26baab4ca5287f5dd35a41c39a744ecd798d3 /GNUmakefile
parentafd6ce2eb3d7cd003dd2777046d48f76542f4572 (diff)
downloadcrawler-5b811cf5f80fa95c5882f4b3e5ab854dca72e882.tar.gz
crawler-5b811cf5f80fa95c5882f4b3e5ab854dca72e882.tar.bz2
- templated
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..b5651fd
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,18 @@
+TOPDIR = .
+
+SUBDIRS =
+
+INCLUDE_DIRS = -I. -I$(TOPDIR)
+
+CPP_BINS = \
+ test1$(EXE)
+
+OBJS =
+
+-include $(TOPDIR)/makefiles/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean: