Changeset 80f24c6 in git for factory/ftest


Ignore:
Timestamp:
Feb 16, 1999, 6:13:41 PM (25 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
9c4b7a9f93393dea72c9025164b21d61e25e8654
Parents:
91dcf151c85edc85da5347c25f0249a6a02bc613
Message:
***** merge from branch `factory-gcd' to main trunk


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

Legend:

Unmodified
Added
Removed
  • factory/ftest/GNUmakefile.in

    r91dcf15 r80f24c6  
    11# @configure_input@
    2 # $Id: GNUmakefile.in,v 1.2 1997-11-13 08:38:14 schmidt Exp $
     2# $Id: GNUmakefile.in,v 1.3 1999-02-16 17:13:41 schmidt Exp $
    33
    44#
     
    3131srcdir =        @srcdir@
    3232VPATH =         @srcdir@
     33NTLPATH =       $(srcdir)/../../ntl-2.0
    3334
    3435#
     
    9495%: %.cc
    9596
     97# how to link the ntl test files
     98%.ntl: %.ntl.o ftest_util.o ftest_io.o ntl_util.o ../libcf.a ../libcfmem.a ../ftmpl_inst.o
     99                $(CXX) $^ $(FTESTLDFLAGS) $(NTLPATH)/ntl.a -o $@
     100
     101# how to create the ntl test file objects
     102%.ntl.o: %.ntl.cc ../factory.h ftest_util.h ftest_io.h ntl_util.h
     103                $(CXX) -c $< -I$(NTLPATH) $(FTESTCXXFLAGS) -o $@
     104
    96105# how to link the test files
    97106%: %.o ftest_util.o ftest_io.o ../libcf.a ../libcfmem.a ../ftmpl_inst.o
     
    99108
    100109# how to create the test file objects
    101 %.o: %.cc ../factory.h
     110%.o: %.cc ../factory.h ftest_util.h ftest_io.h
    102111                $(CXX) -c $< $(FTESTCXXFLAGS) -o $@
    103112
     
    128137                $(CXX) -c $< $(LIBCXXFLAGS) -o $@
    129138
     139ntl_util.o:     ntl_util.cc ntl_util.h ../factory.h
     140                $(CXX) -c $< -I$(NTLPATH) $(LIBCXXFLAGS) -o $@
     141
    130142#
    131143# - cleaning up.
Note: See TracChangeset for help on using the changeset viewer.