makefile.am

来自「机器人仿真软件」· AM 代码 · 共 65 行

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