diff options
author | fluxgen <fluxgen> | 2002-01-18 01:26:41 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-18 01:26:41 (GMT) |
commit | cf74b88d96c571d3a725a24cd7ef36e5ee200d3a (patch) | |
tree | a17594cfbdbe88256c59a21e697e27c0450dfc52 | |
parent | e0f3b3cafff6bb41baa01a5fdfa2a6523af58460 (diff) | |
download | fluxbox-cf74b88d96c571d3a725a24cd7ef36e5ee200d3a.zip fluxbox-cf74b88d96c571d3a725a24cd7ef36e5ee200d3a.tar.bz2 |
update
-rw-r--r-- | src/Makefile.am | 5 | ||||
-rw-r--r-- | src/Makefile.in | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 52e69e4..46458b9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -50,7 +50,8 @@ fluxbox_SOURCES= BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh \ | |||
50 | fluxbox.cc fluxbox.hh \ | 50 | fluxbox.cc fluxbox.hh \ |
51 | i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh\ | 51 | i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh\ |
52 | IconBar.cc IconBar.hh Theme.hh Theme.cc \ | 52 | IconBar.cc IconBar.hh Theme.hh Theme.cc \ |
53 | StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h | 53 | StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h \ |
54 | 54 | XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc | |
55 | |||
55 | MAINTAINERCLEANFILES= Makefile.in | 56 | MAINTAINERCLEANFILES= Makefile.in |
56 | 57 | ||
diff --git a/src/Makefile.in b/src/Makefile.in index 2e4a1a3..27ca45b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
@@ -119,7 +119,7 @@ CPPFLAGS = -Wall @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ @DEBUG@ @ | |||
119 | 119 | ||
120 | bin_PROGRAMS = fluxbox | 120 | bin_PROGRAMS = fluxbox |
121 | 121 | ||
122 | fluxbox_SOURCES = BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh Clientmenu.cc Clientmenu.hh Configmenu.cc Configmenu.hh Icon.cc Icon.hh Image.cc Image.hh LinkedList.cc LinkedList.hh Netizen.cc Netizen.hh Rootmenu.cc Rootmenu.hh Screen.cc Screen.hh Slit.cc Slit.hh Timer.cc Timer.hh Toolbar.cc Toolbar.hh Window.cc Window.hh Windowmenu.cc Windowmenu.hh Workspace.cc Workspace.hh Workspacemenu.cc Workspacemenu.hh fluxbox.cc fluxbox.hh i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh IconBar.cc IconBar.hh Theme.hh Theme.cc StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h | 122 | fluxbox_SOURCES = BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh Clientmenu.cc Clientmenu.hh Configmenu.cc Configmenu.hh Icon.cc Icon.hh Image.cc Image.hh LinkedList.cc LinkedList.hh Netizen.cc Netizen.hh Rootmenu.cc Rootmenu.hh Screen.cc Screen.hh Slit.cc Slit.hh Timer.cc Timer.hh Toolbar.cc Toolbar.hh Window.cc Window.hh Windowmenu.cc Windowmenu.hh Workspace.cc Workspace.hh Workspacemenu.cc Workspacemenu.hh fluxbox.cc fluxbox.hh i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh IconBar.cc IconBar.hh Theme.hh Theme.cc StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc |
123 | 123 | ||
124 | 124 | ||
125 | MAINTAINERCLEANFILES = Makefile.in | 125 | MAINTAINERCLEANFILES = Makefile.in |
@@ -140,7 +140,7 @@ fluxbox_OBJECTS = BaseDisplay.o Basemenu.o Clientmenu.o Configmenu.o \ | |||
140 | Icon.o Image.o LinkedList.o Netizen.o Rootmenu.o Screen.o Slit.o \ | 140 | Icon.o Image.o LinkedList.o Netizen.o Rootmenu.o Screen.o Slit.o \ |
141 | Timer.o Toolbar.o Window.o Windowmenu.o Workspace.o Workspacemenu.o \ | 141 | Timer.o Toolbar.o Window.o Windowmenu.o Workspace.o Workspacemenu.o \ |
142 | fluxbox.o i18n.o main.o Tab.o Keys.o IconBar.o Theme.o StringUtil.o \ | 142 | fluxbox.o i18n.o main.o Tab.o Keys.o IconBar.o Theme.o StringUtil.o \ |
143 | DrawUtil.o | 143 | DrawUtil.o Resource.o |
144 | fluxbox_LDADD = $(LDADD) | 144 | fluxbox_LDADD = $(LDADD) |
145 | fluxbox_DEPENDENCIES = | 145 | fluxbox_DEPENDENCIES = |
146 | fluxbox_LDFLAGS = | 146 | fluxbox_LDFLAGS = |
@@ -164,10 +164,10 @@ GZIP_ENV = --best | |||
164 | DEP_FILES = .deps/BaseDisplay.P .deps/Basemenu.P .deps/Clientmenu.P \ | 164 | DEP_FILES = .deps/BaseDisplay.P .deps/Basemenu.P .deps/Clientmenu.P \ |
165 | .deps/Configmenu.P .deps/DrawUtil.P .deps/Icon.P .deps/IconBar.P \ | 165 | .deps/Configmenu.P .deps/DrawUtil.P .deps/Icon.P .deps/IconBar.P \ |
166 | .deps/Image.P .deps/Keys.P .deps/LinkedList.P .deps/Netizen.P \ | 166 | .deps/Image.P .deps/Keys.P .deps/LinkedList.P .deps/Netizen.P \ |
167 | .deps/Rootmenu.P .deps/Screen.P .deps/Slit.P .deps/StringUtil.P \ | 167 | .deps/Resource.P .deps/Rootmenu.P .deps/Screen.P .deps/Slit.P \ |
168 | .deps/Tab.P .deps/Theme.P .deps/Timer.P .deps/Toolbar.P .deps/Window.P \ | 168 | .deps/StringUtil.P .deps/Tab.P .deps/Theme.P .deps/Timer.P \ |
169 | .deps/Windowmenu.P .deps/Workspace.P .deps/Workspacemenu.P \ | 169 | .deps/Toolbar.P .deps/Window.P .deps/Windowmenu.P .deps/Workspace.P \ |
170 | .deps/fluxbox.P .deps/i18n.P .deps/main.P | 170 | .deps/Workspacemenu.P .deps/fluxbox.P .deps/i18n.P .deps/main.P |
171 | SOURCES = $(fluxbox_SOURCES) | 171 | SOURCES = $(fluxbox_SOURCES) |
172 | OBJECTS = $(fluxbox_OBJECTS) | 172 | OBJECTS = $(fluxbox_OBJECTS) |
173 | 173 | ||