[go: up one dir, main page]

File: rules

package info (click to toggle)
seaview 1%3A4.3.3-3
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 1,480 kB
  • sloc: cpp: 25,034; ansic: 7,442; xml: 135; makefile: 55
file content (19 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Same as upstream Makefile
CFLAGS  += -DUSE_XFT -I/usr/include/freetype2 -DFLTK1 -Dunix -Icsrc -I. -DNO_PDF

# Debian-specific names and paths
CFLAGS  += -DDEFAULT_HELPFILE=\"/usr/share/seaview/seaview.html\" -DPHYMLNAME=\"phyml\"

export DEB_CFLAGS_MAINT_APPEND  = $(CFLAGS)

# Link as needed
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

# Hardening options
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@