mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtsearchpath: add automake files
This commit is contained in:
parent
9347d0b09c
commit
c310f73661
4 changed files with 71 additions and 0 deletions
19
cde/programs/dtsearchpath/Makefile.am
Normal file
19
cde/programs/dtsearchpath/Makefile.am
Normal file
|
@ -0,0 +1,19 @@
|
|||
xsessiondir = ${prefix}/config/Xsession.d
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = libCliSrv dtsp dtappg
|
||||
|
||||
dist_xsession_SCRIPTS
|
||||
|
||||
AM_CPPFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
|
||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
||||
-DKORNSHELL=$(KSH)
|
||||
|
||||
CPPSRC = 0010.dtpaths.src
|
||||
CPPTARGET = 0010.dtpaths
|
||||
include $(srcdir)/include/cppfile.tmpl
|
||||
|
||||
CPPSRC = 0030.dttmpdir.src
|
||||
CPPTARGET = 0030.dttmpdir
|
||||
include $(srcdir)/include/cppfile.tmpl
|
17
cde/programs/dtsearchpath/dtappg/Makefile.am
Normal file
17
cde/programs/dtsearchpath/dtappg/Makefile.am
Normal file
|
@ -0,0 +1,17 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtappgather
|
||||
|
||||
dtappgather_CXXFLAGS = -I../libCliSrv
|
||||
|
||||
if AIX
|
||||
dtappgather_CXXFLAGS += -DIOSTREAMSWORKS
|
||||
endif
|
||||
|
||||
dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(LIBTT) $(XTOOLLIB) ${X_LIB}
|
||||
|
||||
if SUN
|
||||
dtappgather_LDADD += -ldl -lintl
|
||||
endif
|
||||
|
||||
dtappgather_SOURCES = Options.C dtappgather.C
|
19
cde/programs/dtsearchpath/dtsp/Makefile.am
Normal file
19
cde/programs/dtsearchpath/dtsp/Makefile.am
Normal file
|
@ -0,0 +1,19 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtsearchpath
|
||||
|
||||
dtsearchpath_CFLAGS = -I../libCliSrv $(TIRPCINC)
|
||||
|
||||
if SUN
|
||||
dtsearchpath_CFLAGS += -DIOSTREAMSWORKS
|
||||
endif
|
||||
|
||||
if AIX
|
||||
dtsearchpath_CFLAGS += -DIOSTREAMSWORKS
|
||||
endif
|
||||
|
||||
dtsearchpath_LDADD = ../libCliSrv/libCliSrv.a $(LIBTT) $(XTOOLLIB) ${X_LIB}
|
||||
|
||||
dtsearchpath_SOURCES = AppSearchPath.C DbSearchPath.C HelpSearchPath.C \
|
||||
IconSearchPath.C InfoLibSearchPath.C ManSearchPath.C \
|
||||
Options.C SearchPath.C dtsearchpath.C
|
16
cde/programs/dtsearchpath/libCliSrv/Makefile.am
Normal file
16
cde/programs/dtsearchpath/libCliSrv/Makefile.am
Normal file
|
@ -0,0 +1,16 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LIBRARIES = libCliSrv.a
|
||||
|
||||
libCliSrv_a_CXXFLAGS = $(TIRPCINC)
|
||||
|
||||
if SUN
|
||||
libCliSrv_a_CXXFLAGS += -DIOSTREAMSWORKS
|
||||
libCliSrv_a_LDADD = -ldl -lintl -Bstatic -Bdynamic -lm -lc -ladm -Bstatic
|
||||
endif
|
||||
|
||||
if AIX
|
||||
libCliSrv_a_CXXFLAGS += -DIOSTREAMSWORKS
|
||||
endif
|
||||
|
||||
libCliSrv_a_SOURCES = DirIterator.C Environ.C TTFile.C UnixEnv.C cstring.C
|
Loading…
Add table
Add a link
Reference in a new issue