⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 It s a tool designed to extract as much information as possible from Bluetooth devices without the r
💻 AM
字号:
# ------------------------------------------------------------------------------# Copyright (C) 2005, SWECO, All Rights Reserved.## Process this file with automake## $Id$## Author: Zsolt Molnar (Zsolt.Molnar@ieee.org)# ------------------------------------------------------------------------------GLIBINC=$(shell glib-config --cflags)GLIBLIB=$(shell glib-config --libs) -lpthreadbin_PROGRAMS = btappserv btdevAM_CPPFLAGS  = -ggdb -g -fno-inline -I$(top_srcdir)/includeAM_CFLAGS  = -I$(top_srcdir)/include $(GLIBINC)LDFLAGS = $(GLIBLIB) -lpthread -lbluetooth -lopenobexbtappserv_SOURCES = \	main.cpp \	AppFactory.cpp \	DeviceRecoveryLogic.cpp \	DeviceManager.cpp \	FileReader.cpp \	CmdBasedDeviceRecovery.cpp \	HardcodedDeviceTypeExtractor.cpp \	DeviceRecord.cpp \	DeviceCache.cpp \	OBEXCommInitiator.cpp \	CmdBasedRFCommHandler.cpp \	OBEXSender.cpp \	NetHandler.cpp \	obex_main.c \	obex_socket.cbtdev_SOURCES = btdev.cpp

⌨️ 快捷键说明

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