fluxbox/src/Makefile.am

70 lines
2.7 KiB
Text
Raw Normal View History

2001-12-11 20:47:02 +00:00
# Makefile.am for fluxbox
2002-10-15 09:48:16 +00:00
# Copyright (c) 2001-2002 Henrik Kinnunen (fluxgen@linuxmail.org)
2001-12-11 20:47:02 +00:00
#
# src/Makefile.am for Blackbox 0.61.x - an X11 Window manager
# Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net)
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
2002-11-26 16:03:36 +00:00
SUBDIRS= FbTk
2001-12-11 20:47:02 +00:00
DEFAULT_MENU=$(pkgdatadir)/menu
DEFAULT_STYLE=$(pkgdatadir)/styles/Clean
DEFAULT_KEYSFILE=$(pkgdatadir)/keys
DEFAULT_INITFILE=
2002-10-15 09:48:16 +00:00
AM_CPPFLAGS= -Wall @CPPFLAGS@ \
2001-12-11 20:47:02 +00:00
-DLOCALEPATH=\"$(pkgdatadir)/nls\" \
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
-DDEFAULTKEYSFILE=\"$(DEFAULT_KEYSFILE)\"\
2002-11-26 16:03:36 +00:00
-DDEFAULT_INITFILE=\"$(pkgdatadir)/init\"\
-IFbTk
2001-12-11 20:47:02 +00:00
bin_PROGRAMS= fluxbox
2002-11-26 16:03:36 +00:00
if NEWWMSPEC
newwmspec_SOURCE= Ewmh.hh Ewmh.cc
endif
if GNOME
gnome_SOURCE= Gnome.hh Gnome.cc
endif
2002-10-15 09:48:16 +00:00
2002-12-02 22:09:04 +00:00
fluxbox_SOURCES = AtomHandler.hh BaseDisplay.cc BaseDisplay.hh \
Basemenu.cc Basemenu.hh \
Clientmenu.cc Clientmenu.hh Configmenu.cc Configmenu.hh \
2002-12-02 22:09:04 +00:00
DirHelper.hh DirHelper.cc DrawUtil.cc DrawUtil.hh ${newwmspec_SOURCE} \
2002-11-26 16:03:36 +00:00
FbAtoms.hh FbAtoms.cc fluxbox.cc fluxbox.hh ${gnome_SOURCE} \
2002-12-02 22:09:04 +00:00
IconBar.cc IconBar.hh Iconmenu.cc Iconmenu.hh \
ImageControl.cc ImageControl.hh i18n.cc i18n.hh \
2002-11-26 16:03:36 +00:00
Keys.cc Keys.hh main.cc \
Netizen.cc Netizen.hh nl_types_cygnus.h \
Rootmenu.cc Rootmenu.hh Resource.hh Resource.cc \
Screen.cc Screen.hh \
Slit.cc Slit.hh StringUtil.cc StringUtil.hh Subject.cc Subject.hh \
2002-11-30 20:31:22 +00:00
Tab.hh Tab.cc TextureRender.hh TextureRender.cc Theme.hh Theme.cc \
2002-12-02 22:09:04 +00:00
Timer.cc Timer.hh Toolbar.cc Toolbar.hh \
ToolbarTheme.hh ToolbarTheme.cc Observer.cc Observer.hh\
Window.cc Window.hh Windowmenu.cc Windowmenu.hh \
Workspace.cc Workspace.hh Workspacemenu.cc Workspacemenu.hh \
2002-11-26 16:03:36 +00:00
XrmDatabaseHelper.hh
2002-11-26 23:40:35 +00:00
LDADD=FbTk/libFbTk.a