summaryrefslogtreecommitdiff
path: root/src/modules/urlnormalizer/googleurl/GNUmakefile
blob: bf95037dffa4235ab51cb5e99cd130a2192f371a (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
46
TOPDIR = ../../../..

SUBDIRS =

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

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

INCLUDE_CXXFLAGS = \

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

INCLUDE_LIBS = \
	-lgoogleurl \
	-lcrawler \
	-licui18n -licuuc

DYNAMIC_MODULE = \
	mod_urlnormalizer_googleurl.so

STATIC_LIB = \
	libgoogleurlnormalizer.a

CPP_OBJS = \
	GoogleURLNormalizer.o

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

local_all:

local_clean:

local_distclean:

local_install:

local_uninstall:

local_test: