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