|
7 | 7 | # |
8 | 8 | # |
9 | 9 | # IDENTIFICATION |
10 | | -# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.36 1998/10/16 17:00:42 momjian Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.37 1998/10/17 02:36:11 momjian Exp $ |
11 | 11 | # |
12 | 12 | #------------------------------------------------------------------------- |
13 | 13 |
|
@@ -68,44 +68,42 @@ clean: |
68 | 68 | $(MAKE) -C ../contrib/spi clean |
69 | 69 |
|
70 | 70 | distclean: clean |
71 | | -rm -f Makefile.global \ |
| 71 | +# The second group of files comes from configure.in |
| 72 | +rm -f |
| 73 | +Makefile.port |
72 | 74 | config.cache \ |
73 | 75 | config.status \ |
74 | 76 | config.log \ |
75 | | -GNUmakefile \ |
76 | | -Makefile.global \ |
77 | | -backend/port/Makefile \ |
78 | | -bin/psql/Makefile \ |
79 | | -bin/pgtclsh/mkMakefile.tcltkdefs.sh \ |
80 | | -bin/pgtclsh/Makefile.tcltkdefs \ |
81 | | - |
82 | | -? pgsql/src/bin/pgtclsh/mkMakefile.tcldefs.sh |
83 | | -? pgsql/src/bin/pgtclsh/mkMakefile.tkdefs.sh.in |
84 | | -? pgsql/src/bin/pgtclsh/mkMakefile.tcldefs.sh.in |
85 | | -? pgsql/src/bin/pgtclsh/mkMakefile.tkdefs.sh |
86 | | -? pgsql/src/bin/pgtclsh/Makefile.tkdefs |
87 | | -? pgsql/src/bin/pgtclsh/Makefile. |
88 | | - |
89 | | -bin/pg_dump/Makefile \ |
90 | | -bin/pg_version/Makefile \ |
91 | 77 | include/config.h \ |
92 | 78 | include/dynloader.h \ |
93 | 79 | include/os.h \ |
94 | | -include/version.h \ |
95 | 80 | backend/port/tas.s \ |
96 | 81 | backend/port/dynloader.c \ |
97 | 82 | backend/utils/Gen_fmgrtab.sh \ |
98 | | -interfaces/ecpg/lib/Makefile \ |
| 83 | +\ |
| 84 | +\ |
| 85 | +\ |
| 86 | +GNUmakefile \ |
| 87 | +Makefile.global \ |
| 88 | +backend/port/Makefile \ |
| 89 | +backend/catalog/genbki.sh \ |
| 90 | +backend/utils/Gen_fmgrtab.sh \ |
| 91 | +bin/pg_dump/Makefile \ |
| 92 | +bin/pg_version/Makefile \ |
| 93 | +bin/psql/Makefile \ |
| 94 | +bin/pgtclsh/mkMakefile.tcldefs.sh \ |
| 95 | +bin/pgtclsh/mkMakefile.tkdefs.sh \ |
| 96 | +include/version.h \ |
99 | 97 | interfaces/libpq/Makefile \ |
| 98 | +interfaces/ecpg/lib/Makefile \ |
100 | 99 | interfaces/libpq++/Makefile \ |
101 | 100 | interfaces/libpgtcl/Makefile \ |
102 | | -interfaces/odbc/Makefile.global \ |
103 | 101 | interfaces/odbc/GNUmakefile \ |
| 102 | +interfaces/odbc/Makefile.global \ |
| 103 | +interfaces/perl5/Makefile.PL \ |
104 | 104 | pl/plpgsql/src/Makefile \ |
105 | 105 | pl/plpgsql/src/mklang.sql \ |
106 | | -pl/tcl/mkMakefile.tcldefs.sh \ |
107 | | -Makefile.port |
108 | | - |
| 106 | +pl/tcl/mkMakefile.tcldefs.sh |
109 | 107 |
|
110 | 108 | .DEFAULT: |
111 | 109 | $(MAKE) -C lextest $@ |
|