[go: up one dir, main page]

File: rules

package info (click to toggle)
sxiv 1.3.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 392 kB
  • ctags: 482
  • sloc: ansic: 3,693; makefile: 55; sh: 44; awk: 30
file content (14 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1


%:
	dh $@

override_dh_auto_build:
	CFLAGS="$(CFLAGS) $(shell getconf LFS_CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) PREFIX=/usr
	

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr