⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.dm

📁 字体缩放显示
💻 DM
字号:
# Makefile for ttf2pk -- loyer@enst.fr, wl@gnu.org## This Makefile assumes that you've already built and installed# the FreeType library.## It builds the ttf2pk and ttf2tfm for emx-gcc.## You will need dmake.## Use this file while with the following statement:##   dmake -r -f Makefile.dm.IMPORT: COMSPECSHELL := $(COMSPEC)SHELLFLAGS := /cGROUPSHELL := $(SHELL)GROUPFLAGS := $(SHELLFLAGS)GROUPSUFFIX := .batSHELLMETAS := *"?<>&|CC = gccLIBDIR = ../../libINCDIR = -I$(LIBDIR) -I.# CFLAGS = -Wall -O2 -g $(INCDIR) -fbounds-checking -DHAVE_EMTEXDIR -DMSDOSCFLAGS = -Wall -O2 -s $(INCDIR) -DHAVE_EMTEXDIR -DMSDOSSRC = case.c emdir.c emtexdir.c errormsg.c filesrch.c ligkern.c newobj.c \      parse.c pklib.c subfont.c texenc.c tfmaux.c ttf2pk.c ttf2tfm.c \      ttfaux.c ttfenc.c ttflib.c vplaux.cttf2pkobjs = emdir.o emtexdir.o errormsg.o filesrch.o ligkern.o newobj.o \             parse.o pklib.o subfont.o texenc.o ttf2pk.o ttfenc.o ttflib.ottf2tfmobjs = case.o emdir.o emtexdir.o errormsg.o filesrch.o ligkern.o \              newobj.o parse.o subfont.o texenc.o tfmaux.o ttf2tfm.o \              ttfaux.o ttfenc.o vplaux.o%.o: %.c	$(CC) $(CFLAGS) -c -o $@ $<%.exe:	$(CC) $(CFLAGS) -o $@ @$(mktmp $(&:t"\n")\n)PROGRAMS = ttf2pk.exe ttf2tfm.exe.PHONY: all clean distcleanall: $(PROGRAMS)ttf2pk.exe: $(ttf2pkobjs) $(LIBDIR)/libttf.attf2tfm.exe: $(ttf2tfmobjs) $(LIBDIR)/libttf.aclean:-[	del *.o]distclean: clean-[	del dep.end	del *.exe	del core]#end of Makefile.dm

⌨️ 快捷键说明

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