File: Makefile.am

package info (click to toggle)
libcaca 0.99.beta11.debian-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,372 kB
  • ctags: 2,437
  • sloc: ansic: 14,847; sh: 9,203; cpp: 604; makefile: 366; asm: 28
file content (18 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: Makefile.am 1048 2006-11-12 19:29:43Z sam $

SUBDIRS = kernel cucul caca src test tools cxx doc
DIST_SUBDIRS = $(SUBDIRS) autotools msvc

EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in common.h libcaca.spec
AUTOMAKE_OPTIONS = dist-bzip2

bin_SCRIPTS = caca-config

webhost = poulet.zoy.org
webdir = /srv/libcaca.zoy.org/var/www/

upload: doc/html FORCE
	scp $(distdir).tar.gz $(webhost):$(webdir)/files/
	scp -r doc/html/* $(webhost):$(webdir)/manual/

FORCE: