summaryrefslogtreecommitdiff
path: root/tests/modules/testmod/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-20 09:12:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-20 09:12:44 +0200
commite2289e28a55f0f340103cf0cc99d08fc63f48887 (patch)
tree617e56816b2c8488aedcc7a4bffd7724b3eab6cf /tests/modules/testmod/GNUmakefile
parentd9094a67ac5cfe0ca392746b62ac8fe9b18a8785 (diff)
downloadcrawler-e2289e28a55f0f340103cf0cc99d08fc63f48887.tar.gz
crawler-e2289e28a55f0f340103cf0cc99d08fc63f48887.tar.bz2
added a module test (Windows)
Diffstat (limited to 'tests/modules/testmod/GNUmakefile')
-rwxr-xr-xtests/modules/testmod/GNUmakefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/modules/testmod/GNUmakefile b/tests/modules/testmod/GNUmakefile
new file mode 100755
index 0000000..5211655
--- /dev/null
+++ b/tests/modules/testmod/GNUmakefile
@@ -0,0 +1,39 @@
+TOPDIR = ../../..
+
+SUBDIRS =
+
+-include $(TOPDIR)/makefiles/gmake/platform.mk
+
+INCLUDE_DIRS = \
+ -I. -I$(TOPDIR)/src
+
+INCLUDE_CXXFLAGS = \
+
+INCLUDE_LDFLAGS = \
+
+INCLUDE_LIBS = \
+ $(TOPDIR)/src/libcrawler.a
+
+DYNAMIC_MODULE = \
+ mod_test.so
+
+STATIC_LIB = \
+ libtest.a
+
+CPP_OBJS = \
+ TestMod.o
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_uninstall:
+
+local_test:
+