diff options
author | Automated System <kb9vqf@pearsoncomputing.net> | 2011-11-03 10:29:42 -0500 |
---|---|---|
committer | Automated System <kb9vqf@pearsoncomputing.net> | 2011-11-03 10:29:42 -0500 |
commit | b8c01b86d74a6ae47168616919c16adb3c311593 (patch) | |
tree | c58b3a7c64c9150c598e008be83a94917f31035c /admin/Makefile.common | |
parent | c5b07b63bc03726d2ae78086bc0023af5048bfb8 (diff) | |
download | other-b8c01b86d74a6ae47168616919c16adb3c311593.tar.gz other-b8c01b86d74a6ae47168616919c16adb3c311593.zip |
Removed admin and cmake folders as they are part of a different repository
Diffstat (limited to 'admin/Makefile.common')
-rw-r--r-- | admin/Makefile.common | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/admin/Makefile.common b/admin/Makefile.common deleted file mode 100644 index d07b404..0000000 --- a/admin/Makefile.common +++ /dev/null @@ -1,37 +0,0 @@ -### Makefile.common -### -### Copyright (C) 2002 by the KDE developers - -### All the real work is done by the shellscript cvs.sh - -SHELL=/bin/sh - -cvs dist configure configure.in configure.files subdirs package-messages package-merge Makefile.am acinclude.m4 extract-messages: - @admindir=$(admindir); \ - if test "x$$admindir" = x; then \ - admindir=.; until test -f $$admindir/admin/cvs.sh; do \ - admindir=$$admindir/..; \ - if test `cd $$admindir && pwd` = / ; then break; fi; \ - done; \ - admindir=$$admindir/admin; \ - if test -f $$admindir/cvs.sh; then :; else \ - echo "Can't find the admin/ directory in any parent of the"; \ - echo "current directory. Please set it with admindir=..."; \ - exit 1; \ - fi; \ - fi; \ - if test "$@" = "package-merge"; then \ - MAKE="$(MAKE)" POFILES="$(POFILES)" PACKAGE="$(PACKAGE)" \ - $(SHELL) $$admindir/cvs.sh package-merge ;\ - else \ - MAKE="$(MAKE)" $(SHELL) $$admindir/cvs.sh $@ ;\ - fi - -configure.in: configure.files subdirs -configure.files: subdirs - -svn: cvs - -.SILENT: - -.PHONY: svn cvs dist package-merge package-messages |