Changeset 4b2690 in git


Ignore:
Timestamp:
Jun 24, 2008, 4:22:37 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
b1f3b550b19c59e98d5ff16180b7b269f90d1184
Parents:
fc31bce62f6218a179a92bc21f0d94594df4e869
Message:
*hannes: gcc dep.


git-svn-id: file:///usr/local/Singular/svn/trunk@10786 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
IntegerProgramming
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/Makefile.in

    rfc31bce r4b2690  
    4848OBJECTS_LLL:= LLL_lattice_to_send.o
    4949
    50 %.o: %.cc
     50%.o: %.cc si_gcc_v.h
    5151        $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
    5252
     
    7676
    7777clean:
    78         rm -f *.o *~  $(MAIN1) $(MAIN2) $(MAIN3) $(MAIN4) $(LLL)
     78        rm -f *.o *~  $(MAIN1) $(MAIN2) $(MAIN3) $(MAIN4) $(LLL) si_gcc_v.h
    7979
    8080distclean: clean
     
    8484        -rm -f ${bindir}/$(MAIN4)
    8585        -rm -f ${bindir}/$(LLL)
     86
     87si_gcc_v.h:
     88        ./gccversion.sh
    8689
    8790$(MAIN1): term_ordering.o binomial.o list.o BigInt.o LLL.o matrix.o \
  • IntegerProgramming/globals.h

    rfc31bce r4b2690  
    1111#ifndef GLOBALS_H
    1212#define GLOBALS_H
    13 
    1413// Include facilities needed by several files:
    1514
    16 //#define HAVE_IOSTREAM_H
     15#include "si_gcc_v.h"
     16#ifdef SI_GCC2
     17#define HAVE_IOSTREAM_H
     18#endif
     19
    1720#include <stdio.h>
    1821#ifndef HAVE_IOSTREAM_H
Note: See TracChangeset for help on using the changeset viewer.