Changeset 0164d0 in git for Makefile.in


Ignore:
Timestamp:
Aug 27, 1997, 3:39:09 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
7ae51b5a795c3ecc4ee43ff82fe0afc9f81876e6
Parents:
bd003130ba3f37eafd59ba2ce081bb2186feda75
Message:
Wed Aug 27 15:35:00 1997  Olaf Bachmann
<obachman@mathematik.uni-kl.de>

	* added file README.mac, README.dos; added dosdist target to
	  Makefile.in, small changes for clean dos-compilation and
	  distribution
	* added reqeust to register to README and COPYING files


git-svn-id: file:///usr/local/Singular/svn/trunk@631 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rbd00313 r0164d0  
    7575        gzip -9 ${BINDISTNAME}
    7676
     77dosdist: Singular/Singular.exe
     78        mkdir /tmp/singdos
     79        mkdir /tmp/singdos/Singular
     80        mkdir /tmp/singdos/Singular/info
     81        mkdir /tmp/singdos/Singular/share
     82        mkdir /tmp/singdos/Singular/share/Singular
     83        cp Singular/doc/singular.hlp /tmp/singdos/Singular/info
     84        cp Singular/Singular.exe /tmp/singdos/Singular
     85        cp Singular/LIB/*.lib /tmp/singdos/Singular/share/Singular
     86        cp -R Singular/LIB/gftables /tmp/singdos/Singular/share/Singular
     87        cp COPYING.share /tmp/singdos/Singular/COPYING
     88        cp README.dos /tmp/singdos/Singular/README
     89        cd /tmp/singdos/; zip -k -r sing Singular; cd -
     90        mv /tmp/singdos/sing.zip Singular.zip
     91        /bin/rm -rf /tmp/singdos
     92
    7793sharedist: ${bindir}/Singular
    7894        cd Singular; ${MAKE} dvi; ${MAKE} info
     
    99115        ${MAKE} install
    100116
     117Singular/Singular.exe:
     118        ./configure.dos
     119        ${MAKE} clean
     120        ${MAKE} install
     121
    101122Singular factory libfac MP gmp:
    102123        cd $@; ${MAKE} all
     
    104125check:
    105126        cd Singular; ${MAKE} check
    106        
     127
    107128Makefile : Makefile.in config.status
    108129        ./config.status
Note: See TracChangeset for help on using the changeset viewer.