16 lines
239 B
Makefile
16 lines
239 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
bin_PROGRAMS = dthello
|
|
|
|
dthello_LDADD = $(DTCLIENTLIBS) ${X_LIBS} -lXm $(XTOOLLIB)
|
|
|
|
if SOLARIS
|
|
dthello_LDADD += -ldl -lgen
|
|
endif
|
|
|
|
if LINUX
|
|
dthello_LDADD += $(TIRPCLIB)
|
|
endif
|
|
|
|
dthello_SOURCES = dthello.c
|