repo.or.cz
/
polylib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
allow the user to disable thread safe
[polylib.git]
/
cln
/
polylib
/
Makefile.am
blob
67c56bd39613015fadd3ba8c8b7f82b8a5074f91
1
polyincludedir=@includedir@/polylib
2
polyinclude_HEADERS = \
3
arithmetique.h \
4
arithmetic_errors.h
5
6
poly_arith = $(top_srcdir)/../source/arith
7
arithmetic_errors.h: $(poly_arith)/arithmetic_errors.h
8
$(LN_S) $<
9
arithmetique.h: $(poly_arith)/arithmetique.h
10
$(LN_S) $<