makefile.am

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

AM
44
字号
if WITH_TESTSBUILDTEST = testelseBUILDTEST =endifAM_CPPFLAGS = -I$(srcdir)/.. -I$(top_srcdir) -g -Walltest_LDADD = -L$(top_builddir)/client_libs/libplayerc -lplayerc -L$(top_builddir)/libplayerxdr -lplayerxdr -L$(top_builddir)/libplayercore -lplayererror -lm#-L$(top_builddir)/client_libs/libplayerpacket -lplayerpacketEXTRA_DIST = test.world test.cfg cave.pnmnoinst_PROGRAMS = $(BUILDTEST)test_SOURCES = \	test.c \	test.h \	test_blobfinder.c \	test_camera.c \	test_graphics2d.c \	test_gripper.c \	test_laser.c \	test_log.c \	test_map.c \	test_position2d.c \	test_position3d.c \	test_power.c \	test_ptz.c \	test_simulation.c \	test_sonar.c \	test_rfid.c \	test_wsn.c#test_camera.c \#test_fiducial.c \#test_gps.c \#test_joystick.c \#test_localize.c \#test_motor.c \#test_truth.c \#test_wifi.cclean-local:	rm -f test

⌨️ 快捷键说明

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