📄 makefile.am
字号:
# (C) Copyright IBM Corp 2003, 2004# All rights reserved.## This program 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. This# file and program are licensed under a BSD style license. See# the Copying file included with the OpenHPI distribution for# full licensing terms.REMOTE_SOURCES = el_utils.cMOSTLYCLEANFILES = $(shell ls *data) $(REMOTE_SOURCES) @TEST_CLEAN@DISTCLEANFILES = $(top_builddir)/src/t/el/elTest.dataINCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/utilsAM_CFLAGS = @NOCFLAGS@ -ftest-coverage -fprofile-arcs$(REMOTE_SOURCES): if test ! -f $@ -a ! -L $@; then \ ln -s ../../$@; \ fiTESTS = el_test_001 \ el_test_002 \ el_test_003 \ el_test_004check_PROGRAMS = el_test_001 \ el_test_002 \ el_test_003 \ el_test_004el_test_001_SOURCES = el_test.h el_test_001.c $(REMOTE_SOURCES)el_test_002_SOURCES = el_test.h el_test_002.c addel.c $(REMOTE_SOURCES)el_test_003_SOURCES = el_test.h el_test_003.c addel.c $(REMOTE_SOURCES)el_test_004_SOURCES = el_test.h el_test_004.c $(REMOTE_SOURCES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -