home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / kommunik / ftp / kmago112.tgz / kmago112.tar / kmago-1.1.2 / Makefile.cvs < prev    next >
Makefile  |  2001-01-17  |  450b  |  16 lines

  1.  
  2. all:
  3.     @echo "This Makefile is only for the CVS repository"
  4.     @echo "This will be deleted before making the distribution"
  5.     @echo ""
  6.     @if test ! -d admin; then \
  7.        echo "Please recheckout this module!" ;\
  8.        echo "for cvs: use checkout once and after that update again" ;\
  9.        echo "for cvsup: checkout kde-common from cvsup and" ;\
  10.        echo "   link kde-common/admin to ./admin" ;\
  11.        exit 1 ;\
  12.     fi
  13.     $(MAKE) -f admin/Makefile.common cvs
  14.  
  15. .SILENT:
  16.