repo.or.cz
/
blackbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
don't include "cvs" in the version (not using cvs anymore :D)
[blackbox.git]
/
Makefile.am
blob
f8ca0f93f99be3d6bc7ed67b7e1ac8954301f251
1
# Makefile.am for Blackbox - an X11 Window manager
2
3
AUTOMAKE_OPTIONS = foreign
4
5
SUBDIRS = data \
6
doc \
7
lib \
8
src \
9
util
10
11
MAINTAINERCLEANFILES = Makefile.in \
12
aclocal.m4 \
13
config.h.in \
14
config.guess \
15
config.sub \
16
configure \
17
configure.lineno \
18
depcomp \
19
install-sh \
20
ltmain.sh \
21
missing \
22
mkinstalldirs
23
24
LIBTOOL_DEPS = @LIBTOOLS_DEPS@
25
libtool: $(LIBTOOL_DEPS)
26
$(SHELL) ./config.status --recheck
27
28
uninstall-local:
29
-rmdir $(pkgdatadir)
30
31
distclean-local:
32
rm -f *\~ gmon.out .\#*
33
rm -rf autom4te.cache