File: rules

package info (click to toggle)
highlight 2.16-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,964 kB
  • ctags: 2,733
  • sloc: cpp: 21,915; php: 604; makefile: 280; perl: 105; python: 92
file content (12 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%: 
	dh $@

override_dh_auto_build:
	$(MAKE) -C src CFLAGS="-g -O2 -fPIC" libhighlight.a
	$(MAKE) -C examples/swig perl
	$(MAKE) -C src clean
	$(MAKE)