programs/dtaction: add automake file
This commit is contained in:
31
cde/programs/dtaction/Makefile.am
Normal file
31
cde/programs/dtaction/Makefile.am
Normal file
@@ -0,0 +1,31 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtaction
|
||||
|
||||
dtaction_SOURCES = Main.c
|
||||
|
||||
dtaction_LDADD = -lm ${X_LIBS} $(LIBTT) $(LIBSVC) $(XTOOLLIB)
|
||||
|
||||
if HPUX
|
||||
dtaction_LDADD += +e
|
||||
endif
|
||||
|
||||
if AIX
|
||||
dtaction_LDADD += -liconv
|
||||
endif
|
||||
|
||||
if SUN
|
||||
dtaction_LDADD += -ldl
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
dtaction_LDADD += -lcrypt
|
||||
endif
|
||||
|
||||
if FREEBSD
|
||||
dtaction_LDADD += -lcrypt
|
||||
endif
|
||||
|
||||
if NETBSD
|
||||
dtaction_LDADD += -lcrypt
|
||||
endif
|
||||
Reference in New Issue
Block a user