• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

AUTHORSH A D24-May-200169 32

FORMATH A D24-May-200112.5 KiB402260

MakefileH A D24-May-2001130 117

READMEH A D24-May-20011.4 KiB3624

fio.cH A D24-May-200137.6 KiB1,4081,055

main.cH A D27-Jul-200132.4 KiB1,239915

makefile_append.iniH A D24-May-200186 97

makefile_prepend.iniH A D24-May-200129 32

pconf.hH A D24-May-20017.6 KiB300160

platforms.iniH A D06-Sep-20104 KiB116110

proc.cH A D24-May-200135 KiB1,271995

utils.cH A D24-May-200113.2 KiB673433

README

1                  P L A T F O R M   C O N F I G U R A T O R
2
3ABOUT
4-----
5
6   This is a very experimental Makefile generator, designed to generate
7a Makefile suitable for compiling a program based on information from
8a list of platforms and specifica values for each one.
9
10For those of you familiar with AutoConf, this basically works just like it
11with more or less features but nearly identical user-end syntax.
12
13
14   Platform Configurator was created by WolfPack Entertainment due to
15frustration from AutoConf and certain issues that just didn't tayor AutoConf
16for our needs.
17
18We understand and respect those who successfully use AutoConf, however we
19were not fortunate to get it working in the past two years and rather than
20expend more time on it we decided to `reinvent the wheel'. In which case to
21our delights the new design has worked out better than we anticipated.
22
23Note that Platform Configurator is fully documented, if you are a
24developer and interested in further understanding then please read the
25file FORMAT which describes the configuration file format that pconf uses.
26
27
28   Platform Configurator is not distributed in any means other than with
29WPE's software, however it is under GPL license. We grant you the right to
30use pconf if you find it useful but you will have to rip it out of the
31package it came from.
32
33We are happy to answer support questions that you may have, contact WPE if
34you need assistance http://wolfpack.twu.net/contacts.html
35
36