summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: d082a96f3a61000f3c3098a9addc7ac8b32f2dde (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
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = 1.4 foreign

# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in feh.spec

LDFLAGS           = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib
INCLUDES          = -I/usr/X11R6/include \
$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I.

man_MANS = feh.1

docs_DATA = README AUTHORS ChangeLog TODO
docsdir = $(prefix)/doc/feh

EXTRA_DIST = \
feh.spec feh.1 $(docs_DATA)

SUBDIRS = src cam

test:
	(cd src && $(MAKE) test)

testclean:
	(cd src && $(MAKE) testclean)