File: Makefile.cvs

package info (click to toggle)
kpicosim 0.7-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,916 kB
  • ctags: 1,030
  • sloc: sh: 9,001; cpp: 4,885; perl: 2,724; xml: 94; makefile: 75
file content (10 lines) | stat: -rwxr-xr-x 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: