X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=Makefile.in;h=a24a79c5dc449d3824bf154e4c5532300bd196bd;hb=98120c2f74691bfe11b47883f27c431d4b9b1de8;hp=e6f15ff710f2b07c5c4719503c41dc29faf6108d;hpb=a07d2a804360c52a8630ae22d7a123de13bc0d91;p=pkg%2Fabook.git diff --git a/Makefile.in b/Makefile.in index e6f15ff..a24a79c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,13 +73,14 @@ CONFIG_CLEAN_FILES = abook.spec intl/Makefile am__installdirs = "$(DESTDIR)$(bindir)" binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) -am_abook_OBJECTS = abook.$(OBJEXT) database.$(OBJEXT) filter.$(OBJEXT) \ - list.$(OBJEXT) misc.$(OBJEXT) options.$(OBJEXT) edit.$(OBJEXT) \ - ldif.$(OBJEXT) ui.$(OBJEXT) getname.$(OBJEXT) getopt.$(OBJEXT) \ - getopt1.$(OBJEXT) gettext.$(OBJEXT) abook_rl.$(OBJEXT) \ - mbswidth.$(OBJEXT) xmalloc.$(OBJEXT) +am_abook_OBJECTS = abook.$(OBJEXT) abook_rl.$(OBJEXT) \ + database.$(OBJEXT) edit.$(OBJEXT) filter.$(OBJEXT) \ + getname.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \ + gettext.$(OBJEXT) ldif.$(OBJEXT) list.$(OBJEXT) \ + mbswidth.$(OBJEXT) misc.$(OBJEXT) options.$(OBJEXT) \ + ui.$(OBJEXT) views.$(OBJEXT) xmalloc.$(OBJEXT) abook_OBJECTS = $(am_abook_OBJECTS) -abook_LDADD = $(LDADD) +abook_DEPENDENCIES = DEFAULT_INCLUDES = -I. -I$(srcdir) -I. depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -178,6 +179,8 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ U = @U@ +USE_INCLUDED_INTL_H_FALSE = @USE_INCLUDED_INTL_H_FALSE@ +USE_INCLUDED_INTL_H_TRUE = @USE_INCLUDED_INTL_H_TRUE@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ @@ -221,20 +224,23 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -abook_SOURCES = abook.c database.c filter.c list.c misc.c \ - options.c edit.c ldif.c ui.c getname.c \ - getopt.c getopt1.c gettext.c abook_rl.c mbswidth.c \ - xmalloc.c \ - abook.h database.h filter.h list.h misc.h help.h \ - options.h edit.h ldif.h abook_curses.h ui.h getname.h \ - getopt.h gettext.h abook_rl.h mbswidth.h \ - xmalloc.h +abook_SOURCES = abook.c abook_rl.c database.c edit.c \ + filter.c getname.c getopt.c getopt1.c gettext.c \ + ldif.c list.c mbswidth.c misc.c options.c \ + ui.c views.c xmalloc.c \ + \ + abook.h abook_curses.h abook_rl.h database.h edit.h \ + filter.h getname.h getopt.h gettext.h \ + help.h list.h ldif.h mbswidth.h misc.h options.h \ + ui.h views.h xmalloc.h EXTRA_DIST = config.rpath ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc \ - abook.spec contrib + abook.spec contrib doc/HOWTO.translating_abook +abook_LDADD = @LIBINTL@ SUBDIRS = intl po ACLOCAL_AMFLAGS = -I m4 +@USE_INCLUDED_INTL_H_TRUE@AM_CPPFLAGS = -Iintl all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -342,6 +348,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/views.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ .c.o: @@ -482,7 +489,7 @@ distclean-tags: distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkdir_p) $(distdir)/. $(distdir)/intl $(distdir)/m4 $(distdir)/po + $(mkdir_p) $(distdir)/. $(distdir)/doc $(distdir)/intl $(distdir)/m4 $(distdir)/po @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \