]> andersk Git - moira.git/blame - lib/Imakefile
Case-insensitive stuff.
[moira.git] / lib / Imakefile
CommitLineData
0631d2a6 1# $Header$
2#
3# Copyright 1990 by the Massachusetts Institute of Technology.
4#
5# For copying and distribution information,
6# please see the file <mit-copyright.h>.
7#
8# Imakefile for GDB library.
9#
10
11SRCS = mr_auth.c mr_call.c mr_connect.c mr_data.c mr_init.c \
12 mr_query.c mr_param.c mr_access.c mr_ops.c \
13 fixname.c strs.c fixhost.c nfsparttype.c sq.c hash.c \
14 idno.c critical.c
15
16OBJECTS = mr_auth.o mr_call.o mr_connect.o mr_data.o mr_init.o \
17 mr_query.o mr_param.o mr_access.o mr_ops.o \
18 fixname.o strs.o fixhost.o nfsparttype.o sq.o hash.o \
19 idno.o critical.o mr_et.o ureg_err.o krb_et.o
20
8a7ddb68 21SRCDIR=$(SRCTOP)/lib
0631d2a6 22CODE=$(SRCS) Imakefile mr_et.et krb_et.et ureg_err.et mr_private.h
23
8a7ddb68 24#ifdef NEED_STRCASECMP
25DEFINES= -DNEED_STRCASECMP
26#endif
27
0631d2a6 28all::
29
30comp_et_depend(mr_et)
31comp_et_depend(krb_et)
32comp_et_depend(ureg_err)
33
34depend:: ${CODE}
35
36library_obj_rule()
37install_library_target(moira,$(OBJECTS),$(SRCS),${MR_LINTLIB})
This page took 0.191829 seconds and 5 git commands to generate.