~naesten/tex-live/trunk

« back to all changes in this revision

Viewing changes to libs/poppler/Makefile.in

  • Committer: karl
  • Date: 2018-01-09 18:53:05 UTC
  • Revision ID: svn-v4:c570f23f-e606-0410-a88d-b1316a301751:trunk/Build/source:46257
poppler 0.62.0, requiring C++11; luatex not updated yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
POST_UNINSTALL = :
89
89
subdir = .
90
90
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91
 
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
 
91
am__aclocal_m4_deps = $(top_srcdir)/../../m4/ax_cxx_compile_stdcxx.m4 \
 
92
        $(top_srcdir)/../../m4/kpse-common.m4 \
92
93
        $(top_srcdir)/../../m4/kpse-visibility.m4 \
93
94
        $(top_srcdir)/../../m4/kpse-warnings.m4 \
94
95
        $(top_srcdir)/../../m4/kpse-win32.m4 \
192
193
        @POPPLER_TREE@/poppler/UnicodeTypeTable.$(OBJEXT) \
193
194
        @POPPLER_TREE@/poppler/ViewerPreferences.$(OBJEXT) \
194
195
        @POPPLER_TREE@/poppler/XRef.$(OBJEXT) \
195
 
        @POPPLER_TREE@/poppler/XpdfPluginAPI.$(OBJEXT) \
196
 
        @POPPLER_TREE@/poppler/strtok_r.$(OBJEXT)
 
196
        @POPPLER_TREE@/poppler/XpdfPluginAPI.$(OBJEXT)
197
197
nodist_libpoppler_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
198
198
        $(am__objects_3)
199
199
libpoppler_a_OBJECTS = $(nodist_libpoppler_a_OBJECTS)
350
350
EGREP = @EGREP@
351
351
EXEEXT = @EXEEXT@
352
352
GREP = @GREP@
 
353
HAVE_CXX11 = @HAVE_CXX11@
353
354
INSTALL = @INSTALL@
354
355
INSTALL_DATA = @INSTALL_DATA@
355
356
INSTALL_PROGRAM = @INSTALL_PROGRAM@
533
534
        @POPPLER_TREE@/poppler/UnicodeTypeTable.cc \
534
535
        @POPPLER_TREE@/poppler/ViewerPreferences.cc \
535
536
        @POPPLER_TREE@/poppler/XRef.cc \
536
 
        @POPPLER_TREE@/poppler/XpdfPluginAPI.cc \
537
 
        @POPPLER_TREE@/poppler/strtok_r.cpp
 
537
        @POPPLER_TREE@/poppler/XpdfPluginAPI.cc
538
538
 
539
539
 
540
540
# Reconfig
549
549
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
550
550
 
551
551
.SUFFIXES:
552
 
.SUFFIXES: .cc .cpp .o .obj
 
552
.SUFFIXES: .cc .o .obj
553
553
am--refresh: Makefile
554
554
        @:
555
555
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/reconfig.am $(srcdir)/../../am/rebuild.am $(am__configure_deps)
864
864
@POPPLER_TREE@/poppler/XpdfPluginAPI.$(OBJEXT):  \
865
865
        @POPPLER_TREE@/poppler/$(am__dirstamp) \
866
866
        @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
867
 
@POPPLER_TREE@/poppler/strtok_r.$(OBJEXT):  \
868
 
        @POPPLER_TREE@/poppler/$(am__dirstamp) \
869
 
        @POPPLER_TREE@/poppler/$(DEPDIR)/$(am__dirstamp)
870
867
 
871
868
libpoppler.a: $(libpoppler_a_OBJECTS) $(libpoppler_a_DEPENDENCIES) $(EXTRA_libpoppler_a_DEPENDENCIES) 
872
869
        $(AM_V_at)-rm -f libpoppler.a
961
958
@AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/ViewerPreferences.Po@am__quote@
962
959
@AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/XRef.Po@am__quote@
963
960
@AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/XpdfPluginAPI.Po@am__quote@
964
 
@AMDEP_TRUE@@am__include@ @am__quote@@POPPLER_TREE@/poppler/$(DEPDIR)/strtok_r.Po@am__quote@
965
961
 
966
962
.cc.o:
967
963
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
979
975
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
980
976
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
981
977
 
982
 
.cpp.o:
983
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
984
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
985
 
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
986
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
987
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
988
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
989
 
 
990
 
.cpp.obj:
991
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
992
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
993
 
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
994
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
995
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
996
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
997
 
 
998
978
# This directory's subdirectories are mostly independent; you can cd
999
979
# into them and run 'make' without going through this Makefile.
1000
980
# To change the values of 'make' variables: instead of editing Makefiles,