File: Makefile

package info (click to toggle)
python-hdf4 0.11.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,328 kB
  • sloc: ansic: 9,252; python: 3,445; makefile: 192
file content (13 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13

.PHONY: build
build: hdfext.py hdfext_wrap.c

hdfext.py: hdfext.i
	swig -python hdfext.i

hdfext_wrap.c: hdfext.py
	# Already generated by swig. Do nothing.

.PHONY: clean
clean:
	rm -rf __pycache__ *.so *.pyc