/[gcl]/gcl/debian/rules
ViewVC logotype

Diff of /gcl/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by camm, Tue Sep 10 03:35:14 2002 UTC revision 1.18 by camm, Tue Sep 10 04:36:20 2002 UTC
# Line 42  ifeq ($(ARCHT),hppa) Line 42  ifeq ($(ARCHT),hppa)
42  RELOC=dlopen  RELOC=dlopen
43  endif  endif
44    
45    GMP=--enable-dynsysgmp
46    ifeq ($(ARCHT),m68k)
47    GMP=
48    endif
49    
50  configure: configure-stamp  configure: configure-stamp
51  configure-stamp:  configure-stamp:
52          dh_testdir          dh_testdir
# Line 49  configure-stamp: Line 54  configure-stamp:
54          if [ configure.in -nt configure ]; then autoconf; fi          if [ configure.in -nt configure ]; then autoconf; fi
55          chmod -R +x gmp3/*          chmod -R +x gmp3/*
56          [ "$(ARCHT)" != "i386" ] || ( cd gmp3 && CC=$(MCC) ./configure --build=i486-unknown-linux-gnu )          [ "$(ARCHT)" != "i386" ] || ( cd gmp3 && CC=$(MCC) ./configure --build=i486-unknown-linux-gnu )
57          CC=$(MCC) ./configure --disable-statsysbfd --enable-$(RELOC) --enable-dynsysgmp --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          CC=$(MCC) ./configure --disable-statsysbfd --enable-$(RELOC) $(GMP) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
58          [ "$(ARCHT)" != "ia64" ] || ( cd o && $(MCC) -c -Wall -DVOL=volatile -I. -fsigned-char -fwritable-strings -pipe -O -fomit-frame-pointer -I../h -I../gcl-tk num_log.c  )          [ "$(ARCHT)" != "ia64" ] || ( cd o && $(MCC) -c -Wall -DVOL=volatile -I. -fsigned-char -fwritable-strings -pipe -O -fomit-frame-pointer -I../h -I../gcl-tk num_log.c  )
59          touch configure-stamp          touch configure-stamp
60    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26