]> andersk Git - moira.git/blobdiff - clients/mmoira/Makefile
*** empty log message ***
[moira.git] / clients / mmoira / Makefile
index 9263f4aee0874752a839fc6f3fb613a60e94e2f5..271044059f148579ee8d181b2c1a93c9d3289ed1 100644 (file)
@@ -1,11 +1,11 @@
 # $Header$
 
-CFLAGS = -I/mit/motif/include -g
-LIBS = -L/mit/motif/$(MACHINE)lib -lMu -lXm -lXt -lX11 \
+CFLAGS = -I/mit/motif/include -g -D_NO_PROTO
+LIBS = -L/mit/motif/$(MACHINE)lib -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       
+       queries.o help.o stubs.o display.o
 
 mmoira: $(OBJS)
        $(CC) -o mmoira $(OBJS) $(LIBS) 
@@ -15,3 +15,6 @@ form_data.c: forms.txt forms.awk
 
 menu_data.c: menus.txt menus.awk
        awk -f menus.awk menus.txt > menu_data.c
+
+clean:
+       rm -f *.o mmoira form_data.c menu_data.c
This page took 0.033225 seconds and 4 git commands to generate.