Changeset 4ec8b6 in git for factory/GNUmakefile.in


Ignore:
Timestamp:
Sep 22, 2010, 9:36:06 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6d4f4221e79a49b6305192a0c0c31b566c400111
Parents:
96337eeae301e92dbc560e3ce72b7f01da403f10
Message:
removing some SINGULAR dep.

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

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r96337e r4ec8b6  
    195195                abs_fac.cc \
    196196                bifac.cc \
    197                 lgs.cc
    198 
    199 singfactorysrc := \
     197                lgs.cc \
    200198                singext.cc
     199
    201200useiofactorysrc := \
    202201                parseutil.cc \
     
    204203distfactorysrc := \
    205204                $(basefactorysrc) \
    206                 $(singfactorysrc) \
    207205                $(useiofactorysrc)
     206
    208207doxysrc :=      \
    209208                $(basefactorysrc) \
     
    282281                bifacConfig.h \
    283282                lgs.h \
    284                 algext.h
    285 
    286 singfactoryincl := \
     283                algext.h \
    287284                singext.h
     285
    288286useiofactoryincl := \
    289287                parseutil.h
    290288distfactoryincl := \
    291289                $(basefactoryincl) \
    292                 $(singfactoryincl) \
    293290                $(useiofactoryincl)
     291
    294292doxyincl :=     \
    295293                $(basefactoryincl) \
Note: See TracChangeset for help on using the changeset viewer.