mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
programs/dtconfig: add automake files
This commit is contained in:
parent
ca20cfe55b
commit
3a1ea5975d
4 changed files with 79 additions and 0 deletions
13
cde/programs/dtconfig/Makefile.am
Normal file
13
cde/programs/dtconfig/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
if SUN
|
||||||
|
SUBDIRS = sun
|
||||||
|
endif
|
||||||
|
|
||||||
|
if AIX
|
||||||
|
SUBDIRS = ibm
|
||||||
|
endif
|
||||||
|
|
||||||
|
if HPUX
|
||||||
|
SUBDIRS = hp
|
||||||
|
endif
|
36
cde/programs/dtconfig/hp/Makefile.am
Normal file
36
cde/programs/dtconfig/hp/Makefile.am
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
dtrcdir = ${prefix}/config/dtrc.d
|
||||||
|
|
||||||
|
initdir = /sbin/init.d
|
||||||
|
|
||||||
|
dist_bin_SCRIPTS = dtconfig dtrc
|
||||||
|
|
||||||
|
dist_init_DATA = dtlogin.rc
|
||||||
|
|
||||||
|
dist_dtrc_DATA = dtrc.dtlogin_st dtrc.getty_wait dtrc.graph_conf
|
||||||
|
|
||||||
|
SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
|
||||||
|
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
|
||||||
|
|
||||||
|
CPPTARGET = dtconfig
|
||||||
|
CPPSRC = dtconfig.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
||||||
|
|
||||||
|
CPPTARGET = dtrc
|
||||||
|
CPPSRC = dtrc.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
||||||
|
|
||||||
|
CPPTARGET = dtlogin.rc
|
||||||
|
CPPSRC = dtlogin.rc.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
||||||
|
|
||||||
|
CPPTARGET = dtrc.dtlogin_st
|
||||||
|
CPPSRC = dtrc.dtlogin_st.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
||||||
|
|
||||||
|
CPPTARGET = dtrc.getty_wait
|
||||||
|
CPPSRC = dtrc.getty_wait.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
||||||
|
|
||||||
|
CPPTARGET = dtrc.graph_conf
|
||||||
|
CPPSRC = dtrc.graph_conf.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
14
cde/programs/dtconfig/ibm/Makefile.am
Normal file
14
cde/programs/dtconfig/ibm/Makefile.am
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
MAINTAINERCLEANFILE = Makefile.in
|
||||||
|
|
||||||
|
dist_bin_SCRIPTS = dtconfig rc.dt
|
||||||
|
|
||||||
|
SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
|
||||||
|
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
|
||||||
|
|
||||||
|
CPPTARGET = dtconfig
|
||||||
|
CPPSRC = dtconfig.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
||||||
|
|
||||||
|
CPPTARGET = rc.dt
|
||||||
|
CPPSRC = rc.dt.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
16
cde/programs/dtconfig/sun/Makefile.am
Normal file
16
cde/programs/dtconfig/sun/Makefile.am
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
configdir = ${prefix}/config
|
||||||
|
|
||||||
|
dist_bin_SCRIPTS = dtconfig
|
||||||
|
|
||||||
|
dist_config_DATA = dtlogin.rc dtlogin.xml
|
||||||
|
|
||||||
|
SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
|
||||||
|
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
|
||||||
|
|
||||||
|
CPPTARGET = dtconfig
|
||||||
|
CPPSRC = dtconfig.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
||||||
|
|
||||||
|
CPPTARGET = dtlogin.rc
|
||||||
|
CPPSRC = dtlogin.rc.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
Loading…
Reference in a new issue