File: rules

package info (click to toggle)
fluxbox 1.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 7,576 kB
  • ctags: 6,412
  • sloc: cpp: 39,480; sh: 10,208; makefile: 1,823; ansic: 232; perl: 225
file content (8 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

RULE_FILES=$(shell ls debian/rules.d/*.mk | sort -n)

include $(RULE_FILES)

%:
	dh $@ --with autoreconf