source: git/ntl/src/unixify @ 33a041

spielwiese
Last change on this file since 33a041 was 2cfffe, checked in by Hans Schönemann <hannes@…>, 21 years ago
This commit was generated by cvs2svn to compensate for changes in r6316, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6317 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 370 bytes
Line 
1
2rm -r unix
3mkdir unix
4mkdir unix/src
5mkdir unix/include
6mkdir unix/include/NTL
7mkdir unix/doc
8
9cp ../README unix/README
10
11for i in $1
12do
13   cp $i unix/src/$i
14done
15
16for i in $2
17do
18   cp ../include/NTL/$i unix/include/NTL/$i
19done
20
21
22for i in $3
23do
24   cp ../doc/$i unix/doc/$i
25done
26
27cp ../include/NTL/def_config.h unix/include/NTL/config.h
28cp def_makefile unix/src/makefile
Note: See TracBrowser for help on using the repository browser.