⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 liftsystem.m

📁 UML语言构建的电梯管理系统
💻 M
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -