summaryrefslogtreecommitdiff
path: root/tests/modules/libcommon/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/libcommon/GNUmakefile')
-rwxr-xr-xtests/modules/libcommon/GNUmakefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/modules/libcommon/GNUmakefile b/tests/modules/libcommon/GNUmakefile
new file mode 100755
index 0000000..bb2df86
--- /dev/null
+++ b/tests/modules/libcommon/GNUmakefile
@@ -0,0 +1,35 @@
+TOPDIR = ../../..
+
+SUBDIRS =
+
+INCLUDE_DIRS = \
+ -I. -I$(TOPDIR)/src \
+ -I$(TOPDIR)/include/module \
+ -I$(TOPDIR)/include/util
+
+INCLUDE_LDFLAGS = \
+ -L$(TOPDIR)/src/logger
+
+INCLUDE_LIBS = \
+ $(TOPDIR)/src/libcrawler.a \
+ -llogger
+
+STATIC_LIB = libcommon.a
+
+DYNAMIC_LIB = libcommon.so
+DYNAMIC_LIB_MAJOR = 0
+DYNAMIC_LIB_MINOR = 0
+DYNAMIC_LIB_PATCH = 0
+
+CPP_OBJS = \
+ Common.o
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_test: