e-uae ready

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5171 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-20 19:11:34 +00:00
parent f7cbd6e6d4
commit 88ee269fce
2 changed files with 11 additions and 8 deletions

View File

@ -34,3 +34,4 @@
0 tools/tetex-cm-super 0 tools/tetex-cm-super
0 guibased/gnuplot 0 guibased/gnuplot
0 network/otrtool 0 network/otrtool
0 guibased/e-uae

View File

@ -72,33 +72,35 @@
SRCPATH=GuiBased/Apps SRCPATH=GuiBased/Apps
premk() { premk() {
echo "Nothing to do for premk()" sed -i "s/X11R6/X11R7/g" configure
} }
mk() { mk() {
CC="gcc $BUILDOPTIONS" \ CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILdOPTIONS" \ CXX="g++ $BUILdOPTIONS" \
CFLAGS="-L/$LIBDIR -L/usr/$LIBDIR -L/usr/X11R7/$LIBDIR" \ CFLAGS="-L/$LIBDIR -L/usr/$LIBDIR -L/usr/X11R7/$LIBDIR" \
./configure --with-x \ ./configure --enable-jit \
--enable-threads \
--enable-scsi-device \ --enable-scsi-device \
--enable-bsdsock-new \ --enable-bsdsock-new \
--enable-dga \ --enable-dga \
--enable-vidmode \ --enable-vidmode \
--enable-ui \ --enable-ui \
--enable-audio \
--enable-sdl \
--enable-sdl-gfx \ --enable-sdl-gfx \
--enable-sdl-sound \ --enable-sdl-sound \
--enable-audio \ --enable-sdl-gl \
--with-alsa \ --with-alsa \
--prefix=/usr/X11R7 --prefix=/usr/X11R7 \
sed -e "s/-lm /-lm -L\/usr\/X11R7\/$LIBDIR -lwnck-1 /" src/Makefile >/tmp/Makefile --libdir=\${prefix}/$LIBDIR \
mv /tmp/Makefile src/Makefile --sysconfdir=/etc
make make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install make -j $NUMCPU DESTDIR=$TMPROOT install
} }
postmk() { postmk() {
GetSVN Viitor_e-uae $TMPROOT GetSVN Viitor_e-uae $TMPROOT
ClearHostSysNameing $TMPROOT
mkdir -p $TMPROOT/usr/share/doc/e-uae mkdir -p $TMPROOT/usr/share/doc/e-uae
cp -a docs/* $TMPROOT/usr/share/doc/e-uae cp -a docs/* $TMPROOT/usr/share/doc/e-uae
cp -a amiga $TMPROOT/usr/share/doc/e-uae cp -a amiga $TMPROOT/usr/share/doc/e-uae