makefile.am
来自「完整的RTP RTSP代码库」· AM 代码 · 共 41 行
AM
41 行
# 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 + =
减小字号Ctrl + -
显示快捷键?