File: Makefile

package info (click to toggle)
libvalhalla 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,148 kB
  • ctags: 1,442
  • sloc: ansic: 9,826; sh: 1,153; php: 492; makefile: 278
file content (13 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (2)
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 = \
	searchMovieAllocine.php \
	searchMovieIMDB.php \

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

.PHONY: dist-all