1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

Makefiles changed

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@137 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-24 21:46:18 +00:00
parent 13fe141eee
commit 0f5daf8844
4 changed files with 22 additions and 51 deletions
+6 -16
View File
@@ -46,23 +46,13 @@ debug:
# Installieren
install:
@ echo "kopiere $(BIN_NAME) nach $(DESTDIR)$(INSTDIR)"
@ mkdir -p $(DESTDIR)$(INSTDIR); \
cp $(BIN_NAME) $(DESTDIR)$(INSTDIR)
# @ echo "setze Rechte auf $(BIN_NAME)"
# @ cd $(DESTDIR)$(INSTDIR); \
# chmod 755 $(BIN_NAME); \
# chgrp $(INSTGRP) $(BIN_NAME); \
# chown $(INSTUSR) $(BIN_NAME)
@ install -d $(DESTDIR)$(INSTDIR); \
install $(BIN_NAME) $(DESTDIR)$(INSTDIR)
@ echo "kopiere $(CONF_NAME) nach $(DESTDIR)$(CONFDIR)"
@ mkdir -p $(DESTDIR)$(CONFDIR); \
cp $(CONF_NAME) $(DESTDIR)$(CONFDIR)
# @ echo "setze Rechte auf $(CONF_NAME)"
# @ cd $(DESTDIR)$(CONFDIR); \
# chmod 755 $(CONF_NAME); \
# chgrp $(CONFGRP) $(CONF_NAME); \
# chown $(CONFUSR) $(CONF_NAME)
@ mkdir -p $(DESTDIR)$(DOCDIR)
@ cp COPYING $(DESTDIR)$(DOCDIR)
@ install -d $(DESTDIR)$(CONFDIR); \
install -m644 $(CONF_NAME) $(DESTDIR)$(CONFDIR)
@ install -d $(DESTDIR)$(DOCDIR)
@ install -m644 COPYING $(DESTDIR)$(DOCDIR)
# Aufräumnen (alle Object-Files löschen)