📄 makefile.am
字号:
# The top-level input Makefile for SDL# require automake 1.4AUTOMAKE_OPTIONS = 1.4## Any directories that you want built and installed should go here.SUBDIRS = src include ## Any directories you want a part of the distribution should be listed## here, as well as have a Makefile generated at the end of configure.in#### This only works for subdirectories one level deep.DIST_SUBDIRS = $(SUBDIRS)# SDL runtime configuration script# All the rest of the distributed filesEXTRA_DIST = \ COPYING \ CREDITS \ README \ README.AmigaOS \ README.CVS \ README.DC \ README.Epoc \ README.MacOS \ README.MacOSX \ README.MiNT \ README.NanoX \ README.PicoGUI \ README.QNX \ README.Qtopia \ README.WinCE \ README-SDL.txt \ WhatsNew \ SDLaudio.dsp SDLaudio.vcproj \ sdl.m4# M4 macro file for inclusion with autoconfm4datadir = $(datadir)/aclocal
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -