1## Process this file with automake to produce Makefile.in 2 3# *** Under VMS, we use *.COM to build, not 4# *** this makefile. However, we need this file in order for 'make 5# *** dist' to work properly on Unix machines. 6 7# Makefile for GNU CVS VMS distribution. 8# Copyright (C) 2000 Free Software Foundation, Inc. 9 10# This program is free software; you can redistribute it and/or modify 11# it under the terms of the GNU General Public License as published by 12# the Free Software Foundation; either version 2, or (at your option) 13# any later version. 14 15# This program is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU General Public License for more details. 19 20EXTRA_DIST = \ 21 ChangeLog \ 22 Makefile.in \ 23 build_vms.com \ 24 config.h \ 25 dir.h \ 26 filesubr.c \ 27 filutils.c \ 28 filutils.h \ 29 getpass.c \ 30 getwd.c \ 31 misc.c \ 32 misc.h \ 33 ndir.c \ 34 ndir.h \ 35 options.h \ 36 pathnames.h \ 37 pc.c \ 38 pipe.c \ 39 pipe.h \ 40 piped_child.c \ 41 pwd.c \ 42 pwd.h \ 43 rcmd.c \ 44 readlink.c \ 45 rmdir.c \ 46 startserver.c \ 47 stat.c \ 48 unlink.c \ 49 utime.c \ 50 vms-types.h \ 51 vms.h \ 52 vmsmunch.c \ 53 vmsmunch.h \ 54 vmsmunch_private.h \ 55 waitpid.c 56 57# for backwards compatibility with the old makefiles 58realclean: maintainer-clean 59.PHONY: realclean 60