http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5552b
)
add standart rules
author
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 5 May 2008 19:51:06 +0000
(23:51 +0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 5 May 2008 19:51:06 +0000
(23:51 +0400)
etersoft/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/etersoft/Makefile.in
b/etersoft/Makefile.in
index d539be7267aabe191bc66164a1a4127187158114..ac39524775acaa8ad7dd0b8fe85ef4e62f392aef 100644
(file)
--- a/
etersoft/Makefile.in
+++ b/
etersoft/Makefile.in
@@
-1,6
+1,15
@@
# due various xargs options
XARGS=`echo | xargs -IQQQ 2>/dev/null && echo "xargs -IQQQ" || echo "xargs -iQQQ"`
+all:
+
+
+depend:
+
+
+distclean::
+
+
install:
cd root ; find ./ -type d | $(XARGS) mkdir -p "$(DESTDIR)$(datadir)/wine/skel/QQQ"
cd root ; find ./ -type f | $(XARGS) ../$(INSTALL_DATA) -m 0644 "QQQ" "$(DESTDIR)$(datadir)/wine/skel/QQQ"