makefile.am

来自「HIP 硬件设备管理标准接口」· AM 代码 · 共 41 行

AM
41
字号
# (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 + =
减小字号Ctrl + -
显示快捷键?