📄 files.mk
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -