summaryrefslogtreecommitdiff
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
parenta23ee5910707873cce3cf7720b1a9be3f6a0d62f (diff)
downloadcrawler-ca3154a53ddebfc3fa3421d62d6f4eb7bc192d55.tar.gz
crawler-ca3154a53ddebfc3fa3421d62d6f4eb7bc192d55.tar.bz2
reorganized directory structure
-rw-r--r--GNUmakefile17
-rw-r--r--doc/LINKS12
-rw-r--r--tests/GNUmakefile18
-rw-r--r--tests/test1.cpp (renamed from test1.cpp)0
4 files changed, 32 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
diff --git a/doc/LINKS b/doc/LINKS
index e69de29..568183f 100644
--- a/doc/LINKS
+++ b/doc/LINKS
@@ -0,0 +1,12 @@
+Mercator, the "Altavista" robot
+
+http://mercator.comm.nsdlib.org/
+
+authors working for Microsoft now :-)
+
+heritrix
+
+mainly dead or unusable:
+
+jspider
+websphinx
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:
diff --git a/test1.cpp b/tests/test1.cpp
index abac8a8..abac8a8 100644
--- a/test1.cpp
+++ b/tests/test1.cpp