📄 makefile
字号:
includes = `pkg-config gdk-2.0 gdk-pixbuf-xlib-2.0 librsvg-2.0 --cflags`libs = `pkg-config imlib gdk-2.0 gdk-pixbuf-xlib-2.0 libart-2.0 libxml-2.0 pangoft2 librsvg-2.0 --libs` objs = XDesktopContainer.o XIcon.o XIdeskImage.o XCaption.o Database.o \ DesktopConfig.o DesktopIconConfig.o Misc.o Main.o XShadowImage.o \ XIconWithShadow.o SimpleSvgImage.o XPngImage.o Action.o \ ActionConfig.o App.oheaders = XDesktopContainer.h XIcon.h XIdeskImage.h XCaption.h Database.h \ DesktopConfig.h DesktopIconConfig.h Misc.h XShadowImage.h \ XIconWithShadow.h SimpleSvgImage.h XPngImage.h AbstractClasses.h \ Action.h ActionConfig.h App.hall: idesk cp ./idesk ..idesk: $(objs) $(cc) $(objs) -o $@ $(libs)$(objs): %.o: %.cpp $(headers) $(cc) $(cflags) $(includes) -c $< -o $@.PHONY : cleanclean: rm -f $(objs) idesk core.PHONY : tidytidy: clean rm *.*~ rm *~
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -