~ubuntu-branches/ubuntu/raring/file-roller/raring-security

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-05-14 18:57:27 UTC
  • mfrom: (2.1.19 sid)
  • Revision ID: package-import@ubuntu.com-20120514185727-26izf1ipd2al4y52
Tags: 3.4.2-1ubuntu1
* Merge with Debian. Remaining changes:
* debian/control.in:
  - Drop the scrollkeeper build-depends
  - Use the ubuntu epoch number for the nautilus depends
  - Depend on zip and unzip instead of p7zip which is in universe
  - Depend on genisoimage
  - Recommend sessioninstaller

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
56
56
noinst_PROGRAMS = test-server$(EXEEXT)
57
57
@ENABLE_MAGIC_TRUE@am__append_1 = $(MAGIC_LIBS)
58
58
subdir = src
59
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
60
        $(top_srcdir)/depcomp
60
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
62
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
62
63
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
188
189
        $(AM_CFLAGS) $(CFLAGS)
189
190
AM_V_CC = $(am__v_CC_@AM_V@)
190
191
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
191
 
am__v_CC_0 = @echo "  CC    " $@;
 
192
am__v_CC_0 = @echo "  CC      " $@;
192
193
AM_V_at = $(am__v_at_@AM_V@)
193
194
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
194
195
am__v_at_0 = @
198
199
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
199
200
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
200
201
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
201
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
202
am__v_CCLD_0 = @echo "  CCLD    " $@;
202
203
AM_V_GEN = $(am__v_GEN_@AM_V@)
203
204
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
204
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
205
am__v_GEN_0 = @echo "  GEN     " $@;
205
206
SOURCES = $(file_roller_SOURCES) $(file_roller_server_SOURCES) \
206
207
        $(test_server_SOURCES)
207
208
DIST_SOURCES = $(am__file_roller_SOURCES_DIST) \
808
809
        -rm -rf .libs _libs
809
810
 
810
811
# This directory's subdirectories are mostly independent; you can cd
811
 
# into them and run `make' without going through this Makefile.
812
 
# To change the values of `make' variables: instead of editing Makefiles,
813
 
# (1) if the variable is set in `config.status', edit `config.status'
814
 
#     (which will cause the Makefiles to be regenerated when you run `make');
815
 
# (2) otherwise, pass the desired values on the `make' command line.
 
812
# into them and run 'make' without going through this Makefile.
 
813
# To change the values of 'make' variables: instead of editing Makefiles,
 
814
# (1) if the variable is set in 'config.status', edit 'config.status'
 
815
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
816
# (2) otherwise, pass the desired values on the 'make' command line.
816
817
$(RECURSIVE_TARGETS):
817
818
        @fail= failcom='exit 1'; \
818
819
        for f in x $$MAKEFLAGS; do \
876
877
        list='$(SUBDIRS)'; for subdir in $$list; do \
877
878
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
878
879
        done
 
880
cscopelist-recursive:
 
881
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
882
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
883
        done
879
884
 
880
885
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
881
886
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
939
944
          && $(am__cd) $(top_srcdir) \
940
945
          && gtags -i $(GTAGS_ARGS) "$$here"
941
946
 
 
947
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
948
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
949
        case "$(srcdir)" in \
 
950
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
951
          *) sdir=$(subdir)/$(srcdir) ;; \
 
952
        esac; \
 
953
        for i in $$list; do \
 
954
          if test -f "$$i"; then \
 
955
            echo "$(subdir)/$$i"; \
 
956
          else \
 
957
            echo "$$sdir/$$i"; \
 
958
          fi; \
 
959
        done >> $(top_builddir)/cscope.files
 
960
 
942
961
distclean-tags:
943
962
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
944
963
 
1114
1133
uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS
1115
1134
 
1116
1135
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1117
 
        ctags-recursive install install-am install-strip \
1118
 
        tags-recursive
 
1136
        cscopelist-recursive ctags-recursive install install-am \
 
1137
        install-strip tags-recursive
1119
1138
 
1120
1139
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1121
1140
        all all-am check check-am clean clean-binPROGRAMS \
1122
1141
        clean-generic clean-libexecPROGRAMS clean-libtool \
1123
 
        clean-noinstPROGRAMS ctags ctags-recursive dist-hook distclean \
1124
 
        distclean-compile distclean-generic distclean-libtool \
1125
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
1126
 
        install install-am install-binPROGRAMS install-data \
1127
 
        install-data-am install-dvi install-dvi-am install-exec \
1128
 
        install-exec-am install-html install-html-am install-info \
1129
 
        install-info-am install-libexecPROGRAMS install-man \
1130
 
        install-pdf install-pdf-am install-ps install-ps-am \
1131
 
        install-strip installcheck installcheck-am installdirs \
1132
 
        installdirs-am maintainer-clean maintainer-clean-generic \
1133
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
1134
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1135
 
        uninstall uninstall-am uninstall-binPROGRAMS \
1136
 
        uninstall-libexecPROGRAMS
 
1142
        clean-noinstPROGRAMS cscopelist cscopelist-recursive ctags \
 
1143
        ctags-recursive dist-hook distclean distclean-compile \
 
1144
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
1145
        dvi-am html html-am info info-am install install-am \
 
1146
        install-binPROGRAMS install-data install-data-am install-dvi \
 
1147
        install-dvi-am install-exec install-exec-am install-html \
 
1148
        install-html-am install-info install-info-am \
 
1149
        install-libexecPROGRAMS install-man install-pdf install-pdf-am \
 
1150
        install-ps install-ps-am install-strip installcheck \
 
1151
        installcheck-am installdirs installdirs-am maintainer-clean \
 
1152
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1153
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1154
        tags tags-recursive uninstall uninstall-am \
 
1155
        uninstall-binPROGRAMS uninstall-libexecPROGRAMS
1137
1156
 
1138
1157
 
1139
1158
fr-marshal.h: fr-marshal.list $(GLIB_GENMARSHAL)