fpc/utils
Michaël Van Canneyt 37e637b61f * Pass FPC_DOTTEDUNITS on to fpmake as -ns
* cpu-target checks now use CPU_OS_TARGET instead of FULL_TARGET, as the latter includes SUB_TARGET
2023-07-27 19:04:09 +02:00
..
build * Use single Makefile 2023-07-25 15:07:59 +02:00
debugsvr * Use single Makefile 2023-07-25 15:07:59 +02:00
dotutils * Tools to create dotted units or units that support dotted filenames 2023-07-27 19:04:09 +02:00
dxegen * Use single Makefile 2023-07-25 15:07:59 +02:00
fpcm * Pass FPC_DOTTEDUNITS on to fpmake as -ns 2023-07-27 19:04:09 +02:00
fpcmkcfg * Use single Makefile 2023-07-25 15:07:59 +02:00
fpcres * Use single Makefile 2023-07-25 15:07:59 +02:00
fpcreslipo * Use single Makefile 2023-07-25 15:07:59 +02:00
fpdoc * Use common makefile 2023-07-25 15:14:16 +02:00
fpgmake
fpmc * Use single Makefile 2023-07-25 15:07:59 +02:00
fppkg * Use single Makefile 2023-07-25 15:07:59 +02:00
fprcp * Use single Makefile 2023-07-25 15:07:59 +02:00
h2pas * Add switch to revert to using char 2023-07-25 16:06:53 +02:00
ihxutil * Use single Makefile 2023-07-25 15:07:59 +02:00
importtl * Use single Makefile 2023-07-25 15:07:59 +02:00
instantfpc * Use single Makefile 2023-07-25 15:07:59 +02:00
javapp/src/fpc/tools/javapp
json2pas * Use single Makefile 2023-07-25 15:07:59 +02:00
mksymbian * Use single Makefile 2023-07-25 15:07:59 +02:00
pas2fpm * Use single Makefile 2023-07-25 15:07:59 +02:00
pas2jni * Use single Makefile 2023-07-25 15:07:59 +02:00
pas2js * Use single Makefile 2023-07-25 15:07:59 +02:00
pas2ut * Use single Makefile 2023-07-25 15:07:59 +02:00
rmwait * Use single Makefile 2023-07-25 15:07:59 +02:00
sim_pasc
svn2cvs
tply * Use single Makefile 2023-07-25 15:07:59 +02:00
unicode * Use single Makefile 2023-07-25 15:07:59 +02:00
wasmbin * Use single Makefile 2023-07-25 15:07:59 +02:00
bin2obj.pp
creumap.pp
data2inc.exm
data2inc.pp * PChar -> PAnsiChar 2023-07-24 14:55:42 +02:00
delp.lpi
delp.pp
fpcsubst.pp
fpmake_add.inc
fpmake_proc.inc
fpmake.pp * Needs threads 2023-07-15 18:22:42 +02:00
grab_vcsa.pp
Makefile * Fix makefiles 2023-07-25 14:33:16 +02:00
Makefile.fpc * Fix makefiles 2023-07-25 14:33:16 +02:00
Makefile.fpc.fpcmake
mkinsadd.pp
postw32.pp * PChar -> PAnsiChar 2023-07-24 14:55:42 +02:00
ppdep.pp * PChar -> PAnsiChar 2023-07-24 14:55:42 +02:00
ptop.pp
ptopu.pp
README.txt
rmcvsdir.pp
rstconv.pp
svn2cl.pp
usubst.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.