-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
42 lines (30 loc) · 712 Bytes
/
Makefile.am
File metadata and controls
42 lines (30 loc) · 712 Bytes
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
ACLOCAL_AMFLAGS = -I config
SUBDIRS = doc
pkgconfig_DATA = src/libmotslideshow.pc
AM_CPPFLAGS = \
-I$(top_builddir)/include \
-I$(top_srcdir)/include
#
# Library
#
lib_LTLIBRARIES = src/libmotslideshow.la
include_HEADERS = \
include/mot/slideshow.h
src_libmotslideshow_la_SOURCES = \
src/slideshow.cpp
src_libmotslideshow_la_CPPFLAGS =
src_libmotslideshow_la_CXXFLAGS = @LIBMOTSLIDESHOW_EXTRA_CXXFLAGS@
src_libmotslideshow_la_LIBADD =
#
# Tests
#
test_apps =
check_PROGRAMS = ${test_apps}
# Run the test cases
TESTS = $(test_apps)
XFAIL_TESTS =
#
# Utilities (mostly for testing)
#
util_apps =
EXTRA_DIST = COPYING NEWS README.md INSTALL.md LICENCE AUTHORS ChangeLog TODO doc