13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
XCOMM $XConsortium: Imakefile /main/7 1996/10/09 14:02:39 drk $
|
|
|
|
LOCAL_LIBRARIES = $(XLIB)
|
|
|
|
#if defined(SunArchitecture)
|
|
SYS_LIBRARIES = -ldl
|
|
#endif /* SunArchitecture */
|
|
|
|
SRCS = dsdm.c proxy.c
|
|
OBJS = dsdm.o proxy.o
|
|
|
|
ComplexProgramTarget(dsdm)
|