Changeset 75f460 in git for resources


Ignore:
Timestamp:
Dec 16, 2014, 3:43:21 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
fce947c9e6c3e8c6d5a622c7f6b0d724580993cc
Parents:
a2e4470c6e9a666de8ab7b706370c15e13092f76
Message:
format
Location:
resources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • resources/Makefile.am

    ra2e447 r75f460  
    66
    77
    8 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} 
     8AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
    99
    1010
  • resources/resources.dox

    ra2e447 r75f460  
    44
    55 This is a package that handled the system environment variables and especially the search path for Singular resources (like libraries and modules).
    6  
     6
    77 This may be used by factory in order to search for its precomputed
    88 tables and thus have been separated into a standalone top-level package.
    9  
     9
    1010 Note that this package has no further dependencies,
    1111 while it is used by the rest of Singular packages:
    12  - \ref factory_page, 
    13  - \ref libpolys_page, 
    14  - \ref kernel_page, 
     12 - \ref factory_page,
     13 - \ref libpolys_page,
     14 - \ref kernel_page,
    1515 - \ref singular_page.
    16  
     16
    1717*/
  • resources/resources.pc.in

    ra2e447 r75f460  
    1010
    1111# Requires:
    12 # Conflicts: 
     12# Conflicts:
    1313
    1414Cflags: -I${includedir} @SINGULAR_CFLAGS@
    1515Libs: -L${libdir} -l@PACKAGE@
    16 # Libs.private: 
     16# Libs.private:
    1717
Note: See TracChangeset for help on using the changeset viewer.