]> andersk Git - moira.git/blame - clients/moira/Imakefile
reorder fields in filsys forms
[moira.git] / clients / moira / 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 moira client.
9#
10
11MSRCS= utils.c attach.c cluster.c delete.c globals.c lists.c main.c \
12 menu.c menus.c nfs.c pobox.c quota.c user.c dcmmaint.c printer.c \
13 misc.c zephyr.c
14SRCS= ${MSRCS} namespace.c
15SRCDIR=${SRCTOP}/clients/moira
16CODE=${SRCS} Imakefile defs.h f_defs.h globals.h menu.h
17MOBJS= attach.o cluster.o delete.o globals.o lists.o main.o menu.o \
18 menus.o nfs.o pobox.o quota.o user.o utils.o dcmmaint.o printer.o \
19 misc.o zephyr.o
20NOBJS= namespace.o globals.o lists.o menu.o \
21 pobox.o user.o utils.o misc.o
22OBJS= ${MOBJS} ${NOBJS}
5b4dc75c 23INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I.
0631d2a6 24
60bdd6a1 25program(moira, ${MOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap,${PROGDIR})
26program(namespace, ${NOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap,${PROGDIR})
5b4dc75c 27
5e6820dd 28install::
30eacba3 29 $(RM) $(DESTDIR)$(PROGDIR)/listmaint
30 ln -s moira $(DESTDIR)$(PROGDIR)/listmaint
31 $(RM) $(DESTDIR)$(PROGDIR)/dcmmaint
32 ln -s moira $(DESTDIR)$(PROGDIR)/dcmmaint
33 $(RM) $(DESTDIR)$(PROGDIR)/usermaint
34 ln -s moira $(DESTDIR)$(PROGDIR)/usermaint
5e6820dd 35
5b4dc75c 36depend:: ${CODE}
This page took 0.296827 seconds and 5 git commands to generate.