summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/macintosh/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/macintosh/Makefile.in')
-rw-r--r--gnu/usr.bin/cvs/macintosh/Makefile.in66
1 files changed, 0 insertions, 66 deletions
diff --git a/gnu/usr.bin/cvs/macintosh/Makefile.in b/gnu/usr.bin/cvs/macintosh/Makefile.in
deleted file mode 100644
index 8843a248d00..00000000000
--- a/gnu/usr.bin/cvs/macintosh/Makefile.in
+++ /dev/null
@@ -1,66 +0,0 @@
-#### Under MacOS and CodeWarrier, we use project files, not
-#### this makefile. However, we need this file in order for 'make
-#### dist' to work properly on Unix machines.
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-cvs_srcdir = @top_srcdir@/src
-VPATH = @srcdir@
-
-SHELL = /bin/sh
-
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-
-HEADERS = \
- config.h \
- options.h \
- maccvs.pch
-
-SOURCES = \
- macos_filesys.c \
- pwd.c \
- rcmd.c \
- run.c \
- server_if.c
-
-DISTFILES = \
- ${HEADERS} \
- ${SOURCES} \
- README.MacCVS \
- Makefile.in \
- services \
- maccvs.rsrc.sit.hqx \
- maccvs165.patch \
- maccvs.projects.sit.hqx
-
-all:
-
-.PHONY: all install uninstall
-all install uninstall:
-
-.PHONY: tags TAGS
-tags TAGS:
-
-.PHONY: ls
-ls:
- @echo ${DISTFILES}
-
-.PHONY: clean distclean realclean mostlyclean
-clean distclean realclean mostlyclean:
-
-.PHONY: lint
-lint:
-
-.PHONY: dist-dir
-dist-dir:
- mkdir ${DISTDIR}
- for i in ${DISTFILES}; do \
- ln $(srcdir)/$${i} ${DISTDIR}; \
- done
- ln Makefile ${DISTDIR}
-
-clean:
- @echo make clean does nothing in macintosh subdir
-