mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 10:49:29 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * Never put destination directory in the dependency list, as it gets modified when the target file is created and led to infinite recursion. We cannot use $(MKDIRTREE) unconditionally as this generates make error at least on Windows OS. Instead, create an explicit target for $(TEST_OUTPUTDIR), and add a: $(MAKE) $dir line on gparmake, createlst and $(MAKEINC) targets explicitly. git-svn-id: trunk@34324 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |