Files
cdesktop/cde/programs/dtcm/dtcm/Makefile.am
Jon Trulson c329d5cfd7 Remove $(TIRPCINC) from all Makefile.am files - it no longer exists
Also, restructure some of the dependencies in the lib/tt binaries.  We
will link with libtt (which will include libtirpc as a dependency),
and XTOOLLIB - all the right X11 stuff without needing to add it to
every OS.  Removed several uneeded OS specializations ("if LINUX",
etc) as a result.
2019-11-20 18:52:29 -07:00

47 lines
1.4 KiB
Makefile

MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dtcm dtcm_delete dtcm_insert dtcm_lookup dtcm_editor
AM_CFLAGS = $(DT_INCDIR) $(CSA_INCDIR) -I../../../lib/csa \
-I../libDtCmP
LDADD = ../libDtCmP/libDtCmP.a $(LIBCSA) $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
AM_CFLAGS += -xstrconst -Xc -v
endif
if FREEBSD
LDADD += -lcompat
endif
if NETBSD
LDADD += -lcompat
endif
dtcm_SOURCES = MonthPanel.c RFCMIME.c about.c \
alarm.c blist.c browser.c \
calendarA.c cm_i18n.c cmtt.c \
datefield.c dayglance.c deskset.c \
dnd.c dssw.c editor.c \
find.c fns.c font.c \
format.c goto.c graphics.c \
group_editor.c help.c i18nxlate.c \
icon.c md5.c misc.c \
monthglance.c namesvc.c print.c \
props.c props_pu.c reminders.c \
rfp.c select.c session.c \
submit.c tempbr.c timezone.c \
todo.c weekglance.c x_graphics.c \
yearglance.c
dtcm_delete_SOURCES = cm_delete.c
dtcm_insert_SOURCES = cm_insert.c
dtcm_lookup_SOURCES = cm_lookup.c
dtcm_editor_SOURCES = datefield.c deskset.c dssw.c \
dtcm_editor.c help.c misc.c \
reminders.c rfp.c