[go: up one dir, main page]

File: Makefile.cvs

package info (click to toggle)
kdeaddons 4%3A3.5.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,556 kB
  • ctags: 6,149
  • sloc: xml: 86,058; cpp: 60,105; sh: 10,032; perl: 3,083; python: 1,183; makefile: 1,102; ansic: 986
file content (15 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (24)
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: