makefile.cpu 298 B

12345678910111213141516
  1. # $Id$
  2. #
  3. # Here we set processor dependent include file names.
  4. #
  5. CPUNAMES=powerpc math set
  6. CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
  7. #
  8. # $Log$
  9. # Revision 1.2 2002-09-07 16:01:26 peter
  10. # * old logs removed and tabs fixed
  11. #
  12. # Revision 1.1 2002/07/26 16:54:48 florian
  13. # + initial version
  14. #
  15. #