files.mk

来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· MK 代码 · 共 40 行

MK
40
字号
# File: examples/files.mk# Purpose: List of example files# Author: Phil Bunce (pjb@carmel.com)# Revision History:#	990114	Created# GRP1 programs will run in any environmentGRP1 =  acker.c bubble.c dhry.c dry1.c fibo.c game.c hello.c \	ledflash.c puzzle.c qsort.c queens.c sieve.c sort.c stanford.c \	timetst.c irq.c tstapp.c# GRP2 programs will only run under PMONGRP2 = onintr.c hanoi.c clock.c# GRP1T Are GRP1 programs that require transcendental functionsGRP1T = whets.c whetd.c# GRP2T Are GRP2 programs that require transcendental functionsGRP2T = sinewave.c wiggle.c# Programs that require transcendental functions, eg. sin(x), have # not been included in the standard build list.  However, if your# configuration includes support for transcendental functions you # may add these groups to the appropriate lists below by switching# around the comment characters.CFILES = $(GRP1) $(GRP2) $(GRP1T) $(GRP2T)PMONLST = $(GRP1) $(GRP2)#PMONLST = $(GRP1) $(GRP2) $(GRP1T) $(GRP2T)ROMLST = $(GRP1)#ROMLST = $(GRP1) $(GRP1T)XLST = $(ROMLST) pmon k4101 k4102 k4011CLEANLST = $(XLST) $(GRP2)ASFILES = tisr.sOTHERS = Makefile pmon.mk stand.mk rom.mk xpmon.mk xstand.mk crules.mk \	recrules.mk files.mk README

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?