fpc/utils
nickysn 8a1178e4e9 * regenerated makefiles
git-svn-id: branches/i8086@24114 -
2013-04-01 17:30:11 +00:00
..
debugsvr * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
dxegen * regenerated makefiles 2013-04-01 17:30:11 +00:00
fpcm * regenerated makefiles 2013-04-01 17:30:11 +00:00
fpcmkcfg * regenerated makefiles 2013-04-01 17:30:11 +00:00
fpcres * regenerated makefiles 2013-04-01 17:30:11 +00:00
fpcreslipo * regenerated makefiles 2013-04-01 17:30:11 +00:00
fpdoc * regenerated makefiles 2013-04-01 17:30:11 +00:00
fpgmake
fpmc * regenerated makefiles 2013-04-01 17:30:11 +00:00
fppkg * regenerated makefiles 2013-04-01 17:30:11 +00:00
fprcp * regenerated makefiles 2013-04-01 17:30:11 +00:00
h2pas * regenerated makefiles 2013-04-01 17:30:11 +00:00
importtl * regenerated makefiles 2013-04-01 17:30:11 +00:00
instantfpc * regenerated makefiles 2013-04-01 17:30:11 +00:00
javapp/src/fpc/tools/javapp
mksymbian * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
pas2fpm * regenerated makefiles 2013-04-01 17:30:11 +00:00
pas2ut * regenerated makefiles 2013-04-01 17:30:11 +00:00
rmwait * regenerated makefiles 2013-04-01 17:30:11 +00:00
sim_pasc
svn2cvs
tply * regenerated makefiles 2013-04-01 17:30:11 +00:00
bin2obj.pp
creumap.pp
data2inc.exm
data2inc.pp
delp.pp
fpmake_add.inc
fpmake_proc.inc
fpmake.pp
grab_vcsa.pp
Makefile * regenerated makefiles 2013-04-01 17:30:11 +00:00
Makefile.fpc * Added pas2fpm 2012-08-22 16:45:57 +00:00
postw32.pp
ppdep.pp
ptop.pp
ptopu.pp
README.txt
rmcvsdir.pp
rstconv.pp
svn2cl.pp

This dirctory contains some utilities that come with the Free Pascal
Compiler. They can be compiled by typing 'make all' in this directory.

Currently, the following things are provided:

ppdep   : Creates a makefile which includes all interdependant units.

ptop    : Pascal source beautifier

delp    : Deletes all files generated by Free Pascal, as well 
          temporary files.

h2pas/  : Contains the h2pas program, which converts C header files to pascal
          unit files.
tply/   : Pascal Lex and Yacc
fpcm/   : fpcmake - utility to generate makefiles to regenerate compiler

Typing a 'make install' will put everything into place.

Happy Coding !
The Free Pascal Development Team.