Last change
on this file since 3174 was
207,
checked in by Sam Hocevar, 20 years ago
|
- AUTHORS NEWS:
+ Added these mandatory files.
- doc/:
+ Wrote a Doxygen configuration file.
+ Added a manpage for caca-config(1), borrowed from sdl-config.
- configure.ac:
+ Use new style AC_INIT.
+ Error out if no library was found.
+ Added *djgpp* to the list of non-PIC platforms.
+ Added checks for doxygen and latex.
|
File size:
381 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libcaca |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | SUBDIRS = src examples doc |
---|
6 | DIST_SUBDIRS = $(SUBDIRS) autotools debian |
---|
7 | |
---|
8 | EXTRA_DIST = BUGS bootstrap caca-config.in |
---|
9 | AUTOMAKE_OPTIONS = dist-bzip2 |
---|
10 | |
---|
11 | bin_SCRIPTS = caca-config |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.