Changeset 27f57a6 in git
- Timestamp:
- Aug 20, 2010, 1:40:52 PM (13 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 10c41fa0f244cbf47bb8932adcc22eed2f2dc306
- Parents:
- 7c69a85f563064e4cd9ea49e32b34714e674656e
- Location:
- factory
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/factory.template
r7c69a8 r27f57a6 42 42 #endif /* SINGULAR */ 43 43 44 #ifdef macintosh45 #include <:templates:ftmpl_array.h>46 #include <:templates:ftmpl_factor.h>47 #include <:templates:ftmpl_list.h>48 #include <:templates:ftmpl_matrix.h>49 #else50 44 #include <templates/ftmpl_array.h> 51 45 #include <templates/ftmpl_factor.h> 52 46 #include <templates/ftmpl_list.h> 53 47 #include <templates/ftmpl_matrix.h> 54 #endif55 48 56 49 /*MAKEHEADER PUBLIC ONLY*/ -
factory/ftmpl_array.h
r7c69a8 r27f57a6 14 14 //}}} 15 15 16 #ifdef macintosh17 #include <:templates:ftmpl_array.h>18 #else19 16 #include "templates/ftmpl_array.h" 20 #endif21 17 22 18 #endif /* ! INCL_ARRAY_H */ -
factory/ftmpl_factor.h
r7c69a8 r27f57a6 14 14 //}}} 15 15 16 #ifdef macintosh17 #include <:templates:ftmpl_factor.h>18 #else19 16 #include "templates/ftmpl_factor.h" 20 #endif21 17 22 18 #endif /* ! INCL_FACTOR_H */ -
factory/ftmpl_functions.h
r7c69a8 r27f57a6 14 14 //}}} 15 15 16 #ifdef macintosh17 #include <:templates:ftmpl_functions.h>18 #else19 16 #include "templates/ftmpl_functions.h" 20 #endif21 17 22 18 #endif /* ! INCL_FUNCTIONS_H */ -
factory/ftmpl_inst.cc
r7c69a8 r27f57a6 14 14 #include <factoryconf.h> 15 15 16 #ifdef macintosh17 #include <:templates:ftmpl_array.cc>18 #include <:templates:ftmpl_factor.cc>19 #include <:templates:ftmpl_list.cc>20 #include <:templates:ftmpl_functions.h>21 #include <:templates:ftmpl_matrix.cc>22 #else23 16 #include <templates/ftmpl_array.cc> 24 17 #include <templates/ftmpl_factor.cc> … … 26 19 #include <templates/ftmpl_functions.h> 27 20 #include <templates/ftmpl_matrix.cc> 28 #endif29 21 30 22 #include <factory.h> -
factory/templates/ftmpl_array.cc
r7c69a8 r27f57a6 4 4 #include <factoryconf.h> 5 5 6 #ifdef macintosh7 #include <:templates:ftmpl_array.h>8 #else9 6 #include <templates/ftmpl_array.h> 10 #endif11 7 12 8 template <class T> -
factory/templates/ftmpl_factor.cc
r7c69a8 r27f57a6 4 4 #include <factoryconf.h> 5 5 6 #ifdef macintosh7 #include <:templates:ftmpl_factor.h>8 #else9 6 #include <templates/ftmpl_factor.h> 10 #endif11 7 12 8 template <class T> -
factory/templates/ftmpl_list.cc
r7c69a8 r27f57a6 4 4 #include <factoryconf.h> 5 5 6 #ifdef macintosh7 #include <:templates:ftmpl_list.h>8 #else9 6 #include <templates/ftmpl_list.h> 10 #endif11 7 12 8 template <class T> -
factory/templates/ftmpl_matrix.cc
r7c69a8 r27f57a6 4 4 #include <factoryconf.h> 5 5 6 #ifdef macintosh7 #include <:templates:ftmpl_matrix.h>8 #else9 6 #include <templates/ftmpl_matrix.h> 10 #endif11 7 12 8 template <class T> -
factory/winnt/factory.h
r7c69a8 r27f57a6 43 43 #endif /* SINGULAR */ 44 44 45 #ifdef macintosh46 #include <:templates:ftmpl_array.h>47 #include <:templates:ftmpl_factor.h>48 #include <:templates:ftmpl_list.h>49 #include <:templates:ftmpl_matrix.h>50 #else51 45 #include <templates/ftmpl_array.h> 52 46 #include <templates/ftmpl_factor.h> 53 47 #include <templates/ftmpl_list.h> 54 48 #include <templates/ftmpl_matrix.h> 55 #endif56 49 57 50 /* stuff included from ./cf_globals.h */
Note: See TracChangeset
for help on using the changeset viewer.