source: git/libpolys/polys/templates/p_Procs_Lib.cc @ ba5e9e

spielwiese
Last change on this file since ba5e9e was ba5e9e, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Changed configure-scripts to generate individual public config files for each package: resources, libpolys, singular (main) fix: sources should include correct corresponding config headers.
  • Property mode set to 100644
File size: 964 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    p_Procs_Lib.cc
6 *  Purpose: source for shared library of p_Procs
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 12/00
9 *******************************************************************/
10
11#ifdef DYNAMIC_VERSION
12#define LINKAGE extern "C"
13#else
14#define LINKAGE
15#endif
16
17#ifdef HAVE_CONFIG_H
18#include "libpolysconfig.h"
19#endif /* HAVE_CONFIG_H */
20#include <misc/auxiliary.h>
21
22#ifdef HAVE_FACTORY
23#include <factory/factory.h>
24#endif
25
26#include <polys/monomials/p_polys.h>
27#include <polys/monomials/ring.h>
28#include <polys/templates/p_Procs.h>
29#include <polys/templates/p_Numbers.h>
30#include <polys/templates/p_MemCmp.h>
31#include <polys/templates/p_MemAdd.h>
32#include <polys/templates/p_MemCopy.h>
33#include <polys/kbuckets.h>
34
35#include "templates/p_Procs.inc"
36
Note: See TracBrowser for help on using the repository browser.