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/SCC 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 .cvsignore \ 22 README.txt \ 23 SCC.mak \ 24 SCC.dsp \ 25 scc.c \ 26 scc.def \ 27 pubscc.h 28 29# for backwards compatibility with the old makefiles 30realclean: maintainer-clean 31.PHONY: realclean 32