File: Makefile

package info (click to toggle)
mlt 0.9.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,968 kB
  • ctags: 9,711
  • sloc: ansic: 59,097; cpp: 26,677; makefile: 1,465; sh: 1,332; asm: 311; python: 194; ruby: 180; perl: 34; java: 30; cs: 20; php: 18; tcl: 15
file content (18 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include ../config.mak

all:

depend:

distclean:

clean:

install:	all uninstall
	install -d "$(DESTDIR)$(mltdatadir)/profiles"
	install -m 644 * "$(DESTDIR)$(mltdatadir)/profiles"
	rm -f "$(DESTDIR)$(mltdatadir)/profiles/"*~
	rm -f "$(DESTDIR)$(mltdatadir)/profiles/Makefile"

uninstall:
	rm -rf "$(DESTDIR)$(mltdatadir)/profiles"