]> andersk Git - moira.git/blob - clients/cluster/Imakefile
reorder fields in filsys forms; don't try to remove window in tty mode
[moira.git] / clients / cluster / Imakefile
1 # $Header$
2
3 SRCS= cluster.c AriRegAll.c
4 OBJS= cluster.o AriRegAll.o
5 CODE= ${SRCS} Imakefile
6 INCLUDE= -I/mit/xdm/src/wcl
7 XLIBS= /mit/xdm/@sys/wcl/libWc.a \
8         -L/mit/x11/`machtype`lib -lXaw -lXmu -lXt -lXext -lX11 -lm
9
10 program(cluster, ${OBJS},,${XLIBS} ${CLIBS},${PROGDIR})
This page took 0.981187 seconds and 5 git commands to generate.