programs/dtconfig: add automake files
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user