Changeset e4a292d in git


Ignore:
Timestamp:
Dec 26, 2013, 1:52:48 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e86e21bda42dff533a74d4741008e9bde372d619
Parents:
04b56b282e5394b8e639a964547ee410bc57b9008439117632b2775958b3610334ab1a449222539b
Message:
Merge pull request #463 from fingolfin/patch-2

Make README more useful to end users
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • README

    r04b56b re4a292d  
    1 Rules for inlude files:
    2 - include files from the current subdir via #include "abc.h"
    3 - include header from other subdirs vai #include <def.h>
    4   ( do NOT use a specific path - this may change!)
    5 - include privtae header files via path: #include "../other_dir/ppp.h"
    6   - should be avoided!
     1Singular is a computer algebra system for polynomial computations, with
     2special emphasis on commutative and non-commutative algebra, algebraic
     3geometry, and singularity theory. It is free and open-source under the
     4GNU General Public Licence.
    75
    8 Classes of files
    9 - public header:
    10   - should be installed at a central place ($includedir)
    11   - should itself only include other public headers
    12 - private header:
    13   - will not be installed at other places
    14   - will (usually) only be included from that subdir
     6Installation instructions:
     7  https://github.com/Singular/Sources/wiki/Step-by-Step-Installation-Instructions-for-Singular
    158
     9Homepage:
     10  http://www.singular.uni-kl.de/
     11
     12Source code:
     13  https://github.com/Singular/Sources
     14
     15User Manual:
     16  http://www.singular.uni-kl.de/Manual/4-0-0/
  • gfanlib/Makefile.am

    r843911 re4a292d  
    55endif
    66
    7 # libgfandir = $(libdir)
     7libgfandir = $(libdir)
    88
    99AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL -DHAVE_CONFIG_H
  • resources/Makefile.am

    r843911 re4a292d  
    99libresources_LTLIBRARIES = libresources.la
    1010# ${LIB_G}
    11 #libresourcesdir = $(libdir)/
     11libresourcesdir = $(libdir)
    1212
    1313#CXXTEMPLFLAGS =-ftrapv
Note: See TracChangeset for help on using the changeset viewer.