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