mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dthello: add automake file
This commit is contained in:
parent
febc0c45c1
commit
f8ba07efd1
1 changed files with 16 additions and 0 deletions
16
cde/programs/dthello/Makefile.am
Normal file
16
cde/programs/dthello/Makefile.am
Normal file
|
@ -0,0 +1,16 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dthello
|
||||
|
||||
dthello_LDADD = ${X_LIBS} -lm $(XTOOLLIB) ../DtSvc/DtUtil2/EnvControl.o \
|
||||
../DtSvc/DtUtil2/DtNlUtils.o ../DtSvc/DtUtil2/GetDispRes.o
|
||||
|
||||
if HPUX
|
||||
dthello_LDADD = -DHP_COLOR
|
||||
endif
|
||||
|
||||
if SUN
|
||||
dthello_LDADD = -ldl -lgen
|
||||
endif
|
||||
|
||||
dthello_SOURCES = dthello.c
|
Loading…
Add table
Add a link
Reference in a new issue