menu: quiet warnings in drain_keyboard()
[syslinux.git] / MCONFIG
blob9900ac4a5a03d7d9dc06f788d18a1c71fb6b0596
1 ## -*- makefile -*- -------------------------------------------------------
2 ##   
3 ##   Copyright 2008 H. Peter Anvin - All Rights Reserved
4 ##
5 ##   This program is free software; you can redistribute it and/or modify
6 ##   it under the terms of the GNU General Public License as published by
7 ##   the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
8 ##   Boston MA 02110-1301, USA; either version 2 of the License, or
9 ##   (at your option) any later version; incorporated herein by reference.
11 ## -----------------------------------------------------------------------
14 ## Common configurables
17 # No builtin rules
18 MAKEFLAGS += -r
19 MAKE      += -r
21 BINDIR   = /usr/bin
22 SBINDIR  = /sbin
23 LIBDIR   = /usr/lib
24 DATADIR  = /usr/share
25 AUXDIR   = $(DATADIR)/syslinux
26 MANDIR   = /usr/man
27 INCDIR   = /usr/include
28 TFTPBOOT = /tftpboot
29 COM32DIR = $(AUXDIR)/com32
31 BOOTDIR     = /boot
32 EXTLINUXDIR = $(BOOTDIR)/extlinux
34 NASM     = nasm
35 NASMOPT  = -O9999
37 PERL     = perl
39 CC       = gcc
40 gcc_ok   = $(shell tmpf=gcc_ok.$$$$.tmp; \
41                    if $(CC) $(1) -c $(topdir)/dummy.c -o $$tmpf 2>/dev/null ; \
42                    then echo '$(1)'; else echo '$(2)'; fi; \
43                    rm -f $$tmpf)
45 LD       = ld
46 OBJDUMP  = objdump
47 OBJCOPY  = objcopy
48 AR       = ar
49 NM       = nm
50 RANLIB   = ranlib
51 GZIPPROG = gzip
52 PNGTOPNM = pngtopnm
54 com32    = $(topdir)/com32