]> andersk Git - moira.git/blob - util/imake.includes/config.Imakefile
sgi needs NEED_GETUSERSHELL
[moira.git] / util / imake.includes / config.Imakefile
1 /**/#   $Source$
2 /**/#
3
4 /* 
5  * Configuration options.
6  */
7
8 /* GLOBAL_CDEFS are passed to every C compile statement */
9
10 #ifdef _AIX
11 OSDEFS= -D_BSD -D_BSD_INCLUDES -DPOSIX
12 OSLIBS= -lbsd
13 #endif
14
15 #if defined(linux) || defined(__NetBSD__)
16 OSDEFS= -DPOSIX
17 #endif
18
19 #ifdef sgi
20 OSDEFS= -DPOSIX -DNEED_GETUSERSHELL
21 #endif
22
23 #if defined(SOLARIS)
24 OSDEFS= -DPOSIX -DSOLARIS
25 OSLIBS= -lresolv -lsocket -lnsl
26 #endif
27
28 #ifdef NeXT
29 OSLIBS= -lresolv
30 #endif
31
32 #ifdef __alpha
33 OSDEFS= -DSIXTYFOUR -DPOSIX
34 #endif
35
36 GLOBAL_CDEFS= -DHESIOD -DZEPHYR -DATHENA -DDBMS=ORACLE -I/usr/athena/include $(OSDEFS)
37
38
39 /* SRCTOP is the root of the Moira source tree */
40 SRCTOP=/mit/moiradev/src
41
42 /* DESTDIR is the root of the tree to install into.  
43  * If null, install into the running system.
44  *
45  * DESTDIR='/' is guaranteed to cause trouble for systems which don't
46  * like double slashes in pathnames.
47  *
48  * All the installed programs and files are put into ${DESTDIR}/wherever, e.g.
49  * kinit would get installed into ${DESTDIR}${PROGDIR}/kuser
50  */
51
52 DESTDIR= 
53
54 /*
55  * These directories should be subdirectories of DESTDIR;
56  * they show up as absolute pathnames here.
57  */
58 /*
59  * Note: USRDIR should be the parent of most of these directories.
60  * If it is not, you may get errors when installing (the installation
61  * process attempts to create USRDIR, in order to assure that all the
62  * parents of these directories exist.
63  */
64 USRDIR= /usr
65 ETCDIR= /usr/athena/etc
66 PROGDIR=/usr/athena/bin
67 LIBDIR= /usr/athena/lib
68 LINTLIBDIR = /usr/lib/lint
69 INCLDIR= /usr/athena/include
70 MANDIR= /usr/athena/man
71
72
73 /*
74  * Define SVRBUILD if this machine has your DBMS installed on it so
75  * that the server programs can be built which link against the DBMS
76  * libraries.
77  */
78 /* #define SVRBUILD */
79
80 /* Define USELOCALTOOLS if you already have built and installed in
81  * your environment the following tools:
82         imake
83         makedepend
84  */
85 #define USELOCALTOOLS
86
87 /* Define USELOCALLIBS if you already have built and installed in
88  * your environment the following libraries and associated tools:
89         com_err
90  */
91 /* we want the newer versions from our source tree */
92 /* #define USELOCALLIBS */
93
94 /*
95  * Define HESIOD if you have hesiod installed on your system and want
96  * to use it for the Moira clients to find the Moira server.
97  */
98 #define HESIOD
99
100 /*
101  * Define ZEPHYR if you have zephyr installed on your system and want
102  * to use it to report Moira server errors.  Also define the library
103  * to link against.
104  */
105 #define ZEPHYR
106 LZEPHYR=-lzephyr
107
108 /*
109  * Define GDSS if you use the Generic Data Signature Service to 
110  * stamp user records to guarentee their authenticity.  Also define
111  * location of library and includes.
112  */
113 #define GDSS
114 #define DO_GDSS
115 LIBGDSS= $(BUILDTOP)/util/gdss/lib/libgdss.a
116 GDSSINC= -DGDSS -I$(BUILDTOP)/util/gdss/include
117
118 /*
119  * Define your DBMS here.  Currently only ORACLE is supported.
120  */
121 #define ORACLE
122
123 /*
124  * Define NEED_STRCASECMP if you don't have strcasecmp() in your libc.
125  * (likely for older 4.3 systems and pre-4.3 systems)
126  */
127 /* #define NEED_STRCASECMP */
128
129 MR_LIB=$(BUILDTOP)/lib/libmoira.a
130 MR_LIBDEP=$(MR_LIB)
131 GDB_LIB=$(BUILDTOP)/gdb/libmrgdb.a
132 GDB_LIBDEP=$(GDB_LIB)
133
134
135 /*
136  * The name of a command which compiles error tables.
137  */
138 #ifdef USELOCALLIBS
139 COMPILE_ET= compile_et
140 #else
141 COMPILE_ET= $(BUILDTOP)/util/et/compile_et
142 #endif
143 /*
144  * Loader argument to get the com_err library
145  */
146 #ifdef USELOCALLIBS
147 COM_ERR = -lcom_err
148 #else
149 COM_ERR = $(BUILDTOP)/util/et/libcom_err.a
150 #endif
151 /*
152  * Dependency name for COM_ERR, if any
153  */
154 #ifndef USELOCALLIBS
155 COM_ERR_DEP = $(COM_ERR)
156 COM_ERR_INC = -I$(BUILDTOP)/util/et/
157 #endif
158
159 LLIB = -L/usr/athena/lib
160
161 /* libraries most Moira programs use */
162 #ifdef HESIOD
163 CLIBS= $(MR_LIB) $(GDB_LIB) $(LLIB) $(LZEPHYR) $(COM_ERR) -lkrb -ldes -lhesiod
164 #else
165 CLIBS= $(MR_LIB) $(GDB_LIB) $(LLIB) $(LZEPHYR) $(COM_ERR) -lkrb -ldes
166 #endif
167
168 /* libraries SQL programs need */
169 #ifdef ORACLE
170 SQL_LIB= -L/usr/oracle/lib -lsql /usr/oracle/lib/osntab.o -lsqlnet -lora -lsqlnet -lora -lnlsrtl -lcv6 -lcore -lnlsrtl -lcv6 -lcore -lsocket -lnsl -lm -lm -ldl -laio
171 #endif
172
173 /* optional readline support for mrtest */
174 READLINE_INCLUDES= -I/mit/gnu/include/readline -DUSE_READLINE
175 READLINE_LIBS= -L/mit/gnu/lib -lreadline -ltermcap
176
177 /* Define NEED_STRCASECMP if your C library doesn't have the BSD-style
178  * case insensitive string compare strcasecmp().
179  */
180 #ifdef _AIX
181 #define NEED_STRCASECMP
182 #endif
183
184 /* HAS_VSPRINTF should be defined if this function is in your C library */
185 #if !defined(ultrix) && (!defined(sun) || defined(SOLARIS))
186 #define HAS_VSPRINTF
187 #endif
188
189 /* Curses library */
190 #ifdef SOLARIS
191 CURSES= -L/usr/css/lib -lcurses -ltermcap
192 #elif linux
193 CURSES= -lncurses -ltermcap
194 OSINCLUDES= -I/usr/include/ncurses
195 #elif _AIX
196 CURSES= -lcurses
197 #else
198 CURSES= -lcurses -ltermcap
199 #endif
200
201 /* X and motif (for mmoira client) */
202 #ifdef SOLARIS
203 XDIR= /usr/openwin
204 #else
205 XDIR= /usr/X11
206 #endif
207
208 #if !(defined(linux) || defined(__NetBSD__))
209 MOTIFINC= /mit/motif/include
210 MOTIFLIB= /mit/motif/`machtype`lib
211 #endif
212
213 /* where crypt is, if not libc and unistd.h */
214 #ifdef __NetBSD__
215 CRYPT= -lcrypt
216 #endif
217 #if defined(sgi) || defined(SOLARIS)
218 #define USE_CRYPT_H
219 #endif
220
221
222 /*
223  * The name of a command which builds an object library.
224  */
225 ARCHIVE= ar cru
226
227 /*
228  * The name of another program needed to post-process the archive.
229  */
230 #if defined(SOLARIS) || defined(sgi)
231 RANLIB= /bin/true
232 #else
233 RANLIB= ranlib
234 #endif
235
236
237 /* 
238  * Install commands:  installs a file into the destination tree.
239  * These commands are called with two arguments: the source and the
240  * destination of the install.
241  */
242 /* install a file */
243 INSTALLFILE= install -c -m 444
244 /* install a library */ 
245 INSTALLLIB= install -c -m 444
246 /* install a program */
247 INSTALLPROG= install -c -m 555 
248 /* invoke raw install program */
249 INSTALLRAW= install
250
251 LD=ld                   /* The name of the target's linker */
252
253 #ifdef SOLARIS
254 CC=gcc
255 #else
256 #ifdef _AIX
257 #ifdef i386
258 CC=cc -q -D_BSD -DBSD_INCLUDES
259 #else /* i386 */
260 CC=cc -D_BSD -D_BSD_INCLUDES    /* Use BSD style header files & be quiet */
261 #endif /* i386 */
262 #else /* _AIX */
263 CC=cc                   /* The name of the C compiler for the target */
264 #endif /* _AIX */
265 #endif /* SOLARIS */
266
267 CPP=$(CC) -E            /* A command which invokes the C preprocessor */
268
269 #ifndef _AIX            /* RS6K optomizer is buggy, we don't know if it wall affect moira */
270 DBG=-g                  /* Debug or optimize? */
271 #endif /* _AIX */
272
273 SHELL=/bin/sh           /* shell to use from make */
274 MAKE=make               /* name of make program */
275 RM=rm -f                /* delete one or more files/directories/links */
276 MV=mv                   /* rename/move a file */
277 CP=cp                   /* copy a file */
278 LN=ln -s                /* create a link */
279 LPR=lpr -p              /* print a file or files */
280 CHMOD=chmod             /* change mode of a file */
281 AWK=awk                 /* used to filter embeded SQL files */
This page took 0.062898 seconds and 5 git commands to generate.