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

📄 makefile.am

📁 一个功能比较强的下载软件
💻 AM
字号:
## $Header: /var/cvs/d4x/main/face/Makefile.am,v 1.9 2002/11/28 01:27:52 zaufi Exp $#include $(top_srcdir)/admin/Makefile.addonsMAINTAINERCLEANFILES = Makefile.inCLEANFILES = *~EXTRA_DIST           = pixmaps pixmaps2noinst_LIBRARIES     = libface.alibface_a_SOURCES = $(strip           \  about.cc     fsched.cc  misc.cc     \  addd.cc      fsface.cc  mywidget.cc \  buttons.cc   graph.cc   passface.cc \  colors.cc    list.cc    prefs.cc    \  filtrgui.cc  lmenu.cc   qtree.cc    \  dndtrash.cc  lod.cc     saveload.cc \  edit.cc      log.cc                 \)noinst_HEADERS = $(strip              \  about.h     fsched.h  misc.h        \  addd.h      fsface.h  mywidget.h    \  buttons.h   graph.h   passface.h    \  colors.h    list.h    prefs.h       \  filtrgui.h  lmenu.h   qtree.h       \  dndtrash.h  lod.h     saveload.h    \  edit.h      log.h                   \)# HINT:# We can use fact that all files in this directory# have the same name for 2 extensions (*.cc | *.h)# and use this in the following trick:## noinst_HEADERS = $(patsubst %.cc, %.h, $(libface_a_SOURCES))## this helps us to avoid maintain 2 lists (long lists :) of files# and exclude possible errors (i.e. unsyncronized lists)#

⌨️ 快捷键说明

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