File: rules

package info (click to toggle)
memstat 0.5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 68 kB
  • ctags: 36
  • sloc: ansic: 240; makefile: 68
file content (13 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

export AM_CFLAGS=-O2 -Wall -g

build: build-stamp
build-stamp:
	dh build
	touch build-stamp

binary-arch: build
binary: binary-arch binary-indep