File: Makefile.common

package info (click to toggle)
tupi 0.2%2Bgit04-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 33,780 kB
  • ctags: 8,094
  • sloc: cpp: 69,811; ruby: 1,021; xml: 786; sh: 124; makefile: 54
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