File: Makefile

package info (click to toggle)
xtrkcad 20060529-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,200 kB
  • ctags: 7,866
  • sloc: ansic: 74,430; makefile: 1,127; sh: 298
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
MISC=Makefile
SRCS=checkall diffall fetchall markall makeall mkrlse mkrlse.bat roall mkwinrlse

all:

src:
	@echo $(MISC) $(SRCS)

rcssrc:
	@echo $(MISC) $(SRCS)