2001-01-30 20:32:44 +01:00
|
|
|
|
|
|
|
|
|
ifndef ERESSEA
|
|
|
|
|
export ERESSEA=$(PWD)
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
# Hier definieren, damit nicht '@gcc'
|
2002-09-26 12:57:55 +02:00
|
|
|
|
CC = gcc-3.2 -D_GNU_SOURCE -ansi -pedantic
|
|
|
|
|
DEPEND = @gcc-3.2 -MM -MG -r
|
2001-12-10 01:13:39 +01:00
|
|
|
|
# CC = gcc -D_GNU_SOURCE
|
2001-01-30 20:32:44 +01:00
|
|
|
|
AR = ar
|
2002-02-10 18:56:03 +01:00
|
|
|
|
CTAGS = ctags-exuberant
|
2002-09-26 12:57:55 +02:00
|
|
|
|
LD = gcc-3.2
|
2001-01-30 20:32:44 +01:00
|
|
|
|
INSTALL = cp
|
2001-12-10 01:13:39 +01:00
|
|
|
|
CFLAGS += -march=athlon -minline-all-stringops
|
2001-02-09 16:17:31 +01:00
|
|
|
|
|
2001-02-10 14:20:33 +01:00
|
|
|
|
# Ps = 0 -> Normal (default)
|
|
|
|
|
# Ps = 1 -> Bold
|
|
|
|
|
# Ps = 4 -> Underlined
|
|
|
|
|
# Ps = 5 -> Blink (appears as Bold)
|
|
|
|
|
# Ps = 7 -> Inverse
|
|
|
|
|
# Ps = 8 -> Invisible (hidden)
|
|
|
|
|
# Ps = 2 2 -> Normal (neither bold nor faint)
|
|
|
|
|
# Ps = 2 4 -> Not underlined
|
|
|
|
|
# Ps = 2 5 -> Steady (not blinking)
|
|
|
|
|
# Ps = 2 7 -> Positive (not inverse)
|
|
|
|
|
# Ps = 2 8 -> Visible (not hidden)
|
|
|
|
|
# Ps = 3 0 -> Set foreground color to Black
|
|
|
|
|
# Ps = 3 1 -> Set foreground color to Red
|
|
|
|
|
# Ps = 3 2 -> Set foreground color to Green
|
|
|
|
|
# Ps = 3 3 -> Set foreground color to Yellow
|
|
|
|
|
# Ps = 3 4 -> Set foreground color to Blue
|
|
|
|
|
# Ps = 3 5 -> Set foreground color to Magenta
|
|
|
|
|
# Ps = 3 6 -> Set foreground color to Cyan
|
|
|
|
|
# Ps = 3 7 -> Set foreground color to White
|
|
|
|
|
# Ps = 3 9 -> Set foreground color to default (original)
|
|
|
|
|
# Ps = 4 0 -> Set background color to Black
|
|
|
|
|
# Ps = 4 1 -> Set background color to Red
|
|
|
|
|
# Ps = 4 2 -> Set background color to Green
|
|
|
|
|
# Ps = 4 3 -> Set background color to Yellow
|
|
|
|
|
# Ps = 4 4 -> Set background color to Blue
|
|
|
|
|
# Ps = 4 5 -> Set background color to Magenta
|
|
|
|
|
# Ps = 4 6 -> Set background color to Cyan
|
|
|
|
|
# Ps = 4 7 -> Set background color to White
|
|
|
|
|
# Ps = 4 9 -> Set background color to default (original).
|
|
|
|
|
|
|
|
|
|
MSG_COMPILE = "[1m[33m\#\#\#\#\# Compiling $@ \#\#\#\#\#[0m"
|
|
|
|
|
MSG_SUBDIR = "[1m[36m\#\#\#\#\# Making $@ in $$subdir \#\#\#\#\#[0m"
|
|
|
|
|
|
|
|
|
|
|