File: rules

package info (click to toggle)
iraf-st4gem 1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,988 kB
  • sloc: fortran: 18,281; ansic: 3,147; yacc: 1,552; lisp: 207; makefile: 11; sh: 7; csh: 5
file content (18 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

export st4gem := $(CURDIR)/

override_dh_auto_configure:
	rm -rf bin
	mkdir -p bin

override_dh_auto_build:
	mkpkg -p st4gem -x

override_dh_auto_clean:
	/usr/lib/iraf/unix/bin/rmbin.e lib pkg
	rm -rf bin