File: Makefile.conf.in

package info (click to toggle)
dosemu 0.98.8-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,944 kB
  • ctags: 9,487
  • sloc: ansic: 70,624; sh: 4,170; asm: 3,601; yacc: 3,020; lex: 1,342; perl: 962; makefile: 735; tcl: 602; awk: 410
file content (91 lines) | stat: -rw-r--r-- 1,704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#
# (C) Copyright 1992, ..., 1999 the "DOSEMU-Development-Team".
#
# for details see file COPYING in the DOSEMU distribution
#
# Makefile.conf.in for DOSEMU
#
# This is the only Makefile getting substituted by ./configure
# It is included by the top Makefile and exports all needed variables
# to the slave-Makefiles.


@SET_MAKE@
ifdef MAKE
  export MAKE
endif

export INCDIR=@INCDIR@

ifneq "@PORTABLE_BINARY@" ""
export PORTABLE_BINARY=@PORTABLE_BINARY@
endif

export CFLAGS=@CFLAGS@ $(PORTABLE_BINARY)
export LDFLAGS=@LDFLAGS@
export CC=@CC@

ifneq "@GCC_VERSION_CODE@" ""
export GCC_VERSION_CODE=@GCC_VERSION_CODE@
endif

ifneq "@ASM_PEDANTIC@" ""
export ASM_PEDANTIC=@ASM_PEDANTIC@
endif

ifneq "@GLIBC_VERSION_CODE@" ""
export GLIBC_VERSION_CODE=@GLIBC_VERSION_CODE@
endif

ifneq "@GLIBCFLAGS@" ""
export GLIBCFLAGS=@GLIBCFLAGS@
endif

export YACC=@YACC@
export LEX=@LEX@
@X_SUPPORT@
ifdef X_SUPPORT
  export X_SUPPORT
endif
@X_GRAPHICS@
ifdef X_GRAPHICS
  export X_GRAPHICS
endif

export _LD86_=@LD86@
export _AS86_=@AS86@

# This gets defined even if we chose via ./include/config.h NOT to
# use the debugger
export DEBUGGER=@DEBUGGER@

export X11LIBDIR=@x_libraries@
export X2CFILES=@X2CFILES@
export X2CEXE=@X2CEXE@
export USE_MHPDBG=@USE_MHPDBG@
@USE_SBEMU@
ifdef USE_SBEMU
  export USE_SBEMU
endif
export OPTIONALSUBDIRS = @OPTIONALSUBDIRS@
export REQUIRED=@REQUIRED@
export SLANGLIB=@SLANGLIB@
export XLIBSW=@XLIBSW@
@USE_ULTRA@
ifdef USE_ULTRA
  export USE_ULTRA
endif

export REQUIRES_VM86PLUS=@REQUIRES_VM86PLUS@
export OS=@CONFIG_HOST@
export LIBSTART=@LIBSTART@
@ELF@
ifdef ELF
  export ELF=1
endif
export RANLIB=@RANLIB@

@ASPI_SUPPORT@
ifdef ASPI_SUPPORT
  export ASPI_SUPPORT
endif