forked from huskyproject/fidoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
huskymak.cfg
68 lines (67 loc) · 1016 Bytes
/
huskymak.cfg
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
# This file is only for RPM automated build
# Don't use it for any other purposes!
ARCH:=$(shell getconf LONG_BIT)
PREFIX=/usr
ifeq ($(ARCH), 64)
LIBDIR=$(PREFIX)/lib64
else
LIBDIR=$(PREFIX)/lib
endif
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man
INCDIR=$(PREFIX)/include
CFGDIR=~/fido/etc/husky
CC=gcc
CXX=g++
TERMCAP=ncurses
GPP=g++
PC=ppc386
AR=ar
MKSHARED=gcc
RM=rm
INSTALL=install
LN=ln
MKDIR=mkdir
LDCONFIG=
MV=mv
CP=cp
RANLIB=ar s
H2PAS=h2pas
OSTYPE=UNIX
UNAME=
DIRSEP=/
DEBUG=0
PERL=1
USE_HPTZIP=0
DYNLIBS=0
EXENAMEFLAG=-o
WARNFLAGS=-Wall
OPTCFLAGS=-c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC
ifeq ( $(DYNLIBS), 0 )
ifeq ($(OSTYPE), UNIX)
WARNFLAGS+= -static
OPTCFLAGS+= -static
endif
endif
DEBCFLAGS=-c -ggdb
OPTLFLAGS=-s
DEBLFLAGS=-g
ifeq ($(DEBUG), 1)
IBOPT =-c -m 555
else
IBOPT =-c -s -m 555
endif
ISOPT=-c -m 555
ILOPT=-c -m 555
ISLOPT=-c -m 444
IMOPT=-c -m 444
IIOPT=-c -m 444
LNOPT=-sf
AR_R = r
MKDIROPT=-p
RMOPT=-f
_EXE=
_OBJ=.o
_LIB=.a
_DLL=.so
_TPU=.ppu