summaryrefslogtreecommitdiff
path: root/tests/streamhtmlparser/GNUmakefile
blob: 5adf17db3534cef8c5cb41f70fe040ae51ce7ee9 (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
TOPDIR = ../..

SUBDIRS =

INCLUDE_DIRS = \
	-I$(TOPDIR)/streamhtmlparser

INCLUDE_LDFLAGS = \
	-L$(TOPDIR)/streamhtmlparser

INCLUDE_LIBS = \
	-lstreamhtmlparser

TEST_CPP_BINS = \
	test1$(EXE) \
	test2$(EXE)

OBJS =

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

local_all:

local_clean:

local_distclean:

local_test:

run1:
	@LD_LIBRARY_PATH=$(TOPDIR)/src:$(TOPDIR)/src/logger:$(TOPDIR)/streamhtmlparser ./test1 test1.html

run2:
	@LD_LIBRARY_PATH=$(TOPDIR)/src:$(TOPDIR)/src/logger:$(TOPDIR)/streamhtmlparser ./test2 test1.html