File: Makefile.am

package info (click to toggle)
json-glib 0.10.2-2squeeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,040 kB
  • ctags: 1,024
  • sloc: sh: 10,309; ansic: 7,318; xml: 3,751; makefile: 239
file content (11 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS = reference

test-report:
	@true

test:
	@true

check-local: test

.PHONY: test-report test check-local