mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
13 lines
216 B
Makefile
13 lines
216 B
Makefile
|
|
# $Id: Makefile.am,v 1.6 2004/04/12 21:50:35 opetzold Exp $
|
||
|
|
|
||
|
|
libtvmetincludedir = $(includedir)/$(PACKAGE)/loop
|
||
|
|
|
||
|
|
libtvmetinclude_HEADERS = \
|
||
|
|
Gemm.h \
|
||
|
|
Gemtm.h \
|
||
|
|
Gemmt.h \
|
||
|
|
Gemv.h \
|
||
|
|
Gemtv.h \
|
||
|
|
Matrix.h \
|
||
|
|
Vector.h
|