diff -r 2f1a7365839c -r 3533c2d9a865 Makefile.am --- a/Makefile.am Thu Feb 02 15:44:45 2006 +0000 +++ b/Makefile.am Thu Mar 23 19:57:14 2006 +0000 @@ -1,5 +1,12 @@ -AM_CPPFLAGS = -I$(top_srcdir) -LDADD = $(top_builddir)/lemon/libemon.la +AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\" +LDADD = ../lemon/libemon.la + +ACLOCAL_AMFLAGS = -I m4 + +EXTRA_DIST = \ + build-aux/config.rpath + +SUBDIRS = po bin_PROGRAMS = glemon BUILT_SOURCES = guipixbufs.h @@ -39,10 +46,12 @@ gui_writer.h \ gui_writer.cc \ xml.h \ - guipixbufs.h + guipixbufs.h \ + gettext.h glemon_CXXFLAGS = $(GTK_CFLAGS) glemon_LDFLAGS = $(GTK_LIBS) +#glemon_LDADD = $(LIBINTL) IMAGES = \ icons/addlink.png \ @@ -67,4 +76,64 @@ --raw --build-list $(VARIABLES) > guipixbufs.h || \ ( rm -f guipixbufs.h && false ) -EXTRA_DIST = $(IMAGES) guipixbufs.h +EXTRA_DIST += $(IMAGES) guipixbufs.h + +MRPROPERFILES = \ + aclocal.m4 \ + config.h.in \ + config.h.in~ \ + configure \ + Makefile.in \ + build-aux/config.guess \ + build-aux/config.rpath \ + build-aux/config.sub \ + build-aux/depcomp \ + build-aux/install-sh \ + build-aux/ltmain.sh \ + build-aux/missing \ + build-aux/mkinstalldirs \ + Makefile.in \ + m4/intmax.m4 \ + m4/lib-link.m4 \ + m4/lib-prefix.m4 \ + m4/printf-posix.m4 \ + m4/xsize.m4 \ + m4/glibc2.m4 \ + m4/lib-ld.m4 \ + m4/lcmessage.m4 \ + m4/wint_t.m4 \ + m4/ulonglong.m4 \ + m4/inttypes-pri.m4 \ + m4/progtest.m4 \ + m4/uintmax_t.m4 \ + m4/signed.m4 \ + m4/stdint_h.m4 \ + m4/intdiv0.m4 \ + m4/iconv.m4 \ + m4/po.m4 \ + m4/isc-posix.m4 \ + m4/longlong.m4 \ + m4/inttypes.m4 \ + m4/size_max.m4 \ + m4/glibc21.m4 \ + m4/gettext.m4 \ + m4/codeset.m4 \ + m4/inttypes_h.m4 \ + m4/wchar_t.m4 \ + m4/longdouble.m4 \ + m4/nls.m4 \ + po/Rules-quot \ + po/en@quot.header \ + po/insert-header.sin \ + po/quot.sed \ + po/en@boldquot.header \ + po/boldquot.sed \ + po/Makevars.template \ + po/remove-potcdate.sin \ + po/Makefile.in.in + +mrproper: + $(MAKE) $(AM_MAKEFLAGS) maintainer-clean + -rm -f $(MRPROPERFILES) + +.PHONY: mrproper