1## Process this file with automake to produce Makefile.in 2 3# *** Under Windows NT and Microsoft Visual C++, we use cvsnt.mak, 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 windows-NT dist. 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 config.h \ 22 ndir.h \ 23 options.h \ 24 pwd.h \ 25 rcmd.h \ 26 filesubr.c \ 27 mkdir.c \ 28 ndir.c \ 29 pwd.c \ 30 rcmd.c \ 31 run.c \ 32 sockerror.c \ 33 startserver.c \ 34 stripslash.c \ 35 waitpid.c \ 36 win32.c \ 37 .cvsignore 38 39SUBDIRS = SCC 40 41# for backwards compatibility with the old makefiles 42realclean: maintainer-clean 43.PHONY: realclean 44