source: git/ntl/Makefile @ b1f3b55

fieker-DuValspielwiese
Last change on this file since b1f3b55 was de6a29, checked in by Hans Schönemann <hannes@…>, 19 years ago
* hannes: NTL-5.4 git-svn-id: file:///usr/local/Singular/svn/trunk@8693 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 603 bytes
Line 
1# $Id: Makefile,v 1.6 2005-10-06 15:24:07 Singular Exp $
2#################################################
3SHELL           = /bin/sh
4
5##
6## Primary targets
7##
8
9all: setup1 setup1 setup3 setup4
10        cd src;$(MAKE) ntl.a || exit 1;cd ..
11
12setup1:
13        (cd src;$(MAKE) setup1 || exit 1;cd ..; touch setup1)
14
15setup2:
16        (cd src;$(MAKE) setup2 || exit 1;cd ..; touch setup2)
17
18setup3:
19        (cd src;$(MAKE) setup3 || exit 1;cd ..; touch setup3)
20
21setup4:
22        (cd src;$(MAKE) setup4 || exit 1;cd ..; touch setup4)
23
24install:        all
25        (cd src;$(MAKE) install || exit 1;cd ..)
26
27clean:
28        cd src;$(MAKE) clean;cd ..
29        -rm setup1 setup2 setup3 setup4
Note: See TracBrowser for help on using the repository browser.