📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inAUTOMAKE_OPTIONS = foreign 1.6 dist-zipSUBDIRS = src include doc win32m4datadir = $(datadir)/aclocalm4data_DATA = ogg.m4pkgconfigdir = $(libdir)/pkgconfigpkgconfig_DATA = ogg.pc# we include the whole debian/ dir in EXTRA_DIST because there's a problem# with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am# to pick up on the lowercase changelog file and add ChangeLog to DIST_COMMON# because of it, breaking make dist. This works just as well.EXTRA_DIST = README AUTHORS CHANGES COPYING \ libogg.spec libogg.spec.in \ ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \ macos macosx debiandist-hook: rm -rf `find $(distdir)/debian -name .svn` rm -rf `find $(distdir)/debian -name "Makefile*"` rm -rf `find $(distdir)/macos -name .svn` rm -rf `find $(distdir)/macosx -name .svn`debug: $(MAKE) all CFLAGS="@DEBUG@"profile: $(MAKE) all CFLAGS="@PROFILE@"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -