Browse CVS Repository
Contents of /satellite/satellite4/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Wed Mar 31 08:15:05 2004 UTC
(20 years ago)
by orrisroot
Branch: MAIN
Branch point for: satellite4
Initial revision
| 1 |
AUTOMAKE_OPTIONS = 1.5 |
| 2 |
|
| 3 |
SUBDIRS = lib shell modules etc |
| 4 |
|
| 5 |
bin_SCRIPTS = satellite4-config |
| 6 |
|
| 7 |
EXTRA_DIST = \ |
| 8 |
Acknowledgement \ |
| 9 |
macros/libtool.m4 \ |
| 10 |
macros/pthread.m4 \ |
| 11 |
macros/sharedlib.m4 \ |
| 12 |
tools/compat2/sl2tosl4.pl |
| 13 |
|
| 14 |
CLEANFILES = *~ |
| 15 |
DISTCLEANFILES = .deps/*.P |
|