source: libcaca/trunk/Makefile.am @ 2821

Last change on this file since 2821 was 2821, checked in by Sam Hocevar, 14 years ago

Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.

  • Property svn:keywords set to Id
File size: 731 bytes
Line 
1# $Id: Makefile.am 2821 2008-09-27 13:12:46Z sam $
2
3SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc
4DIST_SUBDIRS = $(SUBDIRS) msvc
5
6EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in stubs.h libcaca.spec
7AUTOMAKE_OPTIONS = dist-bzip2
8
9bin_SCRIPTS = caca-config
10
11webhost = poulet.zoy.org
12webdir = /srv/libcaca.zoy.org/var/www/
13
14upload: upload-source upload-doc
15
16upload-source: FORCE
17        scp $(distdir).tar.gz $(webhost):$(webdir)/files/
18
19upload-doc: doc/html FORCE
20        scp -r doc/html/* $(webhost):$(webdir)/manual/
21
22fonts: tools/makefont
23        tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data
24        tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data
25
26FORCE:
Note: See TracBrowser for help on using the repository browser.