summaryrefslogtreecommitdiff
path: root/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 /GNUmakefile
parenta23ee5910707873cce3cf7720b1a9be3f6a0d62f (diff)
downloadcrawler-ca3154a53ddebfc3fa3421d62d6f4eb7bc192d55.tar.gz
crawler-ca3154a53ddebfc3fa3421d62d6f4eb7bc192d55.tar.bz2
reorganized directory structure
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b5651fd..51119b6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,18 +1,5 @@
TOPDIR = .
-SUBDIRS =
+SUBDIRS = tests
-INCLUDE_DIRS = -I. -I$(TOPDIR)
-
-CPP_BINS = \
- test1$(EXE)
-
-OBJS =
-
--include $(TOPDIR)/makefiles/sub.mk
-
-local_all:
-
-local_clean:
-
-local_distclean:
+-include $(TOPDIR)/makefiles/top.mk