File: Makefile.am

package info (click to toggle)
imlib2 1.4.2-8%2Bdeb6u1
  • links: PTS
  • area: main
  • in suites: squeeze-lts
  • size: 4,252 kB
  • ctags: 1,944
  • sloc: ansic: 33,183; asm: 20,011; sh: 8,919; makefile: 292
file content (20 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
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

SUBDIRS = src doc

MAINTAINERCLEANFILES = aclocal.m4 config.guess config.h.in \
		       config.sub configure depcomp install-sh \
		       ltmain.sh Makefile.in missing imlib2_docs.tar.gz

bin_SCRIPTS = imlib2-config

EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN gendoc \
             Doxyfile \
	     README.in README \
	     imlib2.pc.in \
	     imlib2.spec.in imlib2.spec

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = imlib2.pc

test check: