1 Star 3 Fork 1

zhj2232006/CANopenMaster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.in 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
Jack 提交于 2020-04-30 17:48 . CanFestival-3-de1fc3261f21
#! gmake
#
# Copyright (C) 2006 Laurent Bessard
#
# This file is part of canfestival, a library implementing the canopen
# stack
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library 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.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
all: objdictedit canfestival examples
examples: canfestival driver
$(MAKE) -C examples all
documentation:
$(MAKE) -C doc/doxygen
manual:
$(MAKE) -C doc/manual
objdictedit:
$(MAKE) -C objdictgen all
canfestival: driver
$(MAKE) -C src $@
driver:
$(MAKE) -C drivers $@
install: canfestival driver
$(MAKE) -C drivers $@
$(MAKE) -C src $@
$(MAKE) -C examples $@
$(MAKE) -C objdictgen $@
ldconfig
uninstall:
$(MAKE) -C drivers $@
$(MAKE) -C src $@
$(MAKE) -C examples $@
$(MAKE) -C objdictgen $@
clean:
$(MAKE) -C src $@
$(MAKE) -C drivers $@
$(MAKE) -C examples $@
$(MAKE) -C objdictgen $@
mrproper: clean
$(MAKE) -C src $@
$(MAKE) -C drivers $@
$(MAKE) -C examples $@
$(MAKE) -C objdictgen $@
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/zhj2232006/CANopenMaster.git
git@gitee.com:zhj2232006/CANopenMaster.git
zhj2232006
CANopenMaster
CANopenMaster
master

搜索帮助