Advertisement
Guest User

Untitled

a guest
Oct 17th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. configure: configure-stamp
  2. configure-stamp: $(QUILT_STAMPFN)
  3. dh_testdir
  4. CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
  5. ./configure --prefix=/usr --mandir=\$${prefix}/share/man \
  6. --infodir=\$${prefix}/share/info --enable-static=yes \
  7. --enable-shared=yes --host=$(DEB_HOST_GNU_TYPE) \
  8. --build=$(DEB_BUILD_GNU_TYPE) $(DEBUG_FLAGS) \
  9. --enable-IL=yes --enable-ILU=yes --enable-ILUT=yes \
  10. --enable-sse3=no
  11. touch "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement