74a1b2abc2235b534f441e07ca4ed345fa20e44a
[oweals/cde.git] / cde / programs / dtconfig / sun / Makefile.am
1 configdir = ${prefix}/config
2
3 dist_bin_SCRIPTS = dtconfig
4
5 dist_config_DATA = dtlogin.rc dtlogin.xml
6
7 SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
8               -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
9
10 CPPTARGET = dtconfig
11 CPPSRC = dtconfig.src
12 include $(srcdir)/include/cppfile.tmpl
13
14 CPPTARGET = dtlogin.rc
15 CPPSRC = dtlogin.rc.src
16 include $(srcdir)/include/cppfile.tmpl