summaryrefslogtreecommitdiff
path: root/src/modules/typedetect/libmagic/GNUmakefile
blob: 0c4bb6499914fa43c626f560ae50618d2c4e61db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
TOPDIR = ../../../..

SUBDIRS =

-include $(TOPDIR)/makefiles/gmake/platform.mk

INCLUDE_DIRS = \
	-I. -I$(TOPDIR)/src \
	-I$(TOPDIR)/include/logger \
	-I$(TOPDIR)/include/util \
	-I$(TOPDIR)/include/module \
	-I$(TOPDIR)/include/crawler

INCLUDE_CXXFLAGS = \

INCLUDE_LDFLAGS = \
	-L$(TOPDIR)/src/libcrawler

INCLUDE_LIBS = \
	-lcrawler \
	-lmagic

DYNAMIC_MODULE = \
	mod_typedetect_libmagic.so

STATIC_LIB = \
	liblibmagictypedetect.a
	
CPP_OBJS = \
	LibMagicTypeDetect.o

-include $(TOPDIR)/makefiles/gmake/sub.mk

local_all:

local_clean:

local_distclean:

local_install:

local_uninstall:

local_test: