File: Makefile.cvs

package info (click to toggle)
knoda 0.7.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,496 kB
  • ctags: 4,064
  • sloc: cpp: 35,426; sh: 16,386; perl: 2,307; makefile: 355; python: 258
file content (11 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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: