makefile.am
来自「jpeg and mpeg 编解码技术源代码」· AM 代码 · 共 21 行
AM
21 行
## Makefile.am for the SDL joystick library
noinst_LTLIBRARIES = libjoystick.la
# Define which subdirectories need to be built
SUBDIRS = @JOYSTICK_SUBDIRS@
DIST_SUBDIRS = dummy amigaos beos bsd darwin linux macos mint win32
DRIVERS = @JOYSTICK_DRIVERS@
# Include the architecture-independent sources
COMMON_SRCS = \
SDL_joystick.c \
SDL_joystick_c.h \
SDL_sysjoystick.h
libjoystick_la_SOURCES = $(COMMON_SRCS)
libjoystick_la_LIBADD = $(DRIVERS)
libjoystick_la_DEPENDENCIES = $(DRIVERS)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?