Changeset 2711ab in git for factory


Ignore:
Timestamp:
Nov 14, 2007, 5:00:28 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e1b374cf92f20ecdfc1742c05d81b953492a9bea
Parents:
9bbbc8727cef03dd635037916ba957f26c3302d8
Message:
*hannes: readcf


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

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r9bbbc8 r2711ab  
    11# @configure_input@
    2 # $Id: GNUmakefile.in,v 1.51 2007-10-16 16:44:09 Singular Exp $
     2# $Id: GNUmakefile.in,v 1.52 2007-11-14 16:00:28 Singular Exp $
    33
    44#
     
    369369                $(addprefix ftest/,$(ftestsrc)) \
    370370                readcf.cc ftmpl_inst.cc \
    371                 gengftables.cc test_install.cc
     371                gengftables.cc gengftables-conway.cc test_install.cc
    372372
    373373# all the C/C++ include files in the distribution
     
    396396                bin/folding.el bin/fold-docu.el \
    397397                bin/install-sh bin/mkinstalldirs \
    398                 bin/makeheader
     398                bin/makeheader bin/gen-readcf
    399399
    400400#
     
    470470# note that this is a non-source file which is distributed!
    471471$(srcdir)/readcf.cc: readcf.y
    472                 @if test -r $(srcdir)/readcf.cc; then \
    473                         touch $(srcdir)/readcf.cc;\
    474                 else \
    475                 if test "${BISON}" = where-is-your-bison; then \
    476                         echo Error: no bison given, could not rebuilt readcf.cc;\
    477                         exit 1; \
    478                 fi; \
    479                 $(BISON) $< -o $@ \;
    480                 fi
     472                @./bin/gen-readcf "${BISON}"
    481473
    482474# note that these are non-source file which are distributed!
     
    545537
    546538# these are not all dependencies, but the most important ones
    547 gengftables.o:  gengftables.cc conftest factory.h gf_tabutil.h
     539gengftables.o:  gengftables-conway.cc conftest factory.h gf_tabutil.h
    548540                $(CXX) -c $< $(TESTCXXFLAGS) -o $@
    549541
Note: See TracChangeset for help on using the changeset viewer.