mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtcalc: add automake files
This commit is contained in:
parent
0cebe79824
commit
031411fc36
1 changed files with 19 additions and 0 deletions
19
cde/programs/dtcalc/Makefile.am
Normal file
19
cde/programs/dtcalc/Makefile.am
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue