Changeset 78af57 in git
- Timestamp:
- Jul 14, 2010, 11:35:28 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 0d348b91bd5d226ba799178daca46300068b6d0a
- Parents:
- 81104ed2dadbfad0477badcdf86b06b1a0b0e59c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r81104e r78af57 365 365 iparith.o mpsr_Tok.o : iparith.inc mpsr_Tok.inc 366 366 367 cntrlc.o cntrlc.og : feOptES.inc feOptTS.inc feOpt.inc 367 cntrlc.o cntrlc.og : feOptES.inc feOptTS.inc feOpt.inc version.h 368 369 misc_ip.o emacs.o tesths.o: version.h 368 370 369 371 claptmpl.o: claptmpl.cc mod2.h -
ntl/Makefile
r81104e r78af57 7 7 ## 8 8 9 all: setup1 setup 1setup3 setup49 all: setup1 setup2 setup3 setup4 10 10 cd src;$(MAKE) ntl.a || exit 1;cd .. 11 11 … … 13 13 (cd src;$(MAKE) setup1 || exit 1;cd ..; touch setup1) 14 14 15 setup2: 15 setup2: setup1 16 16 (cd src;$(MAKE) setup2 || exit 1;cd ..; touch setup2) 17 17 18 setup3: 18 setup3: setup2 19 19 (cd src;$(MAKE) setup3 || exit 1;cd ..; touch setup3) 20 20 21 setup4: 21 setup4: setup3 22 22 (cd src;$(MAKE) setup4 || exit 1;cd ..; touch setup4) 23 23
Note: See TracChangeset
for help on using the changeset viewer.