File: Makefile.am

package info (click to toggle)
filezilla 3.0.0~beta2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,516 kB
  • ctags: 6,577
  • sloc: cpp: 35,379; ansic: 30,783; sh: 10,721; makefile: 444; xml: 16
file content (19 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Rules for the test code (use `make check` to execute)

INCLUDES = -I$(top_srcdir)/src/include
INCLUDES += -I$(top_srcdir)/src/engine

TESTS = test
check_PROGRAMS = $(TESTS)

test_SOURCES = test.cpp dirparsertest.cpp

test_CPPFLAGS = $(WX_CPPFLAGS)
test_CXXFLAGS = $(WX_CXXFLAGS_ONLY) $(CPPUNIT_CFLAGS)

test_LDFLAGS = $(CPPUNIT_LIBS)
test_LDFLAGS += ../src/engine/libengine.a 
test_LDFLAGS += $(WX_LIBS)
test_LDFLAGS += $(IDN_LIB)

test_DEPENDENCIES = ../src/engine/libengine.a