home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / units / makefile.cpu < prev    next >
Encoding:
Makefile  |  1998-09-21  |  139 b   |  8 lines

  1. #
  2. # Here we set processor dependent include file names.
  3. #
  4.  
  5. CPUNAMES=m68k heap lowmath math set 
  6. CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
  7.  
  8.