source: git/ntl/Makefile @ e3c0c1d

fieker-DuValspielwiese
Last change on this file since e3c0c1d was a8bb563, checked in by Hans Schoenemann <hannes@…>, 13 years ago
freebsd port git-svn-id: file:///usr/local/Singular/svn/trunk@14153 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 618 bytes
RevLine 
[341696]1# $Id$
[92c0ac]2#################################################
3SHELL           = /bin/sh
4
5##
6## Primary targets
7##
8
[78af57]9all: setup1 setup2 setup3 setup4
[a8bb563]10        cd src;make ntl.a || exit 1;cd ..
[92c0ac]11
[199b5c]12setup1:
[a8bb563]13        (cd src;make setup1 || exit 1;cd ..; touch setup1)
[199b5c]14
[78af57]15setup2: setup1
[a8bb563]16        (cd src;make setup2 || exit 1;cd ..; touch setup2)
[199b5c]17
[78af57]18setup3: setup2
[a8bb563]19        (cd src;make setup3 || exit 1;cd ..; touch setup3)
[199b5c]20
[78af57]21setup4: setup3
[a8bb563]22        (cd src;make setup4 || exit 1;cd ..; touch setup4)
[199b5c]23
[92c0ac]24install:        all
[a8bb563]25        (cd src;make install || exit 1;cd ..)
[92c0ac]26
[be6689f]27install_all: install
28
[92c0ac]29clean:
[a8bb563]30        cd src;make clean;cd ..
[199b5c]31        -rm setup1 setup2 setup3 setup4
[1dba07]32depend:
[a8bb563]33        @echo "No make depend available!"
Note: See TracBrowser for help on using the repository browser.