17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:53 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/programs/iceauth/Imakefile,v 1.4 2001/01/17 23:44:54 dawes Exp $
|
|
|
|
DEPLIBS = $(DEPICELIB)
|
|
LOCAL_LIBRARIES = $(ICELIB)
|
|
SRCS = iceauth.c process.c
|
|
OBJS = iceauth.o process.o
|
|
CONN_DEFINES = $(CONNECTION_FLAGS)
|
|
|
|
ComplexProgramTarget(iceauth)
|
|
|
|
SpecialCObjectRule(process,$(ICONFIGFILES),$(SIGNAL_DEFINES))
|