File: Makefile.cvs

package info (click to toggle)
ktranslator 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,852 kB
  • ctags: 546
  • sloc: sh: 9,881; cpp: 4,672; perl: 2,743; makefile: 170
file content (10 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (181)
1
2
3
4
5
6
7
8
9
10
all: 
	@echo "This Makefile is only for the CVS repository"
	@echo "This will be deleted before making the distribution"
	@echo ""
	$(MAKE) -f admin/Makefile.common cvs

dist:
	$(MAKE) -f admin/Makefile.common dist

.SILENT: