Imported Upstream version 2.2.1
[platform/upstream/fdupes.git] / Makefile.in
index 18bd865..c309ff6 100644 (file)
@@ -87,6 +87,28 @@ NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 bin_PROGRAMS = fdupes$(EXEEXT)
+@WITH_NCURSES_TRUE@am__append_1 = filegroup.h\
+@WITH_NCURSES_TRUE@ fileaction.h\
+@WITH_NCURSES_TRUE@ fileaction.c\
+@WITH_NCURSES_TRUE@ ncurses-commands.c\
+@WITH_NCURSES_TRUE@ ncurses-commands.h\
+@WITH_NCURSES_TRUE@ ncurses-getcommand.c\
+@WITH_NCURSES_TRUE@ ncurses-getcommand.h\
+@WITH_NCURSES_TRUE@ ncurses-interface.c\
+@WITH_NCURSES_TRUE@ ncurses-interface.h\
+@WITH_NCURSES_TRUE@ ncurses-print.c\
+@WITH_NCURSES_TRUE@ ncurses-print.h\
+@WITH_NCURSES_TRUE@ ncurses-prompt.c\
+@WITH_NCURSES_TRUE@ ncurses-prompt.h\
+@WITH_NCURSES_TRUE@ ncurses-status.c\
+@WITH_NCURSES_TRUE@ ncurses-status.h\
+@WITH_NCURSES_TRUE@ commandidentifier.c\
+@WITH_NCURSES_TRUE@ commandidentifier.h\
+@WITH_NCURSES_TRUE@ wcs.c\
+@WITH_NCURSES_TRUE@ wcs.h\
+@WITH_NCURSES_TRUE@ positive_wcwidth.c\
+@WITH_NCURSES_TRUE@ positive_wcwidth.h
+
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -103,43 +125,33 @@ CONFIG_CLEAN_VPATH_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
        "$(DESTDIR)$(man7dir)"
 PROGRAMS = $(bin_PROGRAMS)
-am__fdupes_SOURCES_DIST = fdupes.c fdupes.h filegroup.h fileaction.h \
-       fileaction.c ncurses-commands.c ncurses-commands.h \
-       ncurses-getcommand.c ncurses-getcommand.h ncurses-interface.c \
-       ncurses-interface.h ncurses-print.c ncurses-print.h \
-       ncurses-prompt.c ncurses-prompt.h ncurses-status.c \
-       ncurses-status.h commandidentifier.c commandidentifier.h \
-       errormsg.c errormsg.h wcs.c wcs.h dir.c dir.h log.c log.h \
-       fmatch.c fmatch.h sigint.c sigint.h flags.c flags.h \
-       confirmmatch.c confirmmatch.h removeifnotchanged.c \
-       removeifnotchanged.h mbstowcs_escape_invalid.c \
-       mbstowcs_escape_invalid.h positive_wcwidth.c \
-       positive_wcwidth.h md5/md5.c md5/md5.h
+am__fdupes_SOURCES_DIST = fdupes.c fdupes.h errormsg.c errormsg.h \
+       dir.c dir.h log.c log.h fmatch.c fmatch.h sigint.c sigint.h \
+       flags.c flags.h confirmmatch.c confirmmatch.h \
+       removeifnotchanged.c removeifnotchanged.h \
+       mbstowcs_escape_invalid.c mbstowcs_escape_invalid.h md5/md5.c \
+       md5/md5.h filegroup.h fileaction.h fileaction.c \
+       ncurses-commands.c ncurses-commands.h ncurses-getcommand.c \
+       ncurses-getcommand.h ncurses-interface.c ncurses-interface.h \
+       ncurses-print.c ncurses-print.h ncurses-prompt.c \
+       ncurses-prompt.h ncurses-status.c ncurses-status.h \
+       commandidentifier.c commandidentifier.h wcs.c wcs.h \
+       positive_wcwidth.c positive_wcwidth.h
 am__dirstamp = $(am__leading_dot)dirstamp
-@NO_NCURSES_FALSE@am_fdupes_OBJECTS = fdupes.$(OBJEXT) \
-@NO_NCURSES_FALSE@     fileaction.$(OBJEXT) \
-@NO_NCURSES_FALSE@     ncurses-commands.$(OBJEXT) \
-@NO_NCURSES_FALSE@     ncurses-getcommand.$(OBJEXT) \
-@NO_NCURSES_FALSE@     ncurses-interface.$(OBJEXT) \
-@NO_NCURSES_FALSE@     ncurses-print.$(OBJEXT) \
-@NO_NCURSES_FALSE@     ncurses-prompt.$(OBJEXT) \
-@NO_NCURSES_FALSE@     ncurses-status.$(OBJEXT) \
-@NO_NCURSES_FALSE@     commandidentifier.$(OBJEXT) \
-@NO_NCURSES_FALSE@     errormsg.$(OBJEXT) wcs.$(OBJEXT) \
-@NO_NCURSES_FALSE@     dir.$(OBJEXT) log.$(OBJEXT) fmatch.$(OBJEXT) \
-@NO_NCURSES_FALSE@     sigint.$(OBJEXT) flags.$(OBJEXT) \
-@NO_NCURSES_FALSE@     confirmmatch.$(OBJEXT) \
-@NO_NCURSES_FALSE@     removeifnotchanged.$(OBJEXT) \
-@NO_NCURSES_FALSE@     mbstowcs_escape_invalid.$(OBJEXT) \
-@NO_NCURSES_FALSE@     positive_wcwidth.$(OBJEXT) md5/md5.$(OBJEXT)
-@NO_NCURSES_TRUE@am_fdupes_OBJECTS = fdupes.$(OBJEXT) \
-@NO_NCURSES_TRUE@      errormsg.$(OBJEXT) dir.$(OBJEXT) \
-@NO_NCURSES_TRUE@      log.$(OBJEXT) fmatch.$(OBJEXT) \
-@NO_NCURSES_TRUE@      sigint.$(OBJEXT) flags.$(OBJEXT) \
-@NO_NCURSES_TRUE@      confirmmatch.$(OBJEXT) \
-@NO_NCURSES_TRUE@      removeifnotchanged.$(OBJEXT) \
-@NO_NCURSES_TRUE@      mbstowcs_escape_invalid.$(OBJEXT) \
-@NO_NCURSES_TRUE@      md5/md5.$(OBJEXT)
+@WITH_NCURSES_TRUE@am__objects_1 = fileaction.$(OBJEXT) \
+@WITH_NCURSES_TRUE@    ncurses-commands.$(OBJEXT) \
+@WITH_NCURSES_TRUE@    ncurses-getcommand.$(OBJEXT) \
+@WITH_NCURSES_TRUE@    ncurses-interface.$(OBJEXT) \
+@WITH_NCURSES_TRUE@    ncurses-print.$(OBJEXT) \
+@WITH_NCURSES_TRUE@    ncurses-prompt.$(OBJEXT) \
+@WITH_NCURSES_TRUE@    ncurses-status.$(OBJEXT) \
+@WITH_NCURSES_TRUE@    commandidentifier.$(OBJEXT) wcs.$(OBJEXT) \
+@WITH_NCURSES_TRUE@    positive_wcwidth.$(OBJEXT)
+am_fdupes_OBJECTS = fdupes.$(OBJEXT) errormsg.$(OBJEXT) dir.$(OBJEXT) \
+       log.$(OBJEXT) fmatch.$(OBJEXT) sigint.$(OBJEXT) \
+       flags.$(OBJEXT) confirmmatch.$(OBJEXT) \
+       removeifnotchanged.$(OBJEXT) mbstowcs_escape_invalid.$(OBJEXT) \
+       md5/md5.$(OBJEXT) $(am__objects_1)
 fdupes_OBJECTS = $(am_fdupes_OBJECTS)
 fdupes_LDADD = $(LDADD)
 AM_V_P = $(am__v_P_@AM_V@)
@@ -356,76 +368,13 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-@NO_NCURSES_FALSE@fdupes_SOURCES = fdupes.c\
-@NO_NCURSES_FALSE@ fdupes.h\
-@NO_NCURSES_FALSE@ filegroup.h\
-@NO_NCURSES_FALSE@ fileaction.h\
-@NO_NCURSES_FALSE@ fileaction.c\
-@NO_NCURSES_FALSE@ ncurses-commands.c\
-@NO_NCURSES_FALSE@ ncurses-commands.h\
-@NO_NCURSES_FALSE@ ncurses-getcommand.c\
-@NO_NCURSES_FALSE@ ncurses-getcommand.h\
-@NO_NCURSES_FALSE@ ncurses-interface.c\
-@NO_NCURSES_FALSE@ ncurses-interface.h\
-@NO_NCURSES_FALSE@ ncurses-print.c\
-@NO_NCURSES_FALSE@ ncurses-print.h\
-@NO_NCURSES_FALSE@ ncurses-prompt.c\
-@NO_NCURSES_FALSE@ ncurses-prompt.h\
-@NO_NCURSES_FALSE@ ncurses-status.c\
-@NO_NCURSES_FALSE@ ncurses-status.h\
-@NO_NCURSES_FALSE@ commandidentifier.c\
-@NO_NCURSES_FALSE@ commandidentifier.h\
-@NO_NCURSES_FALSE@ errormsg.c\
-@NO_NCURSES_FALSE@ errormsg.h\
-@NO_NCURSES_FALSE@ wcs.c\
-@NO_NCURSES_FALSE@ wcs.h\
-@NO_NCURSES_FALSE@ dir.c\
-@NO_NCURSES_FALSE@ dir.h\
-@NO_NCURSES_FALSE@ log.c\
-@NO_NCURSES_FALSE@ log.h\
-@NO_NCURSES_FALSE@ fmatch.c\
-@NO_NCURSES_FALSE@ fmatch.h\
-@NO_NCURSES_FALSE@ sigint.c\
-@NO_NCURSES_FALSE@ sigint.h\
-@NO_NCURSES_FALSE@ flags.c\
-@NO_NCURSES_FALSE@ flags.h\
-@NO_NCURSES_FALSE@ confirmmatch.c\
-@NO_NCURSES_FALSE@ confirmmatch.h\
-@NO_NCURSES_FALSE@ removeifnotchanged.c\
-@NO_NCURSES_FALSE@ removeifnotchanged.h\
-@NO_NCURSES_FALSE@ mbstowcs_escape_invalid.c\
-@NO_NCURSES_FALSE@ mbstowcs_escape_invalid.h\
-@NO_NCURSES_FALSE@ positive_wcwidth.c\
-@NO_NCURSES_FALSE@ positive_wcwidth.h\
-@NO_NCURSES_FALSE@ md5/md5.c\
-@NO_NCURSES_FALSE@ md5/md5.h
-
-@NO_NCURSES_TRUE@fdupes_SOURCES = fdupes.c\
-@NO_NCURSES_TRUE@ fdupes.h\
-@NO_NCURSES_TRUE@ errormsg.c\
-@NO_NCURSES_TRUE@ errormsg.h\
-@NO_NCURSES_TRUE@ dir.c\
-@NO_NCURSES_TRUE@ dir.h\
-@NO_NCURSES_TRUE@ log.c\
-@NO_NCURSES_TRUE@ log.h\
-@NO_NCURSES_TRUE@ fmatch.c\
-@NO_NCURSES_TRUE@ fmatch.h\
-@NO_NCURSES_TRUE@ sigint.c\
-@NO_NCURSES_TRUE@ sigint.h\
-@NO_NCURSES_TRUE@ flags.c\
-@NO_NCURSES_TRUE@ flags.h\
-@NO_NCURSES_TRUE@ confirmmatch.c\
-@NO_NCURSES_TRUE@ confirmmatch.h\
-@NO_NCURSES_TRUE@ removeifnotchanged.c\
-@NO_NCURSES_TRUE@ removeifnotchanged.h\
-@NO_NCURSES_TRUE@ mbstowcs_escape_invalid.c\
-@NO_NCURSES_TRUE@ mbstowcs_escape_invalid.h\
-@NO_NCURSES_TRUE@ md5/md5.c\
-@NO_NCURSES_TRUE@ md5/md5.h
-
-@NO_NCURSES_FALSE@dist_man1_MANS = fdupes.1
-@NO_NCURSES_TRUE@dist_man1_MANS = fdupes.1
-@NO_NCURSES_FALSE@dist_man7_MANS = fdupes-help.7
+fdupes_SOURCES = fdupes.c fdupes.h errormsg.c errormsg.h dir.c dir.h \
+       log.c log.h fmatch.c fmatch.h sigint.c sigint.h flags.c \
+       flags.h confirmmatch.c confirmmatch.h removeifnotchanged.c \
+       removeifnotchanged.h mbstowcs_escape_invalid.c \
+       mbstowcs_escape_invalid.h md5/md5.c md5/md5.h $(am__append_1)
+dist_man1_MANS = fdupes.1
+@WITH_NCURSES_TRUE@dist_man7_MANS = fdupes-help.7
 EXTRA_DIST = testdir CHANGES CONTRIBUTORS
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-am