mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 07:20:38 +02:00
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
# $Id$
|
|
#
|
|
# Here we set processor dependent include file names.
|
|
#
|
|
|
|
CPUNAMES=arm math set
|
|
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
|
#
|
|
# $Log$
|
|
# Revision 1.1 2003-08-21 03:24:43 florian
|
|
# + basic makefile.cpu added
|
|
#
|
|
# |