mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 22:22:41 +02:00
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
# $Id$
|
|
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=powerpc math set
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
#
|
|
# $Log$
|
|
# Revision 1.1 2002-07-26 16:54:48 florian
|
|
# + initial version
|
|
#
|
|
# |