mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 19:43:42 +02:00
17 lines
298 B
Plaintext
17 lines
298 B
Plaintext
# $Id$
|
|
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=powerpc math set
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
#
|
|
# $Log$
|
|
# Revision 1.2 2002-09-07 16:01:26 peter
|
|
# * old logs removed and tabs fixed
|
|
#
|
|
# Revision 1.1 2002/07/26 16:54:48 florian
|
|
# + initial version
|
|
#
|
|
#
|