Makefile.am
changeset 2043 54f80cf6ac86
parent 2012 224cd6aacfc1
child 2048 b1a605b2f03c
     1.1 --- a/Makefile.am	Fri Apr 07 09:54:35 2006 +0000
     1.2 +++ b/Makefile.am	Wed Apr 12 20:38:22 2006 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4    MAYBE_BENCHMARK = benchmark
     1.5  endif
     1.6  
     1.7 -SUBDIRS = lemon $(MAYBE_BENCHMARK) $(MAYBE_DEMO) $(MAYBE_GUI) $(MAYBE_DOC) test
     1.8 +SUBDIRS = lemon po $(MAYBE_BENCHMARK) $(MAYBE_DEMO) $(MAYBE_GUI) $(MAYBE_DOC) test
     1.9  
    1.10  MRPROPERFILES = \
    1.11  	aclocal.m4 \
    1.12 @@ -35,6 +35,7 @@
    1.13  	build-aux/ltmain.sh \
    1.14  	build-aux/missing \
    1.15  	build-aux/mkinstalldirs \
    1.16 +	build-aux/config.rpath \
    1.17  	doc/Makefile.in \
    1.18  	doc/doxygen.log \
    1.19  	Makefile.in \
    1.20 @@ -43,7 +44,46 @@
    1.21  	benchmark/Makefile.in \
    1.22  	demo/Makefile.in \
    1.23  	gui/icons/Makefile.in \
    1.24 -	gui/Makefile.in
    1.25 +	gui/Makefile.in \
    1.26 +	ABOUT-NLS \
    1.27 +	m4/lib-link.m4 \
    1.28 +	m4/printf-posix.m4 \
    1.29 +	m4/uintmax_t.m4 \
    1.30 +	m4/signed.m4 \
    1.31 +	m4/iconv.m4 \
    1.32 +	m4/inttypes.m4 \
    1.33 +	m4/longlong.m4 \
    1.34 +	m4/glibc21.m4 \
    1.35 +	m4/inttypes_h.m4 \
    1.36 +	m4/codeset.m4 \
    1.37 +	m4/longdouble.m4 \
    1.38 +	m4/nls.m4 \
    1.39 +	m4/intmax.m4 \
    1.40 +	m4/lib-prefix.m4 \
    1.41 +	m4/glibc2.m4 \
    1.42 +	m4/xsize.m4 \
    1.43 +	m4/lcmessage.m4 \
    1.44 +	m4/lib-ld.m4 \
    1.45 +	m4/ulonglong.m4 \
    1.46 +	m4/wint_t.m4 \
    1.47 +	m4/progtest.m4 \
    1.48 +	m4/inttypes-pri.m4 \
    1.49 +	m4/stdint_h.m4 \
    1.50 +	m4/intdiv0.m4 \
    1.51 +	m4/isc-posix.m4 \
    1.52 +	m4/po.m4 \
    1.53 +	m4/size_max.m4 \
    1.54 +	m4/gettext.m4 \
    1.55 +	m4/wchar_t.m4 \
    1.56 +	po/Rules-quot \
    1.57 +	po/en@quot.header \
    1.58 +	po/insert-header.sin \
    1.59 +	po/quot.sed \
    1.60 +	po/en@boldquot.header \
    1.61 +	po/boldquot.sed \
    1.62 +	po/Makevars.template \
    1.63 +	po/remove-potcdate.sin \
    1.64 +	po/Makefile.in.in
    1.65  
    1.66  doc-clean:
    1.67  	$(MAKE) -C doc $(AM_MAKEFLAGS) clean html