diff options
author | Pablo Martín <caedesv@users.sourceforge.net> | 2003-09-07 21:45:05 +0000 |
---|---|---|
committer | Pablo Martín <caedesv@users.sourceforge.net> | 2003-09-07 21:45:05 +0000 |
commit | 213978fa8a868661dda88e6b4e7cacec1c90677a (patch) | |
tree | ada4aa53b2e25926c93bc1d4f2d19cbd018d1493 /modules/matrix_basic/Makefile | |
parent | 599a8e20c02fa48bab5102d15fab79dd6b631c95 (diff) |
Updating pdp to current version 0.12.2
svn path=/trunk/externals/pdp/; revision=941
Diffstat (limited to 'modules/matrix_basic/Makefile')
-rw-r--r-- | modules/matrix_basic/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/matrix_basic/Makefile b/modules/matrix_basic/Makefile new file mode 100644 index 0000000..3604041 --- /dev/null +++ b/modules/matrix_basic/Makefile @@ -0,0 +1,12 @@ +current: all_modules + +include ../../Makefile.config + +PDP_MOD = pdp_mat_mul.o pdp_mat_lu.o pdp_mat_vec.o + +all_modules: $(PDP_MOD) + +clean: + rm -f *~ + rm -f *.o + |