comparison configure @ 14:f9f230786958

DGA library added
author arpi_esp
date Tue, 27 Feb 2001 01:09:22 +0000
parents 77b0a5c5e9e1
children 5fb05d71a0fb
comparison
equal deleted inserted replaced
13:36314c7bda8d 14:f9f230786958
498 498
499 if [ $_sdl = yes ]; then 499 if [ $_sdl = yes ]; then
500 _sdllib='-lSDL -lpthread' 500 _sdllib='-lSDL -lpthread'
501 fi 501 fi
502 502
503 if [ $_dga = yes ]; then
504 _dgalib='-lXxf86dga'
505 fi
506
507
503 if [ "$_termcap" = "yes" ]; then 508 if [ "$_termcap" = "yes" ]; then
504 _termcap='#define USE_TERMCAP' 509 _termcap='#define USE_TERMCAP'
505 _libtermcap='-ltermcap' 510 _libtermcap='-ltermcap'
506 else 511 else
507 _termcap='#undef USE_TERMCAP' 512 _termcap='#undef USE_TERMCAP'
532 537
533 AR=ar 538 AR=ar
534 CC=gcc 539 CC=gcc
535 # OPTFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -fomit-frame-pointer -ffast-math 540 # OPTFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -fomit-frame-pointer -ffast-math
536 OPTFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -ffast-math 541 OPTFLAGS=-O4 -march=$proc -mcpu=$proc -pipe -ffast-math
537 # LIBS=-L/usr/lib -L/usr/local/lib $_x11libdir $_gllib $_sdllib $_x11lib $_xvlib 542 # LIBS=-L/usr/lib -L/usr/local/lib $_x11libdir $_gllib $_sdllib $_dgalib $_x11lib $_xvlib
538 X_LIBS=$_x11libdir $_gllib $_sdllib $_x11lib $_xvlib 543 X_LIBS=$_x11libdir $_gllib $_sdllib $_dgalib $_x11lib $_xvlib
539 TERMCAP_LIB=$_libtermcap 544 TERMCAP_LIB=$_libtermcap
540 XMM_LIBS = $_xmmplibs 545 XMM_LIBS = $_xmmplibs
541 LIRC_LIBS = $_lirclibs 546 LIRC_LIBS = $_lirclibs
542 WIN32_PATH=-DWIN32_PATH=\"$_win32libdir\" 547 WIN32_PATH=-DWIN32_PATH=\"$_win32libdir\"
543 548