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

📄 make.lib

📁 that is a useful book for people who like to learn more about C++.
💻 LIB
字号:
## The following directory-specifications will need modification## XPSDIR = /home/jost/XPSINCFLAG = -I$(XPSDIR)/include -I/usr/include/X11XPS: $(XPSDIR)/src/XPSgraph.c $(XPSDIR)/src/XPS3D.c	cc -O -c -o $(XPSDIR)/lib/XPSgraph.o $(INCFLAG) $(XPSDIR)/src/XPSgraph.c; \        cc -O -c -o $(XPSDIR)/lib/XPS3D.o $(INCFLAG) $(XPSDIR)/src/XPS3D.c; \        f77 -O -c -o $(XPSDIR)/lib/D3DrawSurf.o $(XPSDIR)/src/D3DrawSurf.f; \        ar r $(XPSDIR)/lib/libxps.a $(XPSDIR)/lib/XPSgraph.o $(XPSDIR)/lib/XPS3D.o \             $(XPSDIR)/lib/D3DrawSurf.o	ranlib $(XPSDIR)/lib/libxps.a lib: $(XPSDIR)/lib/XPSgraph.o	clean: 	rm -f $(XPSDIR)/lib/*.o $(XPSDIR)/lib/libxps.a

⌨️ 快捷键说明

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