Deleted Added
full compact
Makefile.in (25839) Makefile.in (34461)
1# Makefile for GNU CVS contributed sources.
2# Do not use this makefile directly, but only from `../Makefile'.
3# Copyright (C) 1986, 1988-1990 Free Software Foundation, Inc.
4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2, or (at your option)
8# any later version.

--- 92 unchanged lines hidden (view full) ---

101TAGS:
102.PHONY: TAGS
103
104ls:
105 @echo $(DISTFILES)
106.PHONY: ls
107
108clean:
1# Makefile for GNU CVS contributed sources.
2# Do not use this makefile directly, but only from `../Makefile'.
3# Copyright (C) 1986, 1988-1990 Free Software Foundation, Inc.
4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2, or (at your option)
8# any later version.

--- 92 unchanged lines hidden (view full) ---

101TAGS:
102.PHONY: TAGS
103
104ls:
105 @echo $(DISTFILES)
106.PHONY: ls
107
108clean:
109 /bin/rm -f *.o core
109 rm -f *.o core
110.PHONY: clean
111
112distclean: clean
113 rm -f Makefile elib/Makefile $(PROGS) $(CONTRIB_PROGS)
114.PHONY: distclean
115
116realclean: distclean
117.PHONY: realclean

--- 12 unchanged lines hidden ---
110.PHONY: clean
111
112distclean: clean
113 rm -f Makefile elib/Makefile $(PROGS) $(CONTRIB_PROGS)
114.PHONY: distclean
115
116realclean: distclean
117.PHONY: realclean

--- 12 unchanged lines hidden ---