summaryrefslogtreecommitdiff
path: root/tests/modules/testmod2/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-20 10:40:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-20 10:40:46 +0200
commit41494dfbebc225bff1dbf56398cd99583d11a212 (patch)
tree3cda0ec96af468bad6c65b1b511d227d92ae187b /tests/modules/testmod2/GNUmakefile
parentf3e293d0b4f6d51e9b3e9ea8f0c3b8cfe76b7793 (diff)
downloadcrawler-41494dfbebc225bff1dbf56398cd99583d11a212.tar.gz
crawler-41494dfbebc225bff1dbf56398cd99583d11a212.tar.bz2
added a test showing the singleton module problem on Windows
Diffstat (limited to 'tests/modules/testmod2/GNUmakefile')
-rwxr-xr-xtests/modules/testmod2/GNUmakefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/modules/testmod2/GNUmakefile b/tests/modules/testmod2/GNUmakefile
new file mode 100755
index 0000000..3011479
--- /dev/null
+++ b/tests/modules/testmod2/GNUmakefile
@@ -0,0 +1,39 @@
+TOPDIR = ../../..
+
+SUBDIRS =
+
+-include $(TOPDIR)/makefiles/gmake/platform.mk
+
+INCLUDE_DIRS = \
+ -I. -I$(TOPDIR)/src -I..
+
+INCLUDE_CXXFLAGS = \
+
+INCLUDE_LDFLAGS = \
+
+INCLUDE_LIBS = \
+ $(TOPDIR)/src/libcrawler.a
+
+DYNAMIC_MODULE = \
+ mod_test2.so
+
+STATIC_LIB = \
+ libtest2.a
+
+CPP_OBJS = \
+ TestMod2.o
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_uninstall:
+
+local_test:
+