File: Makefile.cvs

package info (click to toggle)
kdesdk 4%3A3.5.5-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 31,076 kB
  • ctags: 19,619
  • sloc: cpp: 190,016; sh: 12,372; perl: 10,304; lisp: 6,518; makefile: 1,765; ansic: 1,037; xml: 560; python: 268; lex: 74; ruby: 46; sed: 9
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

all:
	@echo "This Makefile is only for the CVS repository"
	@echo "This will be deleted before making the distribution"
	@echo ""
	@if test ! -d admin; then \
	   echo "Please recheckout this module!" ;\
	   echo "for cvs: use checkout once and after that update again" ;\
	   echo "for cvsup: checkout kde-common from cvsup and" ;\
	   echo "   link kde-common/admin to ./admin" ;\
	   exit 1 ;\
	fi
	$(MAKE) -f admin/Makefile.common cvs

.SILENT: