File: Makefile.am

package info (click to toggle)
scrot 0.8-13
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 600 kB
  • ctags: 193
  • sloc: ansic: 1,708; sh: 335; makefile: 26
file content (20 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## 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 scrot.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 = scrot.1

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

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

SUBDIRS = src