]> andersk Git - moira.git/blame - clients/cluster/Imakefile
Diane Delgado's changes for a fixed table-locking order
[moira.git] / clients / cluster / Imakefile
CommitLineData
c9104dd4 1# $Header$
2
aa36eede 3SRCS= cluster.c AriRegAll.c MList.c
4OBJS= cluster.o AriRegAll.o MList.o
c9104dd4 5CODE= ${SRCS} Imakefile
aa36eede 6INCLUDE= -I/mit/x11/include -I/mit/xdm/src/wcl
7DEFINES= -DNOSTDHDRS
8XLIBS= -L/mit/x11/$(MACHINE)lib -lWc -lXaw -lXt -lXmu -lXext -lX11 -lm
c9104dd4 9
10program(cluster, ${OBJS},,${XLIBS} ${CLIBS},${PROGDIR})
This page took 0.106155 seconds and 5 git commands to generate.