Makefile.common
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. ### Makefile.common
  2. ###
  3. ### Copyright (C) 2002 by the KDE developers
  4. ### All the real work is done by the shellscript cvs.sh
  5. SHELL=/bin/sh
  6. cvs dist configure configure.in configure.files subdirs package-messages package-merge Makefile.am acinclude.m4 extract-messages:
  7. @admindir=$(admindir); 
  8. if test "x$$admindir" = x; then 
  9.   admindir=.; until test -f $$admindir/admin/cvs.sh; do 
  10.     admindir=$$admindir/..; 
  11.     if test `cd $$admindir && pwd` = / ; then break; fi; 
  12.   done; 
  13.   admindir=$$admindir/admin; 
  14.   if test -f $$admindir/cvs.sh; then :; else 
  15.     echo "Can't find the admin/ directory in any parent of the"; 
  16.     echo "current directory.  Please set it with admindir=..."; 
  17.     exit 1; 
  18.   fi; 
  19. fi; 
  20. if test "$@" = "package-merge"; then 
  21. MAKE="$(MAKE)" POFILES="$(POFILES)" PACKAGE="$(PACKAGE)" 
  22.    $(SHELL) $$admindir/cvs.sh package-merge ;
  23. else 
  24. MAKE="$(MAKE)" $(SHELL) $$admindir/cvs.sh $@ ;
  25. fi
  26. configure.in: configure.files subdirs
  27. configure.files: subdirs
  28. svn: cvs
  29. .SILENT:
  30. .PHONY: svn cvs dist package-merge package-messages