Skip to content

Commit 2dc2eac

Browse files
committed
Making clean make things really clean
1 parent 90ddc8f commit 2dc2eac

File tree

3 files changed

+23186
-1
lines changed

3 files changed

+23186
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ $(QFITS): $(DIR)qfits-6.2.0
250250
@echo '####################'
251251
@echo
252252
cd $(DIR)qfits-6.2.0;\
253+
cp configure.pre configure;\
254+
cp config.h.in.pre config.h.in
253255
configure --prefix=$(DIR)qfits-6.2.0/qloc --enable-shared=no;\
254256
make;\
255257
make install
@@ -264,7 +266,7 @@ clean:
264266
touch $(SRC)bla.o; rm -f $(SRC)*.o
265267
touch $(GFTDIR)bla.o; rm -f $(GFTDIR)*.o
266268
touch $(DIR)bin/tirific; rm -f $(DIR)bin/tirific
267-
cd $(DIR)qfits-6.2.0; make clean; rm -rf Makefile config.h config.log config.status doc/Doxyfile libtool main/Makefile man/Makefile test/Makefile qloc saft/Makefile src/Makefile stamp-h1
269+
cd $(DIR)qfits-6.2.0; make clean; rm -rf configure config.h.in Makefile config.h config.log config.status doc/Doxyfile libtool main/Makefile man/Makefile test/Makefile qloc saft/Makefile src/Makefile stamp-h1
268270

269271
virginal: clean
270272
touch $(DIR)qfits-6.2.0; rm -rf $(DIR)qfits-6.2.0

qfits-6.2.0/config.h.in.pre

+159
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
/* config.h.in. Generated from configure.ac by autoheader. */
2+
3+
/* x86 CPU type */
4+
#undef CPU_X86
5+
6+
/* Define to 1 if you have the `atexit' function. */
7+
#undef HAVE_ATEXIT
8+
9+
/* Define to 1 if you have the <dlfcn.h> header file. */
10+
#undef HAVE_DLFCN_H
11+
12+
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
13+
#undef HAVE_DOPRNT
14+
15+
/* Define to 1 if you have the <fcntl.h> header file. */
16+
#undef HAVE_FCNTL_H
17+
18+
/* Define to 1 if you have the `getpagesize' function. */
19+
#undef HAVE_GETPAGESIZE
20+
21+
/* Define to 1 if you have the `gettimeofday' function. */
22+
#undef HAVE_GETTIMEOFDAY
23+
24+
/* Define to 1 if you have the <inttypes.h> header file. */
25+
#undef HAVE_INTTYPES_H
26+
27+
/* Define to 1 if you have the `m' library (-lm). */
28+
#undef HAVE_LIBM
29+
30+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
31+
to 0 otherwise. */
32+
#undef HAVE_MALLOC
33+
34+
/* Define to 1 if you have the `memchr' function. */
35+
#undef HAVE_MEMCHR
36+
37+
/* Define to 1 if you have the `memmove' function. */
38+
#undef HAVE_MEMMOVE
39+
40+
/* Define to 1 if you have the <memory.h> header file. */
41+
#undef HAVE_MEMORY_H
42+
43+
/* Define to 1 if you have the `memset' function. */
44+
#undef HAVE_MEMSET
45+
46+
/* Define to 1 if you have the `mkdir' function. */
47+
#undef HAVE_MKDIR
48+
49+
/* Define to 1 if you have a working `mmap' system call. */
50+
#undef HAVE_MMAP
51+
52+
/* Define to 1 if you have the `munmap' function. */
53+
#undef HAVE_MUNMAP
54+
55+
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
56+
and to 0 otherwise. */
57+
#undef HAVE_REALLOC
58+
59+
/* Define to 1 if you have the `regcomp' function. */
60+
#undef HAVE_REGCOMP
61+
62+
/* Define to 1 if you have the `rmdir' function. */
63+
#undef HAVE_RMDIR
64+
65+
/* Define to 1 if `stat' has the bug that it succeeds when given the
66+
zero-length file name argument. */
67+
#undef HAVE_STAT_EMPTY_STRING_BUG
68+
69+
/* Define to 1 if you have the <stdint.h> header file. */
70+
#undef HAVE_STDINT_H
71+
72+
/* Define to 1 if you have the <stdlib.h> header file. */
73+
#undef HAVE_STDLIB_H
74+
75+
/* Define to 1 if you have the `strchr' function. */
76+
#undef HAVE_STRCHR
77+
78+
/* Define to 1 if you have the `strdup' function. */
79+
#undef HAVE_STRDUP
80+
81+
/* Define to 1 if you have the <strings.h> header file. */
82+
#undef HAVE_STRINGS_H
83+
84+
/* Define to 1 if you have the <string.h> header file. */
85+
#undef HAVE_STRING_H
86+
87+
/* Define to 1 if you have the `strrchr' function. */
88+
#undef HAVE_STRRCHR
89+
90+
/* Define to 1 if you have the `strstr' function. */
91+
#undef HAVE_STRSTR
92+
93+
/* Define to 1 if you have the <sys/stat.h> header file. */
94+
#undef HAVE_SYS_STAT_H
95+
96+
/* Define to 1 if you have the <sys/time.h> header file. */
97+
#undef HAVE_SYS_TIME_H
98+
99+
/* Define to 1 if you have the <sys/types.h> header file. */
100+
#undef HAVE_SYS_TYPES_H
101+
102+
/* Define to 1 if you have the `uname' function. */
103+
#undef HAVE_UNAME
104+
105+
/* Define to 1 if you have the <unistd.h> header file. */
106+
#undef HAVE_UNISTD_H
107+
108+
/* Define to 1 if you have the `vprintf' function. */
109+
#undef HAVE_VPRINTF
110+
111+
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
112+
slash. */
113+
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
114+
115+
/* Name of package */
116+
#undef PACKAGE
117+
118+
/* Define to the address where bug reports for this package should be sent. */
119+
#undef PACKAGE_BUGREPORT
120+
121+
/* Define to the full name of this package. */
122+
#undef PACKAGE_NAME
123+
124+
/* Define to the full name and version of this package. */
125+
#undef PACKAGE_STRING
126+
127+
/* Define to the one symbol short name of this package. */
128+
#undef PACKAGE_TARNAME
129+
130+
/* Define to the version of this package. */
131+
#undef PACKAGE_VERSION
132+
133+
/* Define to 1 if you have the ANSI C header files. */
134+
#undef STDC_HEADERS
135+
136+
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
137+
#undef TIME_WITH_SYS_TIME
138+
139+
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
140+
#undef TM_IN_SYS_TIME
141+
142+
/* Version number of package */
143+
#undef VERSION
144+
145+
/* Define to 1 if your processor stores words with the most significant byte
146+
first (like Motorola and SPARC, unlike Intel and VAX). */
147+
#undef WORDS_BIGENDIAN
148+
149+
/* Define to empty if `const' does not conform to ANSI C. */
150+
#undef const
151+
152+
/* Define to rpl_malloc if the replacement function should be used. */
153+
#undef malloc
154+
155+
/* Define to rpl_realloc if the replacement function should be used. */
156+
#undef realloc
157+
158+
/* Define to `unsigned' if <sys/types.h> does not define. */
159+
#undef size_t

0 commit comments

Comments
 (0)