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

📄 makefile

📁 强大的数学工具包
💻
字号:
# # -----------------------------------------------------------------------------# # This file is part of the computer algebra system SIMATH.# # SIMATH is a common software product of the SIMATH group in Saarbruecken# and the Siemens AG. Copyright (C) 1992-1996 by the SIMATH group in# Saarbruecken and the Siemens AG/Munich.# # The computer algebra system SIMATH is free software for universities# and scientific research institutions as long as it is used for purely# scientific purposes only. This software is distributed in the hope that# it will be useful, but# # 			WITHOUT ANY WARRANTY.# # # Permission is hereby granted to copy the system for any # # 			PURELY SCIENTIFIC# # purposes, provided the above notices are retained on all copies.# # If you intend to use SIMATH for other applications, please contact# 	# 	SIEMENS AG# 	Corporate Research and Development# 	Dept. ZFE ST SN 3# 	D-81730 Munich# # Upon reception of this software, please send e-mail messages to# # 	simath@math.uni-sb.de 			and to	# 	Pascale.Serf@zfe.siemens.de# # to inform us that you got a copy of the system. # # Redistribution of this software - either in source or binary form - is# not permitted.# This Makefile includes ./Makefile.flags in the current working# directory.  All modifications should be done in ./Makefile.flags and# not in this file.include ../../../../Makefile.flags### Version zum Debuggen#CFLAGS = -g -DCPP -DGPP -I$(TCLINC)### Optimierte VersionCFLAGS = -O -DCPP -DGPP -I$(TCLINC)OFILES = SMif.o SMifbasedef.o SMifmain.o \         SMifpowerstring.oSMif: $(OFILES)	  $(CC) $(CFLAGS) -o $@ $(OFILES) $(TCLLIB)clean:	rm -f $(OFILES)SMif.o: SMif.hSMif.o: SMifbasedef.hSMif.o: SMifpowerstring.hSMifbasedef.o: SMifbasedef.hSMifmain.o: SMif.hSMifmain.o: SMifbasedef.hSMifmain.o: SMifpowerstring.hSMifpowerstring.o: SMifpowerstring.hSMifpowerstring.o: SMifbasedef.h# DO NOT DELETE THESE LINES

⌨️ 快捷键说明

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