File: Makefile.am

package info (click to toggle)
robotfindskitten 2.7182818.701-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,888 kB
  • ctags: 401
  • sloc: sh: 11,069; ansic: 624; makefile: 54
file content (19 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS=src doc 
EXTRA_DIST=BUGS RELEASE nki

# Test the code in place
test:
	src/robotfindskitten

# Count NKIs. Useful for generating the minor part of a release number
count:
	@wc -l nki/*.nki

# This has the project location on SourceForge wired in.
# Furthermore it will only work if your SF ID is your local username.
# It just does the POSIX release; others have to be uploaded by hand.
ship:
	rsync -avP -e ssh \
		robotfindskitten-$(PACKAGE_VERSION).tar.gz \
		${LOGNAME},rfk@frs.sourceforge.net:'/home/frs/project/r/rf/rfk/robotfindskitten-POSIX/@TAGLINE@/robotfindskitten-$(PACKAGE_VERSION).tar.gz'