📄 makefile
字号:
# iRTOS
# Copyright (C) 2008 Dmitriy Cherepanov
#
# This file is part of iRTOS
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public either
# version 2.1 of the License, or (at your option) any later version.
# This source is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# Do not be lasy! For the latest version see http://irtos.sourceforge.net.
top_dir=../..
#include $(top_dir)/Makedefs
#TARGET=src
#SRC = prog_watchdog.c
# Object files directory
# To put object files in current directory, use a dot (.), do NOT make
# this an empty or blank macro!
#OBJDIR = .
#LIBNAME=lib$(TARGET).a
#Two objectes
#all: libcopy $(LIBNAME)
#svn_version.h:
# echo -n '#define SVN_revision = ' \ > $@
# subwcrev . | grep 'Last committed at revision' >> $@
#
# echo ')' >> $@
#echo '"; return SVN_Version; }' >> $@
svn_version_win.h: svn_version_tourtoise.h
SubWCRev.exe $(top_dir) $< $@
# echo ')' >> $@
#echo '"; return SVN_Version; }' >> $@
#include $(top_dir)/Makerules
clean:
rm svn_version.h
rm svn_version_win.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -