Makefile.am
changeset 139 56dd34430f07
parent 133 b289ba51506f
child 142 90d0348e14cb
equal deleted inserted replaced
26:3736684c59de 27:d5c788ac6831
     1 AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\"
     1 AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\"
     2 LDADD = $(top_builddir)/lemon/libemon.la
     2 
       
     3 SUBDIRS = po m4
     3 
     4 
     4 bin_PROGRAMS = glemon
     5 bin_PROGRAMS = glemon
     5 BUILT_SOURCES = guipixbufs.h
     6 BUILT_SOURCES = guipixbufs.h
     6 CLEANFILES = guipixbufs.h
     7 CLEANFILES = guipixbufs.h
     7 
     8 
    41 	xml.h \
    42 	xml.h \
    42 	guipixbufs.h \
    43 	guipixbufs.h \
    43 	i18n.h \
    44 	i18n.h \
    44 	gettext.h
    45 	gettext.h
    45 
    46 
    46 glemon_CXXFLAGS = $(GTK_CFLAGS)
    47 glemon_CXXFLAGS = $(GTK_CFLAGS) $(LEMON_CFLAGS)
    47 glemon_LDFLAGS = $(GTK_LIBS)
    48 glemon_LDFLAGS = $(GTK_LIBS) $(LEMON_LIBS)
    48 glemon_LDADD = $(LIBINTL)
    49 glemon_LDADD = $(LIBINTL)
    49 
    50 
    50 IMAGES = \
    51 IMAGES = \
    51 	icons/addlink.png \
    52 	icons/addlink.png \
    52 	icons/addnode.png \
    53 	icons/addnode.png \
    68 guipixbufs.h: $(IMAGES)
    69 guipixbufs.h: $(IMAGES)
    69 	gdk-pixbuf-csource \
    70 	gdk-pixbuf-csource \
    70 	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    71 	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    71 	( rm -f guipixbufs.h && false )
    72 	( rm -f guipixbufs.h && false )
    72 
    73 
    73 EXTRA_DIST = $(IMAGES) guipixbufs.h
    74 EXTRA_DIST = \
       
    75 	$(IMAGES) \
       
    76 	guipixbufs.h \
       
    77 	ABOUT-NLS
       
    78 
       
    79 MRPROPERFILES = \
       
    80 	Makefile.in \
       
    81 	configure \
       
    82 	config.h.in \
       
    83 	aclocal.m4 \
       
    84 	ABOUT-NLS \
       
    85 	m4/Makefile.in \
       
    86 	m4/lib-link.m4 \
       
    87 	m4/printf-posix.m4 \
       
    88 	m4/uintmax_t.m4 \
       
    89 	m4/signed.m4 \
       
    90 	m4/iconv.m4 \
       
    91 	m4/inttypes.m4 \
       
    92 	m4/longlong.m4 \
       
    93 	m4/glibc21.m4 \
       
    94 	m4/inttypes_h.m4 \
       
    95 	m4/codeset.m4 \
       
    96 	m4/longdouble.m4 \
       
    97 	m4/nls.m4 \
       
    98 	m4/intmax.m4 \
       
    99 	m4/lib-prefix.m4 \
       
   100 	m4/glibc2.m4 \
       
   101 	m4/xsize.m4 \
       
   102 	m4/lcmessage.m4 \
       
   103 	m4/lib-ld.m4 \
       
   104 	m4/ulonglong.m4 \
       
   105 	m4/wint_t.m4 \
       
   106 	m4/progtest.m4 \
       
   107 	m4/inttypes-pri.m4 \
       
   108 	m4/stdint_h.m4 \
       
   109 	m4/intdiv0.m4 \
       
   110 	m4/isc-posix.m4 \
       
   111 	m4/po.m4 \
       
   112 	m4/size_max.m4 \
       
   113 	m4/gettext.m4 \
       
   114 	m4/wchar_t.m4 \
       
   115 	po/Rules-quot \
       
   116 	po/en@quot.header \
       
   117 	po/insert-header.sin \
       
   118 	po/quot.sed \
       
   119 	po/en@boldquot.header \
       
   120 	po/boldquot.sed \
       
   121 	po/Makevars.template \
       
   122 	po/remove-potcdate.sin \
       
   123 	po/Makefile.in.in \
       
   124 	build-aux/mkinstalldirs \
       
   125 	build-aux/config.rpath \
       
   126 	build-aux/depcomp \
       
   127 	build-aux/missing \
       
   128 	build-aux/config.guess \
       
   129 	build-aux/config.sub \
       
   130 	build-aux/install-sh
       
   131 
       
   132 mrproper:
       
   133 	$(MAKE) $(AM_MAKEFLAGS) maintainer-clean
       
   134 	-rm -f $(MRPROPERFILES)
       
   135 
       
   136 .PHONY: mrproper