summaryrefslogtreecommitdiff
path: root/tests/modules/testmod4/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/testmod4/GNUmakefile')
-rwxr-xr-xtests/modules/testmod4/GNUmakefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/modules/testmod4/GNUmakefile b/tests/modules/testmod4/GNUmakefile
new file mode 100755
index 0000000..b5bdf06
--- /dev/null
+++ b/tests/modules/testmod4/GNUmakefile
@@ -0,0 +1,43 @@
+TOPDIR = ../../..
+
+SUBDIRS =
+
+-include $(TOPDIR)/makefiles/gmake/platform.mk
+
+INCLUDE_DIRS = \
+ -I. -I$(TOPDIR)/src -I.. \
+ -I$(TOPDIR)/include/module \
+ -I$(TOPDIR)/include/util \
+ -I$(TOPDIR)/tests/modules/libcommon
+
+INCLUDE_CXXFLAGS = \
+
+INCLUDE_LDFLAGS = \
+ -L$(TOPDIR)/src/libcrawler
+
+INCLUDE_LIBS = \
+ -lcrawler
+
+DYNAMIC_MODULE = \
+ mod_test4.so
+
+STATIC_LIB = \
+ libtest4.a
+
+CPP_OBJS = \
+ TestMod4.o
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_uninstall:
+
+local_test:
+