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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/Makefile.am.bak')
-rw-r--r--mgizapp/Makefile.am.bak27
1 files changed, 0 insertions, 27 deletions
diff --git a/mgizapp/Makefile.am.bak b/mgizapp/Makefile.am.bak
deleted file mode 100644
index dd159d1..0000000
--- a/mgizapp/Makefile.am.bak
+++ /dev/null
@@ -1,27 +0,0 @@
-## 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
-