]> www.ginac.de Git - cln.git/blob - src/float/transcendental/Makefile.devel
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / transcendental / Makefile.devel
1 # This is the developer's makefile, not the user's makefile.
2 # Don't use it unless you know exactly what you do!
3
4
5 SRCDIR = ../..
6 include $(SRCDIR)/Makerules.devel
7
8
9 DATA_HEADERS = cl_F_ln2_var.h cl_F_ln10_var.h cl_F_pi_var.h cl_F_exp1_var.h cl_F_eulerconst_var.h cl_F_catalanconst_var.h
10
11 all : $(DATA_HEADERS)
12
13 $(DATA_HEADERS) : % : %.in $(DIGIT_HEADER)
14         $(DIGIT_HEADER) < $< > $@
15
16