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