Changeset 3a342b in git for IntegerProgramming


Ignore:
Timestamp:
Feb 15, 2001, 1:07:05 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7df57804d761a89bf836bda602393775154535cb
Parents:
b46ce0bd64329638179797ebdafe2be2c1951a43
Message:
* hannes: 2.0.0


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

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/Makefile.in

    rb46ce0 r3a342b  
    7777        $(OBJECTS1)
    7878        $(CXX) $^ -o $@ $(LDFLAGS)
     79        strip $(MAIN1)
    7980
    8081$(MAIN2): term_ordering.o binomial.o list.o BigInt.o LLL.o matrix.o \
     
    8384        $(OBJECTS2)
    8485        $(CXX)  $^ -o $@ $(LDFLAGS)
     86        strip $(MAIN2)
    8587
    8688$(MAIN3): term_ordering.o binomial.o list.o BigInt.o LLL.o matrix.o \
     
    8991        $(OBJECTS3)
    9092        $(CXX)  $^ -o $@ $(LDFLAGS)
     93        strip $(MAIN3)
    9194
    9295$(MAIN4): term_ordering.o binomial.o list.o BigInt.o LLL.o matrix.o \
     
    9598        $(OBJECTS4)
    9699        $(CXX)  $^ -o $@ $(LDFLAGS)
     100        strip $(MAIN4)
    97101
    98102Makefile: Makefile.in
Note: See TracChangeset for help on using the changeset viewer.