Changeset 3115 for trunk/psLib/src/astronomy
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/Makefile
r2887 r3115 1 ifndef prefix 2 export prefix=$(shell cd ../..;pwd) 3 endif 4 5 TARGET_STATIC = libpslib.a 6 include ../Makefile.Globals 7 8 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I../dataManip \ 9 -I.. -I../image -I../fileUtils \ 10 -DTIME_CONFIG_FILE="\"$(TIME_CONFIG_FILE)\"" 11 12 SRC_OBJS = psTime.o \ 13 psMetadata.o \ 14 psMetadataIO.o \ 15 psCoord.o \ 16 psAstrometry.o 17 18 OBJS = $(addprefix makedir/,$(SRC_OBJS)) 19 20 HEADERS = $(SRC_OBJS:.o=.h) psPhotometry.h slalib.h 21 22 all: $(TARGET_STATIC) 1 # Makefile.in generated by automake 1.9.1 from Makefile.am. 2 # src/astronomy/Makefile. Generated from Makefile.in by configure. 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc. 6 # This Makefile.in is free software; the Free Software Foundation 7 # gives unlimited permission to copy and/or distribute it, 8 # with or without modifications, as long as this notice is preserved. 9 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # PARTICULAR PURPOSE. 14 15 16 17 18 SOURCES = $(libpslibastronomy_la_SOURCES) 19 20 srcdir = . 21 top_srcdir = ../.. 22 23 pkgdatadir = $(datadir)/pslib 24 pkglibdir = $(libdir)/pslib 25 pkgincludedir = $(includedir)/pslib 26 top_builddir = ../.. 27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 28 INSTALL = /usr/bin/install -c 29 install_sh_DATA = $(install_sh) -c -m 644 30 install_sh_PROGRAM = $(install_sh) -c 31 install_sh_SCRIPT = $(install_sh) -c 32 INSTALL_HEADER = $(INSTALL_DATA) 33 transform = $(program_transform_name) 34 NORMAL_INSTALL = : 35 PRE_INSTALL = : 36 POST_INSTALL = : 37 NORMAL_UNINSTALL = : 38 PRE_UNINSTALL = : 39 POST_UNINSTALL = : 40 build_triplet = x86_64-unknown-linux-gnu 41 host_triplet = x86_64-unknown-linux-gnu 42 subdir = src/astronomy 43 DIST_COMMON = $(pslibinclude_HEADERS) $(srcdir)/Makefile.am \ 44 $(srcdir)/Makefile.in 45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 46 am__aclocal_m4_deps = $(top_srcdir)/configure.in 47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 48 $(ACLOCAL_M4) 49 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 50 CONFIG_HEADER = $(top_builddir)/src/config.h 51 CONFIG_CLEAN_FILES = 52 LTLIBRARIES = $(noinst_LTLIBRARIES) 53 libpslibastronomy_la_LIBADD = 54 am_libpslibastronomy_la_OBJECTS = psTime.lo psMetadata.lo \ 55 psMetadataIO.lo psCoord.lo psAstrometry.lo aoppa.lo aopqk.lo \ 56 oapqk.lo airmas.lo eqeqx.lo geoc.lo refco.lo aoppat.lo \ 57 dranrm.lo dcs2c.lo refz.lo refro.lo dcc2s.lo gmst.lo atms.lo \ 58 atmt.lo nutc.lo drange.lo 59 libpslibastronomy_la_OBJECTS = $(am_libpslibastronomy_la_OBJECTS) 60 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src 61 depcomp = $(SHELL) $(top_srcdir)/depcomp 62 am__depfiles_maybe = depfiles 63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 65 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ 66 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 67 $(AM_CFLAGS) $(CFLAGS) 68 CCLD = $(CC) 69 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 70 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 71 F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS) 72 LTF77COMPILE = $(LIBTOOL) --mode=compile --tag=F77 $(F77) $(AM_FFLAGS) \ 73 $(FFLAGS) 74 F77LD = $(F77) 75 F77LINK = $(LIBTOOL) --mode=link --tag=F77 $(F77LD) $(AM_FFLAGS) \ 76 $(FFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 77 SOURCES = $(libpslibastronomy_la_SOURCES) 78 DIST_SOURCES = $(libpslibastronomy_la_SOURCES) 79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 80 am__vpath_adj = case $$p in \ 81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 82 *) f=$$p;; \ 83 esac; 84 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 85 am__installdirs = "$(DESTDIR)$(pslibincludedir)" 86 pslibincludeHEADERS_INSTALL = $(INSTALL_HEADER) 87 HEADERS = $(pslibinclude_HEADERS) 88 ETAGS = etags 89 CTAGS = ctags 90 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 91 ACLOCAL = ${SHELL} /home/desonia/panstarrs/psLib/missing --run aclocal-1.9 92 AMDEP_FALSE = # 93 AMDEP_TRUE = 94 AMTAR = ${SHELL} /home/desonia/panstarrs/psLib/missing --run tar 95 AR = ar 96 AUTOCONF = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoconf 97 AUTOHEADER = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoheader 98 AUTOMAKE = ${SHELL} /home/desonia/panstarrs/psLib/missing --run automake-1.9 99 AWK = gawk 100 CC = gcc 101 CCDEPMODE = depmode=gcc3 102 CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE -I/usr/include -I/usr/include/libxml2 103 CONFIG_FILE = /home/desonia/panstarrs/psLib/config/psTime.config 104 CPP = gcc -E 105 CPPFLAGS = 106 CXX = g++ 107 CXXCPP = g++ -E 108 CXXDEPMODE = depmode=gcc3 109 CXXFLAGS = -g -O2 110 CYGPATH_W = echo 111 DEFS = -DHAVE_CONFIG_H 112 DEPDIR = .deps 113 ECHO = echo 114 ECHO_C = 115 ECHO_N = -n 116 ECHO_T = 117 EGREP = grep -E 118 EXEEXT = 119 F77 = g77 120 FFLAGS = -fno-second-underscore -O -fno-f2c 121 GSL_CONFIG = /usr/bin/gsl-config 122 INSTALL_DATA = ${INSTALL} -m 644 123 INSTALL_PROGRAM = ${INSTALL} 124 INSTALL_SCRIPT = ${INSTALL} 125 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 126 LDFLAGS = 127 LIBOBJS = 128 LIBS = 129 LIBTOOL = $(SHELL) $(top_builddir)/libtool 130 LN_S = ln -s 131 LTLIBOBJS = 132 MAKEINFO = ${SHELL} /home/desonia/panstarrs/psLib/missing --run makeinfo 133 OBJEXT = o 134 PACKAGE = pslib 135 PACKAGE_BUGREPORT = 136 PACKAGE_NAME = 137 PACKAGE_STRING = 138 PACKAGE_TARNAME = 139 PACKAGE_VERSION = 140 PATH_SEPARATOR = : 141 PERL = /usr/bin/perl 142 PSLIB_CFLAGS = -I${prefix}/include 143 PSLIB_LIBS = -L${exec_prefix}/lib -lpslib -lcfitsio -lfftw3f -L/usr/lib64 -lgsl -lgslcblas -lm -lxml2 -lz -lpthread -lm 144 RANLIB = ranlib 145 SET_MAKE = 146 SHELL = /bin/sh 147 STRIP = strip 148 SWIG = /usr/bin/swig 149 VERSION = 1.5 150 XML_CONFIG = /usr/bin/xml2-config 151 ac_ct_AR = ar 152 ac_ct_CC = gcc 153 ac_ct_CXX = g++ 154 ac_ct_F77 = g77 155 ac_ct_RANLIB = ranlib 156 ac_ct_STRIP = strip 157 am__fastdepCC_FALSE = # 158 am__fastdepCC_TRUE = 159 am__fastdepCXX_FALSE = # 160 am__fastdepCXX_TRUE = 161 am__include = include 162 am__leading_dot = . 163 am__quote = 164 am__tar = ${AMTAR} chof - "$$tardir" 165 am__untar = ${AMTAR} xf - 166 bindir = ${exec_prefix}/bin 167 build = x86_64-unknown-linux-gnu 168 build_alias = 169 build_cpu = x86_64 170 build_os = linux-gnu 171 build_vendor = unknown 172 datadir = ${prefix}/share 173 exec_prefix = ${prefix} 174 host = x86_64-unknown-linux-gnu 175 host_alias = 176 host_cpu = x86_64 177 host_os = linux-gnu 178 host_vendor = unknown 179 includedir = ${prefix}/include 180 infodir = ${prefix}/info 181 install_sh = /home/desonia/panstarrs/psLib/install-sh 182 libdir = ${exec_prefix}/lib 183 libexecdir = ${exec_prefix}/libexec 184 localstatedir = ${prefix}/var 185 mandir = ${prefix}/man 186 mkdir_p = mkdir -p -- 187 oldincludedir = /usr/include 188 prefix = /home/desonia/panstarrs/psLib 189 program_transform_name = s,x,x, 190 sbindir = ${exec_prefix}/sbin 191 sharedstatedir = ${prefix}/com 192 sysconfdir = ${prefix}/etc 193 target_alias = 194 195 #Makefile for astronomy functions of psLib 196 # 197 INCLUDES = \ 198 -I$(top_srcdir)/src/collections \ 199 -I$(top_srcdir)/src/dataManip \ 200 -I$(top_srcdir)/src/fileUtils \ 201 -I$(top_srcdir)/src/image \ 202 -I$(top_srcdir)/src/sysUtils \ 203 $(all_includes) 204 205 noinst_LTLIBRARIES = libpslibastronomy.la 206 libpslibastronomy_la_SOURCES = \ 207 psTime.c \ 208 psMetadata.c \ 209 psMetadataIO.c \ 210 psCoord.c \ 211 psAstrometry.c \ 212 aoppa.f aopqk.f oapqk.f airmas.f eqeqx.f geoc.f refco.f aoppat.f \ 213 dranrm.f dcs2c.f refz.f refro.f dcc2s.f gmst.f atms.f atmt.f nutc.f drange.f 214 215 BUILT_SOURCES = psAstronomyErrors.h 216 EXTRA_DIST = psAstronomyErrors.dat psAstronomyErrors.h 217 pslibincludedir = $(includedir)/pslib 218 pslibinclude_HEADERS = \ 219 psTime.h \ 220 psMetadata.h \ 221 psMetadataIO.h \ 222 psCoord.h \ 223 psAstrometry.h \ 224 psPhotometry.h \ 225 slalib.h 226 227 all: $(BUILT_SOURCES) 228 $(MAKE) $(AM_MAKEFLAGS) all-am 229 230 .SUFFIXES: 231 .SUFFIXES: .c .f .lo .o .obj 232 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 233 @for dep in $?; do \ 234 case '$(am__configure_deps)' in \ 235 *$$dep*) \ 236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 237 && exit 0; \ 238 exit 1;; \ 239 esac; \ 240 done; \ 241 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/astronomy/Makefile'; \ 242 cd $(top_srcdir) && \ 243 $(AUTOMAKE) --gnu src/astronomy/Makefile 244 .PRECIOUS: Makefile 245 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 246 @case '$?' in \ 247 *config.status*) \ 248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 249 *) \ 250 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 251 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 252 esac; 253 254 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 256 257 $(top_srcdir)/configure: $(am__configure_deps) 258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 259 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 261 262 clean-noinstLTLIBRARIES: 263 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 264 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 265 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 266 test "$$dir" != "$$p" || dir=.; \ 267 echo "rm -f \"$${dir}/so_locations\""; \ 268 rm -f "$${dir}/so_locations"; \ 269 done 270 libpslibastronomy.la: $(libpslibastronomy_la_OBJECTS) $(libpslibastronomy_la_DEPENDENCIES) 271 $(F77LINK) $(libpslibastronomy_la_LDFLAGS) $(libpslibastronomy_la_OBJECTS) $(libpslibastronomy_la_LIBADD) $(LIBS) 272 273 mostlyclean-compile: 274 -rm -f *.$(OBJEXT) 275 276 distclean-compile: 277 -rm -f *.tab.c 278 279 include ./$(DEPDIR)/psAstrometry.Plo 280 include ./$(DEPDIR)/psCoord.Plo 281 include ./$(DEPDIR)/psMetadata.Plo 282 include ./$(DEPDIR)/psMetadataIO.Plo 283 include ./$(DEPDIR)/psTime.Plo 284 285 .c.o: 286 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 287 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 288 # source='$<' object='$@' libtool=no \ 289 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 290 # $(COMPILE) -c $< 291 292 .c.obj: 293 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 294 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 295 # source='$<' object='$@' libtool=no \ 296 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 297 # $(COMPILE) -c `$(CYGPATH_W) '$<'` 298 299 .c.lo: 300 if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 301 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 302 # source='$<' object='$@' libtool=yes \ 303 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 304 # $(LTCOMPILE) -c -o $@ $< 305 306 .f.o: 307 $(F77COMPILE) -c -o $@ $< 308 309 .f.obj: 310 $(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 311 312 .f.lo: 313 $(LTF77COMPILE) -c -o $@ $< 314 315 mostlyclean-libtool: 316 -rm -f *.lo 317 318 clean-libtool: 319 -rm -rf .libs _libs 320 321 distclean-libtool: 322 -rm -f libtool 323 uninstall-info-am: 324 install-pslibincludeHEADERS: $(pslibinclude_HEADERS) 325 @$(NORMAL_INSTALL) 326 test -z "$(pslibincludedir)" || $(mkdir_p) "$(DESTDIR)$(pslibincludedir)" 327 @list='$(pslibinclude_HEADERS)'; for p in $$list; do \ 328 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 329 f=$(am__strip_dir) \ 330 echo " $(pslibincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pslibincludedir)/$$f'"; \ 331 $(pslibincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pslibincludedir)/$$f"; \ 332 done 333 334 uninstall-pslibincludeHEADERS: 335 @$(NORMAL_UNINSTALL) 336 @list='$(pslibinclude_HEADERS)'; for p in $$list; do \ 337 f=$(am__strip_dir) \ 338 echo " rm -f '$(DESTDIR)$(pslibincludedir)/$$f'"; \ 339 rm -f "$(DESTDIR)$(pslibincludedir)/$$f"; \ 340 done 341 342 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 343 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 344 unique=`for i in $$list; do \ 345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 346 done | \ 347 $(AWK) ' { files[$$0] = 1; } \ 348 END { for (i in files) print i; }'`; \ 349 mkid -fID $$unique 350 tags: TAGS 351 352 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 353 $(TAGS_FILES) $(LISP) 354 tags=; \ 355 here=`pwd`; \ 356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 357 unique=`for i in $$list; do \ 358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 359 done | \ 360 $(AWK) ' { files[$$0] = 1; } \ 361 END { for (i in files) print i; }'`; \ 362 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 363 test -n "$$unique" || unique=$$empty_fix; \ 364 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 365 $$tags $$unique; \ 366 fi 367 ctags: CTAGS 368 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 369 $(TAGS_FILES) $(LISP) 370 tags=; \ 371 here=`pwd`; \ 372 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 373 unique=`for i in $$list; do \ 374 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 375 done | \ 376 $(AWK) ' { files[$$0] = 1; } \ 377 END { for (i in files) print i; }'`; \ 378 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 379 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 380 $$tags $$unique 381 382 GTAGS: 383 here=`$(am__cd) $(top_builddir) && pwd` \ 384 && cd $(top_srcdir) \ 385 && gtags -i $(GTAGS_ARGS) $$here 386 387 distclean-tags: 388 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 389 390 distdir: $(DISTFILES) 391 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 392 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 393 list='$(DISTFILES)'; for file in $$list; do \ 394 case $$file in \ 395 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 396 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 397 esac; \ 398 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 399 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 400 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 401 dir="/$$dir"; \ 402 $(mkdir_p) "$(distdir)$$dir"; \ 403 else \ 404 dir=''; \ 405 fi; \ 406 if test -d $$d/$$file; then \ 407 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 408 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 409 fi; \ 410 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 411 else \ 412 test -f $(distdir)/$$file \ 413 || cp -p $$d/$$file $(distdir)/$$file \ 414 || exit 1; \ 415 fi; \ 416 done 417 check-am: all-am 418 check: $(BUILT_SOURCES) 419 $(MAKE) $(AM_MAKEFLAGS) check-am 420 all-am: Makefile $(LTLIBRARIES) $(HEADERS) 421 installdirs: 422 for dir in "$(DESTDIR)$(pslibincludedir)"; do \ 423 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 424 done 425 install: $(BUILT_SOURCES) 426 $(MAKE) $(AM_MAKEFLAGS) install-am 427 install-exec: install-exec-am 428 install-data: install-data-am 429 uninstall: uninstall-am 430 431 install-am: all-am 432 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 433 434 installcheck: installcheck-am 435 install-strip: 436 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 437 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 438 `test -z '$(STRIP)' || \ 439 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 440 mostlyclean-generic: 441 442 clean-generic: 443 444 distclean-generic: 445 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 446 447 maintainer-clean-generic: 448 @echo "This command is intended for maintainers to use" 449 @echo "it deletes files that may require special tools to rebuild." 450 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 451 clean: clean-am 452 453 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 454 mostlyclean-am 455 456 distclean: distclean-am 457 -rm -rf ./$(DEPDIR) 458 -rm -f Makefile 459 distclean-am: clean-am distclean-compile distclean-generic \ 460 distclean-libtool distclean-tags 461 462 dvi: dvi-am 463 464 dvi-am: 465 466 html: html-am 467 468 info: info-am 469 470 info-am: 471 472 install-data-am: install-pslibincludeHEADERS 473 474 install-exec-am: 475 476 install-info: install-info-am 477 478 install-man: 479 480 installcheck-am: 481 482 maintainer-clean: maintainer-clean-am 483 -rm -rf ./$(DEPDIR) 484 -rm -f Makefile 485 maintainer-clean-am: distclean-am maintainer-clean-generic 486 487 mostlyclean: mostlyclean-am 488 489 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 490 mostlyclean-libtool 491 492 pdf: pdf-am 493 494 pdf-am: 495 496 ps: ps-am 497 498 ps-am: 499 500 uninstall-am: uninstall-info-am uninstall-pslibincludeHEADERS 501 502 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 503 clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 504 distclean-compile distclean-generic distclean-libtool \ 505 distclean-tags distdir dvi dvi-am html html-am info info-am \ 506 install install-am install-data install-data-am install-exec \ 507 install-exec-am install-info install-info-am install-man \ 508 install-pslibincludeHEADERS install-strip installcheck \ 509 installcheck-am installdirs maintainer-clean \ 510 maintainer-clean-generic mostlyclean mostlyclean-compile \ 511 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 512 tags uninstall uninstall-am uninstall-info-am \ 513 uninstall-pslibincludeHEADERS 514 23 515 24 516 psAstronomyErrors.h: psAstronomyErrors.dat 25 perl ../parseErrorCodes.pl --data=$? $@ 26 27 28 # Rule to make static library 29 30 libpslib.a: $(OBJS) 31 # The ar option -r is to add/replace object and -s is to create 32 # a symbol table in the archive 33 $(AR) rcs ../$@ $(OBJS) 34 35 # Define PHONY target "install" which will install necessary files 36 install: $(TARGET_STATIC) 37 install $(HEADERS) $(includedir) 38 39 # Define PHONY target "distclean" which will cleanup the distribution 40 distclean: clean 41 $(RM) ../$(TARGET_STATIC) 42 43 # Define PHONY target "clean" which will cleanup the development area 44 clean: 45 @echo " Deleting intermediate files for 'astronomy'" 46 $(RM) $(OBJS) *.lint $(SRC_OBJS:.o=.i) 47 48 cleandep: 49 $(RM) $(OBJS:.o=.d) 50 51 %.lint: %.c 52 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 53 54 %.i: %.c 55 $(CC) -E $(CFLAGS) -o $@ $< 56 57 makedir/%.o: %.c 58 $(CC) -c $(CFLAGS) -o $@ $< 59 60 makedir/%.d: %.c 61 $(CC) -MM $(CFLAGS) $< > $@.tmp 62 sed 's|\($*\)\.o[ :]*|\1.o $@ : |g' $@.tmp | sed 's|[A-Za-z0-9\/\.]*libxml[A-Za-z0-9\/\.]*||g' > $@ 63 $(RM) -f $@.tmp 64 65 include $(OBJS:.o=.d) 517 perl $(top_srcdir)/src/parseErrorCodes.pl --data=$? $@ 518 # Tell versions [3.59,3.63) of GNU make to not export all variables. 519 # Otherwise a system limit (for SysV at least) may be exceeded. 520 .NOEXPORT:
Note:
See TracChangeset
for help on using the changeset viewer.
