File: Makefile.am

package info (click to toggle)
libcaca 0.9-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,196 kB
  • ctags: 478
  • sloc: ansic: 5,750; sh: 3,544; makefile: 225
file content (13 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile.am 241 2004-01-13 09:55:32Z sam $

SUBDIRS = src examples test doc
DIST_SUBDIRS = $(SUBDIRS) autotools debian msvc

EXTRA_DIST = BUGS NOTES bootstrap build-win32 caca-config.in libcaca.spec
AUTOMAKE_OPTIONS = dist-bzip2

bin_SCRIPTS = caca-config

doc_DATA = README BUGS TODO AUTHORS NEWS NOTES THANKS
docdir = $(datadir)/doc/libcaca-dev