?? makefile.am
字號:
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
CFLAGS = -Wall -Werror -O3 -g
bin_PROGRAMS = ac3dec
ac3dec_LDADD= -L./libac3 -lac3 -lm
noinst_HEADERS = output.h
ac3dec_SOURCES = ac3dec.c output.c
ac3dec_DEPENDENCIES = libac3/libac3.a
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh\
output_linux.c output_irix.c output_solaris.c
SUBDIRS = libac3 tools test .
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -