Makefile.am
branchgui
changeset 130 3533c2d9a865
parent 112 3689cb170d3e
child 132 de8bef01b9ec
     1.1 --- a/Makefile.am	Thu Feb 02 15:44:45 2006 +0000
     1.2 +++ b/Makefile.am	Thu Mar 23 19:57:14 2006 +0000
     1.3 @@ -1,5 +1,12 @@
     1.4 -AM_CPPFLAGS = -I$(top_srcdir)
     1.5 -LDADD = $(top_builddir)/lemon/libemon.la
     1.6 +AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\"
     1.7 +LDADD = ../lemon/libemon.la
     1.8 +
     1.9 +ACLOCAL_AMFLAGS = -I m4
    1.10 +
    1.11 +EXTRA_DIST = \
    1.12 +	build-aux/config.rpath
    1.13 +
    1.14 +SUBDIRS = po
    1.15  
    1.16  bin_PROGRAMS = glemon
    1.17  BUILT_SOURCES = guipixbufs.h
    1.18 @@ -39,10 +46,12 @@
    1.19  	gui_writer.h \
    1.20  	gui_writer.cc \
    1.21  	xml.h \
    1.22 -	guipixbufs.h
    1.23 +	guipixbufs.h \
    1.24 +	gettext.h
    1.25  
    1.26  glemon_CXXFLAGS = $(GTK_CFLAGS)
    1.27  glemon_LDFLAGS = $(GTK_LIBS)
    1.28 +#glemon_LDADD = $(LIBINTL)
    1.29  
    1.30  IMAGES = \
    1.31  	icons/addlink.png \
    1.32 @@ -67,4 +76,64 @@
    1.33  	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    1.34  	( rm -f guipixbufs.h && false )
    1.35  
    1.36 -EXTRA_DIST = $(IMAGES) guipixbufs.h
    1.37 +EXTRA_DIST += $(IMAGES) guipixbufs.h
    1.38 +
    1.39 +MRPROPERFILES = \
    1.40 +	aclocal.m4 \
    1.41 +	config.h.in \
    1.42 +	config.h.in~ \
    1.43 +	configure \
    1.44 +	Makefile.in \
    1.45 +	build-aux/config.guess \
    1.46 +	build-aux/config.rpath \
    1.47 +	build-aux/config.sub \
    1.48 +	build-aux/depcomp \
    1.49 +	build-aux/install-sh \
    1.50 +	build-aux/ltmain.sh \
    1.51 +	build-aux/missing \
    1.52 +	build-aux/mkinstalldirs \
    1.53 +	Makefile.in \
    1.54 +	m4/intmax.m4 \
    1.55 +	m4/lib-link.m4 \
    1.56 +	m4/lib-prefix.m4 \
    1.57 +	m4/printf-posix.m4 \
    1.58 +	m4/xsize.m4 \
    1.59 +	m4/glibc2.m4 \
    1.60 +	m4/lib-ld.m4 \
    1.61 +	m4/lcmessage.m4 \
    1.62 +	m4/wint_t.m4 \
    1.63 +	m4/ulonglong.m4 \
    1.64 +	m4/inttypes-pri.m4 \
    1.65 +	m4/progtest.m4 \
    1.66 +	m4/uintmax_t.m4 \
    1.67 +	m4/signed.m4 \
    1.68 +	m4/stdint_h.m4 \
    1.69 +	m4/intdiv0.m4 \
    1.70 +	m4/iconv.m4 \
    1.71 +	m4/po.m4 \
    1.72 +	m4/isc-posix.m4 \
    1.73 +	m4/longlong.m4 \
    1.74 +	m4/inttypes.m4 \
    1.75 +	m4/size_max.m4 \
    1.76 +	m4/glibc21.m4 \
    1.77 +	m4/gettext.m4 \
    1.78 +	m4/codeset.m4 \
    1.79 +	m4/inttypes_h.m4 \
    1.80 +	m4/wchar_t.m4 \
    1.81 +	m4/longdouble.m4 \
    1.82 +	m4/nls.m4 \
    1.83 +	po/Rules-quot \
    1.84 +	po/en@quot.header \
    1.85 +	po/insert-header.sin \
    1.86 +	po/quot.sed \
    1.87 +	po/en@boldquot.header \
    1.88 +	po/boldquot.sed \
    1.89 +	po/Makevars.template \
    1.90 +	po/remove-potcdate.sin \
    1.91 +	po/Makefile.in.in
    1.92 +
    1.93 +mrproper:
    1.94 +	$(MAKE) $(AM_MAKEFLAGS) maintainer-clean
    1.95 +	-rm -f $(MRPROPERFILES)
    1.96 +
    1.97 +.PHONY: mrproper