| 1 |
pcg |
1.1 |
## Process this file with automake to get Makefile.in |
| 2 |
|
|
|
| 3 |
|
|
# commented out, no use to distribute yet |
| 4 |
pcg |
1.4 |
info_TEXINFOS = vpe.texi |
| 5 |
pcg |
1.1 |
|
| 6 |
pcg |
1.8 |
man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 |
| 7 |
pcg |
1.1 |
|
| 8 |
|
|
PERL = @PERL@ |
| 9 |
pcg |
1.8 |
MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 |
| 10 |
pcg |
1.1 |
|
| 11 |
pcg |
1.5 |
EXTRA_DIST = $(man_MANS) vpe.texi \ |
| 12 |
pcg |
1.4 |
Makefile.maint GNUmakefile Makefile.summ \ |
| 13 |
pcg |
1.8 |
vpe.texi.in vpe.5.pod vped.8.pod vpectrl.8.pod vped.conf.5.pod vpe.protocol.7.pod vpe.osdep.5.pod \ |
| 14 |
pcg |
1.7 |
complex-example/README complex-example/if-up complex-example/node-up complex-example/vped.conf |
| 15 |
|
|
|
| 16 |
pcg |
1.1 |
|
| 17 |
|
|
# Use `ginstall' in the definition of man_MANS to avoid |
| 18 |
|
|
# confusion with the `install' target. The install rule transforms `ginstall' |
| 19 |
|
|
# to install before applying any user-specified name transformations. |
| 20 |
|
|
transform = s/ginstall/install/; @program_transform_name@ |
| 21 |
|
|
|
| 22 |
|
|
# For additional rules usually of interest only to the maintainer, |
| 23 |
|
|
# see GNUmakefile and Makefile.maint. |
| 24 |
pcg |
1.6 |
|