File: Makefile

package info (click to toggle)
libplayer 2.0.1-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,012 kB
  • sloc: ansic: 14,480; sh: 1,208; makefile: 346; python: 102
file content (13 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifeq (,$(wildcard ../config.mak))
$(error "../config.mak is not present, run configure !")
endif
include ../config.mak

EXTRADIST = \
	audio.ogg \
	background.avi \

dist-all:
	cp $(EXTRADIST) Makefile $(DIST)

.PHONY: dist-all