projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6255d9
)
remove auto generated code during make clean
author
Derek Foreman
<foremande@gmail.com>
Fri, 21 May 2010 21:05:29 +0000
(17:05 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 26 Jun 2010 23:30:46 +0000
(
01:30
+0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index c16d754b0cea3506bc8a9354cdbb7876c78a553c..09f1adff05e587e1197464e6fd4652315b9b0ff5 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-56,7
+56,10
@@
dist_libexec_SCRIPTS = \
data/autostart/openbox-autostart
# generated stuff
-BUILT_SOURCES=obtheme/parser.h
+BUILT_SOURCES=obtheme/parser.h \
+ obtheme/parser.c \
+ obtheme/lexer.c
+
## obtheme ##
@@
-625,6
+628,9
@@
CLEANFILES = \
#doc:
# $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
+clean-local:
+ rm -f $(BUILT_SOURCES)
+
distclean-local:
for d in . m4 po obrender parser obt openbox; do \
for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \