| Revision 2103,
740 bytes
checked in by sam, 5 years ago
(diff) |
- Created a tests/ directory for regression tests. Run with "make check".
- Added a first, simple test program.
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | SUBDIRS = kernel cucul caca src examples tests tools csharp cxx python ruby doc |
|---|
| 4 | DIST_SUBDIRS = $(SUBDIRS) msvc |
|---|
| 5 | |
|---|
| 6 | EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in common.h libcaca.spec |
|---|
| 7 | AUTOMAKE_OPTIONS = dist-bzip2 |
|---|
| 8 | |
|---|
| 9 | bin_SCRIPTS = caca-config |
|---|
| 10 | |
|---|
| 11 | webhost = poulet.zoy.org |
|---|
| 12 | webdir = /srv/libcaca.zoy.org/var/www/ |
|---|
| 13 | |
|---|
| 14 | upload: upload-source upload-doc |
|---|
| 15 | |
|---|
| 16 | upload-source: FORCE |
|---|
| 17 | scp $(distdir).tar.gz $(webhost):$(webdir)/files/ |
|---|
| 18 | |
|---|
| 19 | upload-doc: doc/html FORCE |
|---|
| 20 | scp -r doc/html/* $(webhost):$(webdir)/manual/ |
|---|
| 21 | |
|---|
| 22 | fonts: tools/makefont |
|---|
| 23 | tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/cucul/mono9.data |
|---|
| 24 | tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/monobold12.data |
|---|
| 25 | |
|---|
| 26 | FORCE: |
|---|
Note: See
TracBrowser
for help on using the repository browser.