Home | History | Annotate | Line # | Download | only in scripts
Makefile.am revision 1.1
      1 ## Process this file with automake to produce Makefile.in
      2 
      3 # Package: am-utils
      4 # Level: Makefile for scripts/ directory
      5 # Author: Erez Zadok
      6 
      7 sbin_SCRIPTS =		\
      8 	am-eject	\
      9 	amd2ldif	\
     10 	amd2sun		\
     11 	automount2amd	\
     12 	ctl-amd		\
     13 	ctl-hlfsd	\
     14 	fixrmtab	\
     15 	fix-amd-map	\
     16 	lostaltmail	\
     17 	wait4amd	\
     18 	wait4amd2die
     19 
     20 noinst_SCRIPTS =	\
     21 	redhat-ctl-amd	\
     22 	test-attrcache
     23 
     24 bin_SCRIPTS = expn
     25 
     26 sysconf_DATA = amd.conf-sample lostaltmail.conf-sample
     27 
     28 # man pages
     29 man_MANS = amd.conf.5 automount2amd.8 expn.1
     30 
     31 EXTRA_DIST = 			\
     32 	am-eject.in		\
     33 	amd2ldif.in		\
     34 	amd2sun.in		\
     35 	automount2amd.in	\
     36 	ctl-amd.in		\
     37 	ctl-hlfsd.in		\
     38 	fixrmtab.in		\
     39 	fix-amd-map.in		\
     40 	lostaltmail.in		\
     41 	redhat-ctl-amd.in	\
     42 	wait4amd.in		\
     43 	wait4amd2die.in		\
     44 	\
     45 	expn.in			\
     46 	\
     47 	amd.conf-sample		\
     48 	lostaltmail.conf-sample \
     49 	$(man_MANS)
     50 
     51 CLEANFILES = $(sbin_SCRIPTS) $(bin_SCRIPTS) $(noinst_SCRIPTS)
     52