Lines Matching full:make

7 	@ echo "Make sure you are using correct Makefile.in for your system."
19 @ echo "make <target>"
21 @ echo "slib1 --- make an archive of level 1 REAL."
22 @ echo "dlib1 --- make an archive of level 1 DOUBLE PRECISION."
23 @ echo "clib1 --- make an archive of level 1 COMPLEX."
24 @ echo "zlib1 --- make an archive of level 1 COMPLEX*16."
25 @ echo "alllib1 - make an archive of level 1 all precisions."
27 @ echo "slib2 --- make an archive of level 2 REAL."
28 @ echo "dlib2 --- make an archive of level 2 DOUBLE PRECSION."
29 @ echo "clib2 --- make an archive of level 2 COMPLEX."
30 @ echo "zlib2 --- make an archive of level 2 COMPLEX*16."
31 @ echo "alllib2 - make an archive of level 2 all precisions."
33 @ echo "slib3 --- make an archive of level 3 REAL."
34 @ echo "dlib3 --- make an archive of level 3 DOUBLE PRECISION ."
35 @ echo "clib3 --- make an archive of level 3 COMPLEX."
36 @ echo "zlib3 --- make an archive of level 3 COMPLEX*16."
37 @ echo "alllib3 - make an archive of level 3 all precisions."
39 @ echo "alllib -- make an archive for all precisions."
74 @ echo "If you want just to make a tester, make sure you have"
85 ( cd testing && make clean )
86 ( cd src && make clean )
90 ( cd testing && make cleanobj )
91 ( cd src && make clean )
94 ( cd testing && make cleanexe )
117 ( cd src && make slib1)
119 ( cd src && make dlib1)
121 ( cd src && make clib1)
123 ( cd src && make zlib1)
125 ( cd src && make all1)
127 ( cd src && make slib2)
129 ( cd src && make dlib2)
131 ( cd src && make clib2)
133 ( cd src && make zlib2)
135 ( cd src && make all2)
137 ( cd src && make slib3)
139 ( cd src && make dlib3)
141 ( cd src && make clib3)
143 ( cd src && make zlib3)
145 ( cd src && make all3)
147 ( cd src && make all)
150 ( cd testing && make stest1 )
152 ( cd testing && make dtest1 )
154 ( cd testing && make ctest1 )
156 ( cd testing && make ztest1 )
158 ( cd testing && make all1 )
160 ( cd testing && make stest2 )
162 ( cd testing && make dtest2 )
164 ( cd testing && make ctest2 )
166 ( cd testing && make ztest2 )
168 ( cd testing && make all2 )
170 ( cd testing && make stest3 )
172 ( cd testing && make dtest3 )
174 ( cd testing && make ctest3 )
176 ( cd testing && make ztest3 )
178 ( cd testing && make all3 )
180 ( cd testing && make all )
182 ( cd testing && make run )
185 ( cd examples && make all )
187 ( cd examples && make example1 )
189 ( cd examples && make example1 )