Parent Directory
|
Revision Log
*** empty log message ***
| 1 | AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
| 2 | INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
| 3 | |
| 4 | # These will build a non-installing libtool library |
| 5 | noinst_LTLIBRARIES = libanticoinc.la |
| 6 | |
| 7 | libanticoinc_la_SOURCES = \ |
| 8 | ACcalib.c ACcalib.h ACphysics.c ACphysics.h |
| 9 | |
| 10 |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |