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

📄 makefile.gen

📁 this is the file used to browse web
💻 GEN
字号:
ifeq ($(findstring ;,$(PATH)),;)# OS/2; compiler EMX_OS_=os2else# Unix, Linux or other clones; compiler GCC (and maybe CC?)_OS_=unixendifOPT=1ifeq ($(_OS_),os2)ifeq ($(CC),cc)CC=gccendifLIBS=-lsocket -ZmtEXE=links.exeDFLAGS=-DHAVE_BEGINTHREAD -DHAVE_MOUOPEN -DHAVE_READ_KBD -DHAVE_SYS_SELECT_H -DHAVE_SYS_FMUTEX_H -Zmtifneq ($(X11ROOT),)DFLAGS+= -DX2 -I$(X11ROOT)/XFree86/includeLIBS+=-L$(X11ROOT)/XFree86/lib -lxf86_gccendifelse#F=-lefenceLIBS=$(F)#-lgpmEXE=linksendififeq ($(OPT),1)OFLAGS=-O3endifWARNINGS = -WallCFLAGS = -DHAVE_CONFIG2_H $(DFLAGS) $(OFLAGS) $(WARNINGS) -gall : $(EXE)af_unix.o : af_unix.c links.h language.hbeos.o : beos.c links.h language.hbfu.o : bfu.c links.h language.hbookmark.o : bookmark.c links.h language.hcache.o : cache.c links.h language.hcharsets.o : charsets.c links.h language.hconnect.o : connect.c links.h language.hcookies.o : cookies.c links.h language.hdefault.o : default.c links.h language.hdns.o : dns.c links.h language.herror.o : error.c links.h language.hfile.o : file.c links.h language.hfinger.o : finger.c links.h language.hftp.o : ftp.c links.h language.hhtml_r.o : html_r.c links.h language.hhtml_tbl.o : html_tbl.c links.h language.hhtml.o : html.c links.h language.hhttp.o : http.c links.h language.hhttps.o : https.c links.h language.hkbd.o : kbd.c links.h language.hkbdbind.o : kbdbind.c links.h language.hlanguage.o : language.c links.h language.hmailto.o : mailto.c links.h language.hmain.o : main.c links.h language.hmenu.o : menu.c links.h language.hos_dep.o : os_dep.c links.h language.hsched.o : sched.c links.h language.hselect.o : select.c links.h language.hsession.o : session.c links.h language.hsmb.o : smb.c links.h language.hterminal.o : terminal.c links.h language.htypes.o : types.c links.h language.hurl.o : url.c links.h language.hview.o : view.c links.h language.h$(EXE) : af_unix.o beos.o bfu.o bookmark.o cache.o charsets.o connect.o cookies.o default.o dns.o error.o file.o finger.o ftp.o html_r.o html_tbl.o html.o http.o https.o kbd.o kbdbind.o language.o mailto.o main.o menu.o os_dep.o sched.o select.o session.o smb.o terminal.o types.o url.o view.o	$(CC) -o $(EXE) af_unix.o beos.o bfu.o bookmark.o cache.o charsets.o connect.o cookies.o default.o dns.o error.o file.o finger.o ftp.o html_r.o html_tbl.o html.o http.o https.o kbd.o kbdbind.o language.o main.o mailto.o menu.o os_dep.o sched.o select.o session.o smb.o terminal.o types.o url.o view.o $(LIBS)clean :	rm -f *.o

⌨️ 快捷键说明

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