Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am.bak « mgizapp - github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd159d143ffb5eea7f8639ece95bc8c577ab7669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Process this file with automake to produce Makefile.in
## Created by Anjuta

SUBDIRS = src 

mgizadocdir = ${prefix}/doc/mgiza
mgizadoc_DATA = \
	README\
	COPYING\
	AUTHORS\
	ChangeLog\
	INSTALL\
	NEWS

EXTRA_DIST = $(mgizadoc_DATA) \
	src/d4norm.cxx

scripts_SCRIPTS = 

# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
	for specfile in *.spec; do \
		if test -f $$specfile; then \
			cp -p $$specfile $(distdir); \
		fi \
	done