Skip to content

Commit

Permalink
do not use libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Miyao committed Jun 26, 2018
1 parent 49ded1d commit d049364
Show file tree
Hide file tree
Showing 33 changed files with 976 additions and 36,581 deletions.
19 changes: 18 additions & 1 deletion INSTALL
Expand Up @@ -20,6 +20,18 @@ where $INSTALL_DIR is the directory to install Enju.

For details, see "enju-manual/index.html".

----------------------------------------------------------------------
If you need to rebuild "configure" (e.g. when you modified Makefile.am)

Run:
% ./configure --enable-maintainer-mode
% make

or
% aclocal; autoheader; automake --add-missing --foreign; autoconf
% ./configure
% make

----------------------------------------------------------------------
If you want to create grammar data from scratch:

Expand All @@ -30,4 +42,9 @@ If you want to create grammar data from scratch:
% tar xvzf WordNet-X.X.tar.gz
% tar xvzf penn.tar.gz

2. Run "make"
2. Run:
% ./configure --with-enju-grammar
% make

The grammar files will be created in "DATA".

50 changes: 10 additions & 40 deletions Makefile.in
Expand Up @@ -198,7 +198,7 @@ CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING INSTALL README \
TODO compile config.guess config.sub depcomp install-sh \
ltmain.sh missing
missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -246,8 +246,6 @@ AMIS = @AMIS@
AMTAR = @AMTAR@
AM_CXXFLAGS = @AM_CXXFLAGS@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AM_LDFLAGS = @AM_LDFLAGS@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
Expand All @@ -264,39 +262,25 @@ CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
Expand All @@ -313,16 +297,13 @@ SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
WL_NOWHOLE = @WL_NOWHOLE@
WL_RPATH = @WL_RPATH@
WL_WHOLE = @WL_WHOLE@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
Expand Down Expand Up @@ -573,15 +554,6 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):

mostlyclean-libtool:
-rm -f *.lo

clean-libtool:
-rm -rf .libs _libs

distclean-libtool:
-rm -f libtool config.lt
install-enjuDATA: $(enju_DATA)
@$(NORMAL_INSTALL)
@list='$(enju_DATA)'; test -n "$(enjudir)" || list=; \
Expand Down Expand Up @@ -965,13 +937,12 @@ maintainer-clean-generic:
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive

clean-am: clean-generic clean-libtool mostlyclean-am
clean-am: clean-generic mostlyclean-am

distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-libtool \
distclean-tags
distclean-am: clean-am distclean-generic distclean-tags

dvi: dvi-recursive

Expand Down Expand Up @@ -1019,7 +990,7 @@ maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-recursive

mostlyclean-am: mostlyclean-generic mostlyclean-libtool
mostlyclean-am: mostlyclean-generic

pdf: pdf-recursive

Expand All @@ -1035,10 +1006,9 @@ uninstall-am: uninstall-enjuDATA uninstall-nobase_enjuDATA

.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
am--refresh check check-am clean clean-cscope clean-generic \
clean-libtool cscope cscopelist-am ctags ctags-am dist \
dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
dist-tarZ dist-xz dist-zip distcheck distclean \
distclean-generic distclean-libtool distclean-tags \
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
dist-zip distcheck distclean distclean-generic distclean-tags \
distcleancheck distdir distuninstallcheck dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-enjuDATA \
Expand All @@ -1047,9 +1017,9 @@ uninstall-am: uninstall-enjuDATA uninstall-nobase_enjuDATA
install-nobase_enjuDATA install-pdf install-pdf-am install-ps \
install-ps-am install-strip installcheck installcheck-am \
installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am uninstall-enjuDATA uninstall-nobase_enjuDATA
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am tags tags-am uninstall uninstall-am \
uninstall-enjuDATA uninstall-nobase_enjuDATA

.PRECIOUS: Makefile

Expand Down

0 comments on commit d049364

Please sign in to comment.