makefile.am

来自「非常好用的可移植的多平台C/C++源代码编辑器」· AM 代码 · 共 34 行

AM
34
字号
SUBDIRS = resources

INCLUDES = $(WX_CXXFLAGS) \
		-I$(top_srcdir)/src/plugins/astyle/astyle \
		-I$(top_srcdir)/src/sdk \
		-I$(top_srcdir)/src/sdk/wxscintilla/include

libdir = $(pkgdatadir)/plugins

lib_LTLIBRARIES = libastyle.la

libastyle_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version

libastyle_la_LIBADD = ../../sdk/libcodeblocks.la \
				../../sdk/wxscintilla/libwxscintilla.la

libastyle_la_SOURCES = astyleconfigdlg.cpp \
			astyleplugin.cpp \
			formattersettings.cpp \
			astyle/ASBeautifier.cpp \
			astyle/ASFormatter.cpp

noinst_HEADERS = astyleconfigdlg.h \
			astyleplugin.h \
			formattersettings.h \
			astyle/astyle.h \
			astyle/compiler_defines.h

EXTRA_DIST = astyle/astyle.html \
			astyle/astyle_main.cpp \
			astyle/astyle_release_notes.html \
			astyle/INSTALL.TXT \
			astyle/license.html

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?