makefile
来自「配合linux窗口管理器使用」· 代码 · 共 33 行
TXT
33 行
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 + =
减小字号Ctrl + -
显示快捷键?