File: rules

package info (click to toggle)
wmdate 0.7-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: ansic: 202; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/libdockapp

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	xmkmf

override_dh_auto_build:
	dh_auto_build -- CC="$(CC)" CCOPTIONS="$(CPPFLAGS) $(CFLAGS)" CXXOPTIONS="$(CPPFLAGS) $(CXXFLAGS)" MODASFLAGS="$(ASFLAGS)" EXTRA_LDOPTIONS="$(LDFLAGS)"

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/wmdate