makefile.am

来自「一个功能比较强的下载软件」· AM 代码 · 共 44 行

AM
44
字号
## $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 + =
减小字号Ctrl + -
显示快捷键?