📄 makefile.am
字号:
AM_CPPFLAGS = -I$(top_srcdir) \ -I$(top_srcdir)/client_libs \ -Wall -g $(PLAYERCC_EXTRA_CFLAGS)test_DEPENDENCIES = $(top_builddir)/client_libs/libplayerc/libplayerc.la \ $(top_builddir)/client_libs/libplayerc++/libplayerc++.la \ $(top_builddir)/libplayerxdr/libplayerxdr.la \ $(top_builddir)/libplayercore/libplayererror.laPLAYERCC_LIB_DIRS=-L${top_builddir}/libplayerxdr \ -L${top_builddir}/libplayercore \ -L${top_builddir}/client_libs/libplayerc \ -L${top_builddir}/client_libs/libplayerc++test_LDADD = $(PLAYERCC_LIB_DIRS) -lplayerc++ $(PLAYERCC_LIB) -lplayerc -lplayererror -lplayerxdrnoinst_PROGRAMS =if INCLUDE_PLAYERCCif WITH_TESTS noinst_PROGRAMS += testendifendiftest_SOURCES = test.cc \ test.h \ test_camera.cc \ test_rfid.cc \ test_wsn.cc# test_gps.cc \ test_blobfinder.cc \ test_gripper.cc \ test_laser.cc \ test_lbd.cc \ test_motor.cc \ test_position.cc \ test_position2d.cc \ test_position3d.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_log.cc \ test_mcom.cc \ test_fiducialfinder.cc \ test_lookup.cc \ test_audiodsp.cc \ test_localize.cc \ test_audiomixer.cc \ test_blinkenlight.cc #test_idar.cc \ #test_idarturret.cc #test_misc.cc #test_bps.cc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -