File: Makefile

package info (click to toggle)
shoop 0.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 328 kB
  • ctags: 41
  • sloc: sh: 1,138; makefile: 209; perl: 44
file content (13 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#
# This makefile needs GNU make.
#
TOPDIR=..

DOCS=\
	CONTRIBUTING\
	MODULES\
	README\
	modules.txt\

include $(TOPDIR)/Makefile.rules