spielwiese
Release-4-3-2p1
Last change
on this file was
88534e9,
checked in by Hans Schoenemann <hannes@…>, 3 years ago
|
fix: factory paths for a sep. factory distribution
|
-
Property mode set to
100644
|
File size:
678 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C -*- */ |
---|
2 | |
---|
3 | #ifndef INCL_FACTORYCONF_H |
---|
4 | #define INCL_FACTORYCONF_H |
---|
5 | |
---|
6 | /* template to generate `factoryconf.h'. */ |
---|
7 | |
---|
8 | /** |
---|
9 | * |
---|
10 | * @file factoryconf.h |
---|
11 | * |
---|
12 | * `factoryconf.h' serves as a configuration file for the |
---|
13 | * installed source files (templates and `factory.h') the same |
---|
14 | * way as `config.h' serves as a configuration file for the |
---|
15 | * source files from which the library is build. Additionally, |
---|
16 | * we paste a copy of our `cf_assert.h' into this file which is |
---|
17 | * necessary for the templates to translate. |
---|
18 | * |
---|
19 | **/ |
---|
20 | #include "globaldefs.h" |
---|
21 | |
---|
22 | /*MAKEHEADER*/ |
---|
23 | #include "config.h" |
---|
24 | |
---|
25 | /*MAKEHEADER*/ |
---|
26 | #include "cf_assert.h" |
---|
27 | |
---|
28 | #endif /* ! INCL_FACTORYCONF_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.