📄 makefile.am
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -