?? 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 + -