File: rules

package info (click to toggle)
cycfx2prog 0.47-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 80 kB
  • sloc: cpp: 943; makefile: 34
file content (17 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
  
# Note: The version number here must be increased with each upstream release!
CFLAGS = -O2 -fno-rtti -fno-exceptions -D'CYCFX2PROG_VERSION=\"0.47\"' -W \
	 -Wall -Wformat
LDFLAGS = -lusb

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

binary-install/cycfx2prog::
	install cycfx2prog debian/cycfx2prog/usr/bin

clean::
	rm -f cycfx2prog