makefile.am

来自「机器人仿真平台,和stage配合运行」· AM 代码 · 共 42 行

AM
42
字号
if WITH_TESTSBUILDTEST = testelseBUILDTEST =endifAM_CPPFLAGS = -I$(srcdir)/.. -I$(srcdir)/../../c -I$(top_srcdir)/servertest_LDADD = $(top_builddir)/client_libs/c++/libplayerclient.anoinst_PROGRAMS = $(BUILDTEST)test_SOURCES = test_broadcast.cc \               test.cc \               test_gps.cc \               test_gripper.cc \               test.h \               test_laser.cc \               test_lbd.cc \               test_position.cc \               test_position_control.cc \               test_ptz.cc \               test_sonar.cc \               test_speech.cc \               test_truth.cc \               test_vision.cc \      	       test_power.cc \       	       test_dio.cc \               test_bumper.cc \               test_wifi.cc \               test_mcom.cc \               test_fiducialfinder.cc \               test_audiodsp.cc \      	       test_localize.cc \      	       test_audiomixer.cc              #test_idar.cc \               #test_idarturret.cc               #test_misc.cc               #test_bps.ccclean-local:	rm -f test

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?