summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-07-07 17:57:43 +0200
committerAndreas Baumann <abaumann@yahoo.com>2008-07-07 17:57:43 +0200
commitca3154a53ddebfc3fa3421d62d6f4eb7bc192d55 (patch)
tree465ff344c3223ae81cb3ead7939ff38686096d3a /tests/GNUmakefile
parenta23ee5910707873cce3cf7720b1a9be3f6a0d62f (diff)
downloadcrawler-ca3154a53ddebfc3fa3421d62d6f4eb7bc192d55.tar.gz
crawler-ca3154a53ddebfc3fa3421d62d6f4eb7bc192d55.tar.bz2
reorganized directory structure
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
new file mode 100644
index 0000000..193b7c9
--- /dev/null
+++ b/tests/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: