Makefile.am
changeset 139 56dd34430f07
parent 133 b289ba51506f
child 142 90d0348e14cb
     1.1 --- a/Makefile.am	Wed Jun 21 08:42:01 2006 +0000
     1.2 +++ b/Makefile.am	Wed Jun 21 11:10:00 2006 +0000
     1.3 @@ -1,5 +1,6 @@
     1.4  AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\"
     1.5 -LDADD = $(top_builddir)/lemon/libemon.la
     1.6 +
     1.7 +SUBDIRS = po m4
     1.8  
     1.9  bin_PROGRAMS = glemon
    1.10  BUILT_SOURCES = guipixbufs.h
    1.11 @@ -43,8 +44,8 @@
    1.12  	i18n.h \
    1.13  	gettext.h
    1.14  
    1.15 -glemon_CXXFLAGS = $(GTK_CFLAGS)
    1.16 -glemon_LDFLAGS = $(GTK_LIBS)
    1.17 +glemon_CXXFLAGS = $(GTK_CFLAGS) $(LEMON_CFLAGS)
    1.18 +glemon_LDFLAGS = $(GTK_LIBS) $(LEMON_LIBS)
    1.19  glemon_LDADD = $(LIBINTL)
    1.20  
    1.21  IMAGES = \
    1.22 @@ -70,4 +71,66 @@
    1.23  	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    1.24  	( rm -f guipixbufs.h && false )
    1.25  
    1.26 -EXTRA_DIST = $(IMAGES) guipixbufs.h
    1.27 +EXTRA_DIST = \
    1.28 +	$(IMAGES) \
    1.29 +	guipixbufs.h \
    1.30 +	ABOUT-NLS
    1.31 +
    1.32 +MRPROPERFILES = \
    1.33 +	Makefile.in \
    1.34 +	configure \
    1.35 +	config.h.in \
    1.36 +	aclocal.m4 \
    1.37 +	ABOUT-NLS \
    1.38 +	m4/Makefile.in \
    1.39 +	m4/lib-link.m4 \
    1.40 +	m4/printf-posix.m4 \
    1.41 +	m4/uintmax_t.m4 \
    1.42 +	m4/signed.m4 \
    1.43 +	m4/iconv.m4 \
    1.44 +	m4/inttypes.m4 \
    1.45 +	m4/longlong.m4 \
    1.46 +	m4/glibc21.m4 \
    1.47 +	m4/inttypes_h.m4 \
    1.48 +	m4/codeset.m4 \
    1.49 +	m4/longdouble.m4 \
    1.50 +	m4/nls.m4 \
    1.51 +	m4/intmax.m4 \
    1.52 +	m4/lib-prefix.m4 \
    1.53 +	m4/glibc2.m4 \
    1.54 +	m4/xsize.m4 \
    1.55 +	m4/lcmessage.m4 \
    1.56 +	m4/lib-ld.m4 \
    1.57 +	m4/ulonglong.m4 \
    1.58 +	m4/wint_t.m4 \
    1.59 +	m4/progtest.m4 \
    1.60 +	m4/inttypes-pri.m4 \
    1.61 +	m4/stdint_h.m4 \
    1.62 +	m4/intdiv0.m4 \
    1.63 +	m4/isc-posix.m4 \
    1.64 +	m4/po.m4 \
    1.65 +	m4/size_max.m4 \
    1.66 +	m4/gettext.m4 \
    1.67 +	m4/wchar_t.m4 \
    1.68 +	po/Rules-quot \
    1.69 +	po/en@quot.header \
    1.70 +	po/insert-header.sin \
    1.71 +	po/quot.sed \
    1.72 +	po/en@boldquot.header \
    1.73 +	po/boldquot.sed \
    1.74 +	po/Makevars.template \
    1.75 +	po/remove-potcdate.sin \
    1.76 +	po/Makefile.in.in \
    1.77 +	build-aux/mkinstalldirs \
    1.78 +	build-aux/config.rpath \
    1.79 +	build-aux/depcomp \
    1.80 +	build-aux/missing \
    1.81 +	build-aux/config.guess \
    1.82 +	build-aux/config.sub \
    1.83 +	build-aux/install-sh
    1.84 +
    1.85 +mrproper:
    1.86 +	$(MAKE) $(AM_MAKEFLAGS) maintainer-clean
    1.87 +	-rm -f $(MRPROPERFILES)
    1.88 +
    1.89 +.PHONY: mrproper