makefile.am

来自「下载来的一个看图软件的源代码」· AM 代码 · 共 79 行

AM
79
字号
CFLAGS = @CFLAGS@ @WMF_CFLAGS@LDFLAGS = @LDFLAGS@DEFS = @DEFS@ @WMF_DEFS@ \	-DPACKAGE=\"@PACKAGE@\" \	-DVERSION=\"@VERSION@\"if LIBWMF_OPT_SYS_GDGDHDRS = elseGDHDRS = -I$(top_srcdir)/src/extra/gdendifINCLUDES = \	-I$(top_srcdir)/include \	-I$(top_srcdir)/src \	$(GDHDRS) \	-I$(top_builddir)noinst_LTLIBRARIES = libipa.lalibipa_la_SOURCES = eps.c fig.c svg.c xgd.c x.c ipa.c plot.c foreign.clibipa_la_LDFLAGS = IPAHEADERS = \	ipa/bmp.h \	ipa.hEPSHEADERS = \	eps/bmp.h \	eps/device.h \	eps/draw.h \	eps/region.h \	eps.hFIGHEADERS = \	fig/bmp.h \	fig/color.h \	fig/device.h \	fig/draw.h \	fig/font.h \	fig/region.h \	fig.hSVGHEADERS = \	svg/bmp.h \	svg/device.h \	svg/draw.h \	svg/region.h \	svg.hGDHEADERS = \	xgd/bmp.h \	xgd/device.h \	xgd/draw.h \	xgd/font.h \	xgd/region.h \	xgd.hXHEADERS = \	x/bmp.h \	x/color.h \	x/device.h \	x/draw.h \	x/font.h \	x/region.h \	x.hPLOTHEADERS = \	plot/bmp.h \	plot/device.h \	plot/draw.h \	plot/region.h \	plot.hEXTRA_DIST = template.c template.h $(IPAHEADERS) $(EPSHEADERS) $(FIGHEADERS) $(SVGHEADERS) $(GDHEADERS) $(XHEADERS) $(PLOTHEADERS)

⌨️ 快捷键说明

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