summaryrefslogtreecommitdiff
path: root/src/modules/urlnormalizer/simpleurl/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-06 17:16:08 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-06 17:16:08 +0200
commit01bcb80ac096de72694135dff37e2ff70c2ab572 (patch)
tree453cd7da8b1cdb67bee7a1eb1d450d94db6239ea /src/modules/urlnormalizer/simpleurl/GNUmakefile
parente59855fd87bea3641846d6b589059230b08043f1 (diff)
downloadcrawler-01bcb80ac096de72694135dff37e2ff70c2ab572.tar.gz
crawler-01bcb80ac096de72694135dff37e2ff70c2ab572.tar.bz2
first steps to make URL loader loadable
Diffstat (limited to 'src/modules/urlnormalizer/simpleurl/GNUmakefile')
-rw-r--r--src/modules/urlnormalizer/simpleurl/GNUmakefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/modules/urlnormalizer/simpleurl/GNUmakefile b/src/modules/urlnormalizer/simpleurl/GNUmakefile
new file mode 100644
index 0000000..b6fc0a0
--- /dev/null
+++ b/src/modules/urlnormalizer/simpleurl/GNUmakefile
@@ -0,0 +1,35 @@
+TOPDIR = ../../../..
+
+SUBDIRS =
+
+-include $(TOPDIR)/makefiles/gmake/platform.mk
+
+INCLUDE_DIRS = \
+ -I. -I$(TOPDIR)/src
+
+INCLUDE_CXXFLAGS = \
+
+INCLUDE_LDFLAGS = \
+
+INCLUDE_LIBS = \
+
+DYNAMIC_MODULE = \
+ mod_urlnormalizer_simple.so
+
+CPP_OBJS = \
+ SimpleURLNormalizer.o
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_uninstall:
+
+local_test:
+