source:
trunk/lib/gslapi/Makefile.am
@
560
Last change on this file since 560 was 381, checked in by , 17 years ago | |
---|---|
File size: 343 bytes |
Line | |
---|---|
1 | ## Process this file with automake to produce Makefile.in |
2 | ## |
3 | ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ |
4 | |
5 | |
6 | |
7 | INCLUDES = @LOCAL_INCLUDES@ |
8 | |
9 | noinst_LTLIBRARIES = libgslapi.la |
10 | libgslapi_la_SOURCES = matrix.cc utility.cc vector.cc |
11 | |
12 | include_gslapidir = $(includedir)/c++_tools/gslapi |
13 | |
14 | include_gslapi_HEADERS = \ |
15 | matrix.h utility.h vector.h |
Note: See TracBrowser
for help on using the repository browser.