summary refs log tree commit diff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorLudovic Courtes2006-01-15 10:12:33 +0000
committerLudovic Courtes2006-01-15 10:12:33 +0000
commit2fa5d0c750d71bbdf5b2c20db01f274ab5da0cc9 (patch)
tree2827aef0d0b32a0e87c178edf42ba667fe52c258 /etc/Makefile
parenta1b1ba4d3edd2a5326dfb82527c4bdcdef29284a (diff)
downloadskribilo-2fa5d0c750d71bbdf5b2c20db01f274ab5da0cc9.tar.gz
skribilo-2fa5d0c750d71bbdf5b2c20db01f274ab5da0cc9.tar.lz
skribilo-2fa5d0c750d71bbdf5b2c20db01f274ab5da0cc9.zip
Cleaned up the Arch inventory and removed old useless makefiles.
Cleaned up the Arch inventory and removed old useless makefiles.

git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-23
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/etc/Makefile b/etc/Makefile
deleted file mode 100644
index 349fcf8..0000000
--- a/etc/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-#*=====================================================================*/
-#*    serrano/prgm/project/skribe/etc/Makefile                         */
-#*    -------------------------------------------------------------    */
-#*    Author      :  Manuel Serrano                                    */
-#*    Creation    :  Sat Oct 25 08:29:30 2003                          */
-#*    Last change :  Sat Jan  3 06:40:19 2004 (serrano)                */
-#*    Copyright   :  2003-04 Manuel Serrano                            */
-#*    -------------------------------------------------------------    */
-#*    The Skribe Meta etc Makefile                                     */
-#*=====================================================================*/
-include ../etc/Makefile.config
-include ../etc/$(SYSTEM)/Makefile.skb
-
-#*---------------------------------------------------------------------*/
-#*    pop                                                              */
-#*---------------------------------------------------------------------*/
-.PHONY: pop
-
-pop:
-	@ echo etc/Makefile etc/skribe-config.in etc/ChangeLog
-	@ (cd bigloo && $(MAKE) pop)
-	@ (cd stklos && $(MAKE) pop)
-
-#*---------------------------------------------------------------------*/
-#*    Install/Uninstall                                                */
-#*---------------------------------------------------------------------*/
-.PHONY: install uninstall
-
-install: $(DESTDIR)$(INSTALL_EXTDIR)
-	cp skribe-config $(DESTDIR)$(INSTALL_BINDIR) && \
-        chmod $(BMASK) $(DESTDIR)$(INSTALL_BINDIR)/skribe-config
-
-uninstall:
-	$(RM) -f $(DESTDIR)$(INSTALL_BINDIR)/skribe-config
-
-$(DESTDIR)$(INSTALL_EXTDIR):
-	mkdir -p $(DESTDIR)$(INSTALL_EXTDIR) && chmod a+rx $(DESTDIR)$(INSTALL_EXTDIR)
-
-
-#*---------------------------------------------------------------------*/
-#*    clean/distclean                                                  */
-#*---------------------------------------------------------------------*/
-.PHONY: clean distclean
-
-clean:
-	(cd $(SYSTEM) && $(MAKE) clean)
-
-distclean: clean
-	(cd $(SYSTEM) && $(MAKE) distclean)
-	$(RM) -f skribe-config 	config