File: Makefile

package info (click to toggle)
maptransfer 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 216 kB
  • ctags: 93
  • sloc: python: 817; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12

all: client_ui.py client_de.qm

client_ui.py: client.ui
	pyuic4 -o $@ $^

client_%.ts: client.py client.ui
	pylupdate4 $^ -ts $@

client_%.qm: client_%.ts
	lrelease-qt4 $^