16 lines
312 B
Makefile
16 lines
312 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
bin_PROGRAMS = dtpdmd
|
|
|
|
dtpdmd_CFLAGS = -DCDE_INSTALLATION_TOP='"'${prefix}'"'
|
|
|
|
dtpdmd_LDADD = $(XTOOLLIB) ${X_LIBS}
|
|
|
|
if SOLARIS
|
|
dtpdmd_LDADD += -lm -ldl
|
|
endif
|
|
|
|
dtpdmd_SOURCES = dispatch.c dtpdmd.c mailbox.c \
|
|
manager.c records.c setup.c \
|
|
util.c
|