Skip to content

Commit

Permalink
cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Jul 11, 2016
1 parent 0d6b722 commit 9e7c801
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 19 deletions.
2 changes: 0 additions & 2 deletions bindings/Makefile.am
Expand Up @@ -30,5 +30,3 @@ EXTRA_DIST = \
autoit/README \
lisp/link-interface.cl \
swig/link_grammar.i


7 changes: 3 additions & 4 deletions bindings/java-jni/Makefile.am
@@ -1,11 +1,11 @@
#
#
# Automake file for building liblink-grammar-java.so
#


DEFS = @DEFS@ -DVERSION=\"@VERSION@\"

# $(top_builddir) to pick up autogened link-grammar/link-features.h
# $(top_builddir) to pick up autogened link-grammar/link-features.h
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) $(JAVA_CPPFLAGS) \
$(WARN_CFLAGS)

Expand Down Expand Up @@ -46,6 +46,5 @@ liblink_grammar_java_la_SOURCES = \
jni-client.h \
jni-client.c

EXTRA_DIST= \
EXTRA_DIST= \
link-grammar-java.def

1 change: 0 additions & 1 deletion bindings/ocaml/Makefile.am
Expand Up @@ -9,4 +9,3 @@ EXTRA_DIST = \
README.txt \
utApi.ml \
utBatch.ml

2 changes: 0 additions & 2 deletions bindings/perl/Makefile.am
Expand Up @@ -59,5 +59,3 @@ EXTRA_DIST = \
README \
example.pl \
test.pl


1 change: 0 additions & 1 deletion data/Makefile.am
Expand Up @@ -2,4 +2,3 @@ SUBDIRS=amy any ar de en fa he id kz lt ru tr vn demo-sql

# Include the README in the tarball, but do not install it.
EXTRA_DIST= README

4 changes: 2 additions & 2 deletions link-grammar/corpus/Makefile.am
Expand Up @@ -31,8 +31,8 @@ EXTRA_DIST= \
# Don't build the tools by default; only the maintainer (me) needs
# to run this tool.
#
# Specifying the binaries here leads to circular Make dependencies
# which I am too lazy to fix. To build the tool, you need to uncomment
# Specifying the binaries here leads to circular Make dependencies
# which I am too lazy to fix. To build the tool, you need to uncomment
# the below, then run a two-step build process:
# autogen.sh ; make
# autogen.sh --enable-corpus-stats ; make
Expand Down
6 changes: 2 additions & 4 deletions link-parser/Makefile.am
@@ -1,10 +1,10 @@
#
#
# Automake file for building the command line application `link-parser`.
#

DEFS = @DEFS@ -DVERSION=\"@VERSION@\" -DDICTIONARY_DIR=\"$(pkgdatadir)\"

# $(top_builddir) to pick up autogened link-grammar/link-features.h
# $(top_builddir) to pick up autogened link-grammar/link-features.h
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) $(WARN_CFLAGS) \
$(HUNSPELL_CFLAGS) $(LIBEDIT_CFLAGS)

Expand Down Expand Up @@ -33,5 +33,3 @@ if WITH_VITERBI
link_parser_LDADD += $(top_builddir)/viterbi/libvitacog.la
link_parser_LDADD += $(LIBGC_LIBS)
endif


1 change: 0 additions & 1 deletion morphology/Makefile.am
Expand Up @@ -18,4 +18,3 @@ EXTRA_DIST=
fa/scripts/utf8_2_roman_1-7.pl \
fa/scripts/win1256_2_roman_1-5.pl \
fa/scripts/win1256_2_roman.tcl

2 changes: 0 additions & 2 deletions viterbi/Makefile.am
Expand Up @@ -63,6 +63,4 @@ EXTRA_DIST = \
README \
README.atombase



endif

0 comments on commit 9e7c801

Please sign in to comment.