[go: up one dir, main page]

File: rules

package info (click to toggle)
stud 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 536 kB
  • sloc: ansic: 4,652; sh: 166; makefile: 77
file content (18 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ 

override_dh_auto_configure:
override_dh_auto_install:
override_dh_auto_build:
	make USE_SHARED_CACHE=1

#auto clean is insufficient, clean up some stuff manually
override_dh_clean: 
	dh_clean
	rm -rf build_dir
	rm -f *.o
	rm -f ebtree/*.o
	rm -f ebtree/*.a