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

Diff of /gcl/debian/rules

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

revision 1.21 by camm, Thu Sep 12 22:01:04 2002 UTC revision 1.22 by camm, Fri Sep 20 13:55:25 2002 UTC
# Line 43  RELOC=dlopen Line 43  RELOC=dlopen
43  endif  endif
44    
45  GMP=--enable-dynsysgmp  GMP=--enable-dynsysgmp
46  ifeq ($(ARCHT),m68k)  #ifeq ($(ARCHT),m68k)
47  GMP=  #GMP=
48    #endif
49    
50    DEBUG=
51    ifeq ($(ARCHT),hppa)
52    DEBUG=--enable-debug
53  endif  endif
54    
55  configure: configure-stamp  configure: configure-stamp
# Line 54  configure-stamp: Line 59  configure-stamp:
59          if [ configure.in -nt configure ]; then autoconf; fi          if [ configure.in -nt configure ]; then autoconf; fi
60          chmod -R +x gmp3/*          chmod -R +x gmp3/*
61          [ "$(ARCHT)" != "i386" ] || ( cd gmp3 && CC=$(MCC) ./configure --build=i486-unknown-linux-gnu )          [ "$(ARCHT)" != "i386" ] || ( cd gmp3 && CC=$(MCC) ./configure --build=i486-unknown-linux-gnu )
62          CC=$(MCC) ./configure --disable-statsysbfd --enable-$(RELOC) $(GMP) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          CC=$(MCC) ./configure --disable-statsysbfd --enable-$(RELOC) $(GMP) $(DEBUG) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
63          [ "$(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  )
64          touch configure-stamp          touch configure-stamp
65    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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