mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtimsstart: add automake file
This commit is contained in:
parent
ac1921ed58
commit
fd762e2c01
1 changed files with 31 additions and 0 deletions
31
cde/programs/dtimsstart/Makefile.am
Normal file
31
cde/programs/dtimsstart/Makefile.am
Normal file
|
@ -0,0 +1,31 @@
|
|||
xsessiondir = ${prefix)/config/Xsession.d
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtimsstart
|
||||
|
||||
dist_xsession_SCRIPTS = 0020.dtims
|
||||
|
||||
0020.dtims_CPPFLAGS = -P
|
||||
|
||||
dtimsstart_CFLAGS = -DNLS -I../../lib
|
||||
|
||||
dtimsstart_LDADD = $(LIBHELP) $(LIBSVC) $(LIBTT) -lXm $(XTOOLLIB) ${X_LIBS}
|
||||
|
||||
if SUN
|
||||
dtimsstart_CFLAGS += -xF
|
||||
endif
|
||||
|
||||
if AIX
|
||||
dtimsstart_CFLAGS += -DANSICPP
|
||||
endif
|
||||
|
||||
all: 0020.dtims
|
||||
|
||||
dtimsstart_SOURCES = action.c env.c file.c \
|
||||
main.c remote.c select.c \
|
||||
start.c util.c
|
||||
|
||||
CPPSRC = 0020.dtims.src
|
||||
CPPTARGET = 0020.dtims
|
||||
include $(srcdir)/include/cppfile.tmpl
|
Loading…
Add table
Add a link
Reference in a new issue