diff options
author | Ludovic Courtes | 2006-01-15 22:08:44 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-01-15 22:08:44 +0000 |
commit | 1a1f3bebff6dee978d90c823aba2995922ad2af8 (patch) | |
tree | 2827aef0d0b32a0e87c178edf42ba667fe52c258 /etc/Makefile | |
parent | a427c398fad59341c99a124a6fbd6e0c619ecdb1 (diff) | |
parent | 2fa5d0c750d71bbdf5b2c20db01f274ab5da0cc9 (diff) | |
download | skribilo-1a1f3bebff6dee978d90c823aba2995922ad2af8.tar.gz skribilo-1a1f3bebff6dee978d90c823aba2995922ad2af8.tar.lz skribilo-1a1f3bebff6dee978d90c823aba2995922ad2af8.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--2004-libre/skribilo--devel--1.2--patch-26
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 50 |
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 |