programs/dtcalc: add automake files

This commit is contained in:
Chase
2019-10-22 21:53:03 -05:00
committed by Jon Trulson
parent 0cebe79824
commit 031411fc36

View File

@@ -0,0 +1,19 @@
bin_PROGRAMS = dtcalc
dtcalc_CPPFLAGS = -DCDE_INSTALLATION_TOP=${prefix}
dtcalc_LDADD = ${X_LIBS} -lm $(TTLIB) $(LIBSVC) $(LIBHELP)
if AIX
dtcalc_LDADD += -lmsaa -liconv
endif
if SUN
dtcalc_LDADD += -lintl -ldl
endif
dtcalc_SOURCES = calctool.c ds_common.c ds_popup.c \
ds_widget.c ds_xlib.c functions.c \
help.c motif.c mp.c \
text.c