]> andersk Git - moira.git/commitdiff
Initial revision
authormar <mar>
Tue, 28 May 1991 21:04:49 +0000 (21:04 +0000)
committermar <mar>
Tue, 28 May 1991 21:04:49 +0000 (21:04 +0000)
clients/mmoira/Makefile [new file with mode: 0644]

diff --git a/clients/mmoira/Makefile b/clients/mmoira/Makefile
new file mode 100644 (file)
index 0000000..9263f4a
--- /dev/null
@@ -0,0 +1,17 @@
+# $Header$
+
+CFLAGS = -I/mit/motif/include -g
+LIBS = -L/mit/motif/$(MACHINE)lib -lMu -lXm -lXt -lX11 \
+       -lmoira -lmrgdb -lhesiod -lkrb -ldes -lcom_err
+
+OBJS = form_data.o form_setup.o menu_data.o main.o formup.o \
+       moira_cb.o help.o       
+
+mmoira: $(OBJS)
+       $(CC) -o mmoira $(OBJS) $(LIBS) 
+
+form_data.c: forms.txt forms.awk
+       awk -f forms.awk forms.txt > form_data.c
+
+menu_data.c: menus.txt menus.awk
+       awk -f menus.awk menus.txt > menu_data.c
This page took 0.047341 seconds and 5 git commands to generate.