File: Makefile.common

package info (click to toggle)
tupi 0.1%2Bgit12-6
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 38,308 kB
  • sloc: cpp: 68,390; ansic: 4,376; ruby: 938; xml: 514; python: 268; sh: 190; makefile: 45
file content (21 lines) | stat: -rwxr-xr-x 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

all: build

confclean:
	cd configure.tests 
	cd configure.tests/ffmpeg && make clean && make distclean  
	cd configure.tests/sound && make clean && make distclean
	cd configure.tests/gif && make clean && make distclean
	cd configure.tests/ming && make clean && make distclean

install_plugins:
	cd src/plugins && make install

build:
	sh build.sh

configure:
	sh configure

translate:
	sh scripts/translate.sh