File: wb_common.mak

package info (click to toggle)
svn-workbench 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,164 kB
  • ctags: 2,111
  • sloc: python: 15,849; sh: 236; makefile: 11; ansic: 9
file content (15 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
wb_version.py: wb_version.py.template ../Builder/brand_version.py ../Builder/version.info
	$(PYTHON) -u make_wb_version.py

wb_images.py: make_wb_images.py
	$(PYTHON) -u make_wb_images.py

run:
	$(PYTHON) -u wb_main.py

check:
	$(PYTHON) -c "import wb_pychecker;import wb_main;wb_pychecker.report()"

clean::
	rm -f wb_version.py
	rm -f wb_images.py