Deleted Added
full compact
Makefile.in (25839) Makefile.in (34461)
1# Makefile for GNU CVS auxiliary tools.
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.

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

45TAGS:
46.PHONY: TAGS
47
48ls:
49 @echo $(DISTFILES)
50.PHONY: ls
51
52clean:
1# Makefile for GNU CVS auxiliary tools.
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.

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

45TAGS:
46.PHONY: TAGS
47
48ls:
49 @echo $(DISTFILES)
50.PHONY: ls
51
52clean:
53 /bin/rm -f *.o core
53 rm -f *.o core
54.PHONY: clean
55
56distclean: clean
57 rm -f Makefile pcl-cvs/Makefile
58.PHONY: distclean
59
60realclean: distclean
61.PHONY: realclean

--- 12 unchanged lines hidden ---
54.PHONY: clean
55
56distclean: clean
57 rm -f Makefile pcl-cvs/Makefile
58.PHONY: distclean
59
60realclean: distclean
61.PHONY: realclean

--- 12 unchanged lines hidden ---