File: Makefile.am

package info (click to toggle)
wordnet 1%3A2.1-4%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 21,944 kB
  • ctags: 2,032
  • sloc: sh: 10,237; ansic: 6,274; yacc: 756; lex: 417; makefile: 99
file content (19 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in
# Makefile.am for WordNet 2.0 library
# Andreas Tille <tille@debian.org>
# GPL

# In Debian package of WordNet 2.0 libwn was renamed to libwordnet
# to avoid a name clash between libwordnet and libwn6 which is available at
#   ftp://ftp.rahul.net/pub/spiketech/softlib/wnlib/wnlib.tar.Z
# Now upstream has choosen libWN (capital letters).  This might work
# but Debian Library Packaging guide 5 gives advise to name the
# library like the package name and thus I keep libwordnet as name

lib_LTLIBRARIES  = libwordnet.la
libwordnet_la_SOURCES = binsrch.c morph.c search.c wnglobal.c wnhelp.c wnrtl.c wnutil.c
libwordnet_la_LDFLAGS = -release @VERSION@

libwordnet_la_CPPFLAGS = $(INCLUDES)
INCLUDES = -I$(top_srcdir)/include
SUBDIRS = wnres