📄 imakefile
字号:
GROFF_LIBDIR = /usr/local/lib/groffGROFF_FONTDIR = $(GROFF_LIBDIR)/fontGROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/local/lib/font:/usr/lib/fontDPIS = 75 100PROGRAMS = gxditview xtotroffDEPLIBS = XawClientDepLibsLOCAL_LIBRARIES = XawClientLibsSRCS1 = xditview.c Dvi.c draw.c font.c lex.c page.c \ parse.c XFontName.c DviChar.c device.cOBJS1 = xditview.o Dvi.o draw.o font.o lex.o page.o \ parse.o XFontName.o DviChar.o device.oSRCS2 = xtotroff.c XFontName.c DviChar.cOBJS2 = xtotroff.o XFontName.o DviChar.oINCLUDES = -I$(TOOLKITSRC) -I$(TOP)MATHLIB = -lmDEFINES = $(SIGNAL_DEFINES) -DFONTPATH=\"$(GROFF_FONTPATH)\" # -DX_NOT_STDC_ENVComplexProgramTarget_1(gxditview,$(LOCAL_LIBRARIES),$(MATHLIB))NormalProgramTarget(xtotroff,$(OBJS2),$(DEPXLIB),$(XLIB), /**/)InstallAppDefaults(GXditview)fonts: xtotroff DESC FontMap @dir=`pwd`; \ fonts=`sed -e 's/[ ].*//' FontMap`; \ for dpi in $(DPIS); do \ echo Making devX$$dpi; \ test -d ../devX$$dpi || mkdir ../devX$$dpi; \ rm -f ../devX$$dpi/DESC; \ sed -e "s/res 75/res $$dpi/" DESC >../devX$$dpi/DESC; \ (cd ../devX$$dpi; \ rm -f Makefile.sub; \ echo DEV=X$$dpi >Makefile.sub; \ echo DEVFILES=DESC $$fonts >>Makefile.sub; \ $$dir/xtotroff -g -r $$dpi -s 10 $$dir/FontMap); \ echo Making devX$$dpi-12; \ test -d ../devX$$dpi-12 || mkdir ../devX$$dpi-12; \ rm -f ../devX$$dpi-12/DESC; \ sed -e "s/res 75/res $$dpi/" -e 's/unitwidth 10/unitwidth 12/' DESC \ >../devX$$dpi-12/DESC; \ (cd ../devX$$dpi-12; \ rm -f Makefile.sub; \ echo DEV=X$$dpi-12 >Makefile.sub; \ echo DEVFILES=DESC $$fonts >>Makefile.sub; \ $$dir/xtotroff -g -r $$dpi -s 12 $$dir/FontMap); \ doneextraclean: clean -rm -f junk tmp grot oldFORCE:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -