~dannf/ubuntu/saucy/djvulibre/lp1224195

« back to all changes in this revision

Viewing changes to libdjvu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-20 15:19:50 UTC
  • Revision ID: james.westby@ubuntu.com-20071120151950-faaqc1a64q7bc81w
Tags: 3.5.19-3ubuntu1
* Sync with Debian
 * debian/control:
   - updated maintainer information
 * debian/rules:
   - call dh_icons to update the icon cache at installation

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
LIBS= @LDFLAGS@ ${JPEG_LIBS} ${THREAD_LIBS} @LIBS@
58
58
CFLAGS = ${FLAGS} @CPPFLAGS@ @CFLAGS@ 
59
59
CXXFLAGS =  ${FLAGS} ${CXXPICFLAGS} ${CXXRPOFLAGS} @CPPFLAGS@ @CXXFLAGS@ 
 
60
DLLFLAGS = @DLLFLAGS@
60
61
 
61
62
all: ${LIBDJVU_LA} 
62
63
 
79
80
${LIBDJVU_LA} : ${OBJS}
80
81
        @echo "[ generating $@ ... ]"
81
82
        ${LIBTOOL} --mode=link ${CXX} ${CXXFLAGS} -no-undefined \
82
 
            -rpath ${libdir} -version-info ${LIBDJVU_VER} \
 
83
            -rpath ${libdir} -version-info ${LIBDJVU_VER} ${DLLFLAGS} \
83
84
            ${OBJS} ${LIBS} -o ${LIBDJVU_LA}
84
85
 
85
86
@RPO_YES@${LIBDJVU_LA} : libdjvu-rpo