liftsystem.m
来自「UML语言构建的电梯管理系统」· M 代码 · 共 103 行
M
103 行
# makefile for System: LiftSystem
sctAUTOCFGDEP =
sctASN1AUTOCFGDEP =
sctCOMPFLAGS = -DXUSE_GENERIC_FUNC
!include $(SCTDIR)\make.opt
default: LiftSystem$(sctEXTENSION)
LiftSystem$(sctEXTENSION): \
LiftSystem$(sctOEXTENSION) \
U2ctypes$(sctOEXTENSION) \
U2ExtraOps$(sctOEXTENSION) \
Interfaces$(sctOEXTENSION) \
LiftComponents$(sctOEXTENSION) \
LiftManagement$(sctOEXTENSION) \
$(sctLINKKERNELDEP) \
$(sctLINKCODERLIBDEP)
$(sctLD) @<<
$(sctLDFLAGS)
LiftSystem$(sctOEXTENSION) U2ctypes$(sctOEXTENSION) U2ExtraOps$(sctOEXTENSION) Interfaces$(sctOEXTENSION) LiftComponents$(sctOEXTENSION) LiftManagement$(sctOEXTENSION) $(sctLINKKERNEL) $(sctLINKCODERLIB)
/OUT:LiftSystem$(sctEXTENSION)
<<
LiftSystem$(sctOEXTENSION): \
LiftSystem.c \
U2ctypes.h \
U2ExtraOps.h \
U2ctypes.h \
U2ExtraOps.h \
Interfaces.h \
Interfaces.h \
U2ctypes.h \
U2ExtraOps.h \
LiftComponents.h \
Interfaces.h \
LiftComponents.h \
U2ctypes.h \
U2ExtraOps.h \
LiftManagement.h \
LiftManagement.h \
Interfaces.h \
LiftComponents.h \
U2ctypes.h \
U2ExtraOps.h
$(sctCC) @<<
$(sctCPPFLAGS) $(sctCCFLAGS)
$(sctIFDEF)
/FoLiftSystem$(sctOEXTENSION)
LiftSystem.c
<<NOKEEP
U2ctypes$(sctOEXTENSION): \
U2ctypes.c \
U2ctypes.h
$(sctCC) @<<
$(sctCPPFLAGS) $(sctCCFLAGS)
$(sctIFDEF)
/FoU2ctypes$(sctOEXTENSION)
U2ctypes.c
<<NOKEEP
U2ExtraOps$(sctOEXTENSION): \
U2ExtraOps.c \
U2ExtraOps.h
$(sctCC) @<<
$(sctCPPFLAGS) $(sctCCFLAGS)
$(sctIFDEF)
/FoU2ExtraOps$(sctOEXTENSION)
U2ExtraOps.c
<<NOKEEP
Interfaces$(sctOEXTENSION): \
Interfaces.c \
Interfaces.h
$(sctCC) @<<
$(sctCPPFLAGS) $(sctCCFLAGS)
$(sctIFDEF)
/FoInterfaces$(sctOEXTENSION)
Interfaces.c
<<NOKEEP
LiftComponents$(sctOEXTENSION): \
LiftComponents.c \
LiftComponents.h
$(sctCC) @<<
$(sctCPPFLAGS) $(sctCCFLAGS)
$(sctIFDEF)
/FoLiftComponents$(sctOEXTENSION)
LiftComponents.c
<<NOKEEP
LiftManagement$(sctOEXTENSION): \
LiftManagement.c \
LiftManagement.h
$(sctCC) @<<
$(sctCPPFLAGS) $(sctCCFLAGS)
$(sctIFDEF)
/FoLiftManagement$(sctOEXTENSION)
LiftManagement.c
<<NOKEEP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?