summaryrefslogtreecommitdiff
path: root/tests/modules/testmod2/GNUmakefile
diff options
context:
space:
mode:
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:
+