summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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