File: Makefile.cvs

package info (click to toggle)
kdelibs 4%3A3.5.10.dfsg.1-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 98,744 kB
  • ctags: 76,778
  • sloc: cpp: 578,944; xml: 117,726; ansic: 28,318; sh: 11,188; perl: 6,290; java: 4,069; makefile: 3,795; yacc: 2,437; lex: 643; ruby: 329; asm: 166; jsp: 128; haskell: 116; f90: 99; ml: 75; awk: 71; tcl: 29; lisp: 24; php: 9
file content (15 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

all:
	@echo "This Makefile is only for the SVN repository"
	@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:
.PHONY: all