| 1 | # Makefile.in generated by automake 1.10 from Makefile.am. |
|---|
| 2 | # python/Makefile. Generated from Makefile.in by configure. |
|---|
| 3 | |
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|---|
| 5 | # 2003, 2004, 2005, 2006 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 | pkgdatadir = $(datadir)/standardinterfaces-metadata |
|---|
| 18 | pkglibdir = $(libdir)/standardinterfaces-metadata |
|---|
| 19 | pkgincludedir = $(includedir)/standardinterfaces-metadata |
|---|
| 20 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 21 | install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| 22 | install_sh_PROGRAM = $(install_sh) -c |
|---|
| 23 | install_sh_SCRIPT = $(install_sh) -c |
|---|
| 24 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 25 | transform = $(program_transform_name) |
|---|
| 26 | NORMAL_INSTALL = : |
|---|
| 27 | PRE_INSTALL = : |
|---|
| 28 | POST_INSTALL = : |
|---|
| 29 | NORMAL_UNINSTALL = : |
|---|
| 30 | PRE_UNINSTALL = : |
|---|
| 31 | POST_UNINSTALL = : |
|---|
| 32 | build_triplet = x86_64-unknown-linux-gnu |
|---|
| 33 | host_triplet = x86_64-unknown-linux-gnu |
|---|
| 34 | subdir = python |
|---|
| 35 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|---|
| 36 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 37 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
|---|
| 38 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|---|
| 39 | $(ACLOCAL_M4) |
|---|
| 40 | mkinstalldirs = $(install_sh) -d |
|---|
| 41 | CONFIG_CLEAN_FILES = |
|---|
| 42 | SOURCES = |
|---|
| 43 | DIST_SOURCES = |
|---|
| 44 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 45 | ACLOCAL = ${SHELL} /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/missing --run aclocal-1.10 |
|---|
| 46 | AMTAR = ${SHELL} /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/missing --run tar |
|---|
| 47 | AR = ar |
|---|
| 48 | AUTOCONF = ${SHELL} /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/missing --run autoconf |
|---|
| 49 | AUTOHEADER = ${SHELL} /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/missing --run autoheader |
|---|
| 50 | AUTOMAKE = ${SHELL} /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/missing --run automake-1.10 |
|---|
| 51 | AWK = gawk |
|---|
| 52 | CC = gcc |
|---|
| 53 | CCDEPMODE = depmode=gcc3 |
|---|
| 54 | CFLAGS = -g -O2 |
|---|
| 55 | CPP = gcc -E |
|---|
| 56 | CPPFLAGS = |
|---|
| 57 | CXX = g++ |
|---|
| 58 | CXXCPP = g++ -E |
|---|
| 59 | CXXDEPMODE = depmode=gcc3 |
|---|
| 60 | CXXFLAGS = -g -O2 -I/usr/local/include |
|---|
| 61 | CYGPATH_W = echo |
|---|
| 62 | DEFS = -DPACKAGE_NAME=\"standardInterfaces-metadata\" -DPACKAGE_TARNAME=\"standardinterfaces-metadata\" -DPACKAGE_VERSION=\"0.6.0\" -DPACKAGE_STRING=\"standardInterfaces-metadata\ 0.6.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"standardinterfaces-metadata\" -DVERSION=\"0.6.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBOMNIORB4=1 -DHAVE_LIBOMNITHREAD=1 -DHAVE_OMNIORB4_CORBA_H=1 |
|---|
| 63 | DEPDIR = .deps |
|---|
| 64 | ECHO = echo |
|---|
| 65 | ECHO_C = |
|---|
| 66 | ECHO_N = -n |
|---|
| 67 | ECHO_T = |
|---|
| 68 | EGREP = /bin/grep -E |
|---|
| 69 | EXEEXT = |
|---|
| 70 | F77 = gfortran |
|---|
| 71 | FFLAGS = -g -O2 |
|---|
| 72 | GREP = /bin/grep |
|---|
| 73 | IDL = omniidl |
|---|
| 74 | IDL_FLAGS = -I/usr/local/include |
|---|
| 75 | INSTALL = /usr/bin/install -c |
|---|
| 76 | INSTALL_DATA = ${INSTALL} -m 644 |
|---|
| 77 | INSTALL_PROGRAM = ${INSTALL} |
|---|
| 78 | INSTALL_SCRIPT = ${INSTALL} |
|---|
| 79 | INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
|---|
| 80 | LDFLAGS = |
|---|
| 81 | LIBOBJS = |
|---|
| 82 | LIBS = -lomnithread -lomniORB4 -L/usr/local/lib -lossieidl -lossieparser -lossiecf |
|---|
| 83 | LIBTOOL = $(SHELL) $(top_builddir)/libtool |
|---|
| 84 | LN_S = ln -s |
|---|
| 85 | LTLIBOBJS = |
|---|
| 86 | MAKEINFO = ${SHELL} /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/missing --run makeinfo |
|---|
| 87 | MKDIR_P = /bin/mkdir -p |
|---|
| 88 | OBJEXT = o |
|---|
| 89 | OSSIE_CFLAGS = -I/usr/local/include |
|---|
| 90 | OSSIE_LIBS = -L/usr/local/lib -lossieidl -lossieparser -lossiecf |
|---|
| 91 | PACKAGE = standardinterfaces-metadata |
|---|
| 92 | PACKAGE_BUGREPORT = |
|---|
| 93 | PACKAGE_NAME = standardInterfaces-metadata |
|---|
| 94 | PACKAGE_STRING = standardInterfaces-metadata 0.6.0 |
|---|
| 95 | PACKAGE_TARNAME = standardinterfaces-metadata |
|---|
| 96 | PACKAGE_VERSION = 0.6.0 |
|---|
| 97 | PATH_SEPARATOR = : |
|---|
| 98 | PKG_CONFIG = /usr/bin/pkg-config |
|---|
| 99 | PYTHON = /usr/bin/python |
|---|
| 100 | PYTHON_EXEC_PREFIX = ${exec_prefix} |
|---|
| 101 | PYTHON_PLATFORM = linux2 |
|---|
| 102 | PYTHON_PREFIX = ${prefix} |
|---|
| 103 | PYTHON_VERSION = 2.5 |
|---|
| 104 | RANLIB = ranlib |
|---|
| 105 | SED = /bin/sed |
|---|
| 106 | SET_MAKE = |
|---|
| 107 | SHELL = /bin/sh |
|---|
| 108 | STRIP = strip |
|---|
| 109 | VERSION = 0.6.0 |
|---|
| 110 | abs_builddir = /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/python |
|---|
| 111 | abs_srcdir = /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/python |
|---|
| 112 | abs_top_builddir = /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata |
|---|
| 113 | abs_top_srcdir = /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata |
|---|
| 114 | ac_ct_CC = gcc |
|---|
| 115 | ac_ct_CXX = g++ |
|---|
| 116 | ac_ct_F77 = gfortran |
|---|
| 117 | am__include = include |
|---|
| 118 | am__leading_dot = . |
|---|
| 119 | am__quote = |
|---|
| 120 | am__tar = ${AMTAR} chof - "$$tardir" |
|---|
| 121 | am__untar = ${AMTAR} xf - |
|---|
| 122 | bindir = ${exec_prefix}/bin |
|---|
| 123 | build = x86_64-unknown-linux-gnu |
|---|
| 124 | build_alias = |
|---|
| 125 | build_cpu = x86_64 |
|---|
| 126 | build_os = linux-gnu |
|---|
| 127 | build_vendor = unknown |
|---|
| 128 | builddir = . |
|---|
| 129 | datadir = ${datarootdir} |
|---|
| 130 | datarootdir = ${prefix}/share |
|---|
| 131 | docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
|---|
| 132 | dvidir = ${docdir} |
|---|
| 133 | exec_prefix = ${prefix} |
|---|
| 134 | host = x86_64-unknown-linux-gnu |
|---|
| 135 | host_alias = |
|---|
| 136 | host_cpu = x86_64 |
|---|
| 137 | host_os = linux-gnu |
|---|
| 138 | host_vendor = unknown |
|---|
| 139 | htmldir = ${docdir} |
|---|
| 140 | includedir = ${prefix}/include |
|---|
| 141 | infodir = ${datarootdir}/info |
|---|
| 142 | install_sh = $(SHELL) /home/bhilburn/working/ossiedev/trunk/system/standardInterfaces-metadata/install-sh |
|---|
| 143 | libdir = ${exec_prefix}/lib |
|---|
| 144 | libexecdir = ${exec_prefix}/libexec |
|---|
| 145 | localedir = ${datarootdir}/locale |
|---|
| 146 | localstatedir = ${prefix}/var |
|---|
| 147 | mandir = ${datarootdir}/man |
|---|
| 148 | mkdir_p = /bin/mkdir -p |
|---|
| 149 | oldincludedir = /usr/include |
|---|
| 150 | pdfdir = ${docdir} |
|---|
| 151 | pkgpyexecdir = ${pyexecdir}/standardinterfaces-metadata |
|---|
| 152 | pkgpythondir = ${pythondir}/standardinterfaces-metadata |
|---|
| 153 | prefix = /usr/local |
|---|
| 154 | program_transform_name = s,x,x, |
|---|
| 155 | psdir = ${docdir} |
|---|
| 156 | pyexecdir = ${exec_prefix}/lib64/python2.5/site-packages |
|---|
| 157 | pythondir = ${prefix}/lib/python2.5/site-packages |
|---|
| 158 | sbindir = ${exec_prefix}/sbin |
|---|
| 159 | sharedstatedir = ${prefix}/com |
|---|
| 160 | srcdir = . |
|---|
| 161 | sysconfdir = ${prefix}/etc |
|---|
| 162 | target_alias = |
|---|
| 163 | top_builddir = .. |
|---|
| 164 | top_srcdir = .. |
|---|
| 165 | IDL_BIN = $(shell which omniidl) |
|---|
| 166 | all: all-am |
|---|
| 167 | |
|---|
| 168 | .SUFFIXES: |
|---|
| 169 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|---|
| 170 | @for dep in $?; do \ |
|---|
| 171 | case '$(am__configure_deps)' in \ |
|---|
| 172 | *$$dep*) \ |
|---|
| 173 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
|---|
| 174 | && exit 0; \ |
|---|
| 175 | exit 1;; \ |
|---|
| 176 | esac; \ |
|---|
| 177 | done; \ |
|---|
| 178 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \ |
|---|
| 179 | cd $(top_srcdir) && \ |
|---|
| 180 | $(AUTOMAKE) --foreign python/Makefile |
|---|
| 181 | .PRECIOUS: Makefile |
|---|
| 182 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 183 | @case '$?' in \ |
|---|
| 184 | *config.status*) \ |
|---|
| 185 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|---|
| 186 | *) \ |
|---|
| 187 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|---|
| 188 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|---|
| 189 | esac; |
|---|
| 190 | |
|---|
| 191 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 192 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 193 | |
|---|
| 194 | $(top_srcdir)/configure: $(am__configure_deps) |
|---|
| 195 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 196 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|---|
| 197 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 198 | |
|---|
| 199 | mostlyclean-libtool: |
|---|
| 200 | -rm -f *.lo |
|---|
| 201 | |
|---|
| 202 | clean-libtool: |
|---|
| 203 | -rm -rf .libs _libs |
|---|
| 204 | tags: TAGS |
|---|
| 205 | TAGS: |
|---|
| 206 | |
|---|
| 207 | ctags: CTAGS |
|---|
| 208 | CTAGS: |
|---|
| 209 | |
|---|
| 210 | |
|---|
| 211 | distdir: $(DISTFILES) |
|---|
| 212 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 213 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 214 | list='$(DISTFILES)'; \ |
|---|
| 215 | dist_files=`for file in $$list; do echo $$file; done | \ |
|---|
| 216 | sed -e "s|^$$srcdirstrip/||;t" \ |
|---|
| 217 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|---|
| 218 | case $$dist_files in \ |
|---|
| 219 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
|---|
| 220 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|---|
| 221 | sort -u` ;; \ |
|---|
| 222 | esac; \ |
|---|
| 223 | for file in $$dist_files; do \ |
|---|
| 224 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 225 | if test -d $$d/$$file; then \ |
|---|
| 226 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| 227 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 228 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 229 | fi; \ |
|---|
| 230 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 231 | else \ |
|---|
| 232 | test -f $(distdir)/$$file \ |
|---|
| 233 | || cp -p $$d/$$file $(distdir)/$$file \ |
|---|
| 234 | || exit 1; \ |
|---|
| 235 | fi; \ |
|---|
| 236 | done |
|---|
| 237 | check-am: all-am |
|---|
| 238 | check: check-am |
|---|
| 239 | all-am: Makefile |
|---|
| 240 | installdirs: |
|---|
| 241 | install: install-am |
|---|
| 242 | install-exec: install-exec-am |
|---|
| 243 | install-data: install-data-am |
|---|
| 244 | uninstall: uninstall-am |
|---|
| 245 | |
|---|
| 246 | install-am: all-am |
|---|
| 247 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 248 | |
|---|
| 249 | installcheck: installcheck-am |
|---|
| 250 | install-strip: |
|---|
| 251 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 252 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 253 | `test -z '$(STRIP)' || \ |
|---|
| 254 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 255 | mostlyclean-generic: |
|---|
| 256 | |
|---|
| 257 | clean-generic: |
|---|
| 258 | |
|---|
| 259 | distclean-generic: |
|---|
| 260 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 261 | |
|---|
| 262 | maintainer-clean-generic: |
|---|
| 263 | @echo "This command is intended for maintainers to use" |
|---|
| 264 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 265 | clean-am: clean-generic clean-libtool mostlyclean-am |
|---|
| 266 | |
|---|
| 267 | distclean-am: clean-am distclean-generic |
|---|
| 268 | |
|---|
| 269 | dvi: dvi-am |
|---|
| 270 | |
|---|
| 271 | dvi-am: |
|---|
| 272 | |
|---|
| 273 | html: html-am |
|---|
| 274 | |
|---|
| 275 | info: info-am |
|---|
| 276 | |
|---|
| 277 | info-am: |
|---|
| 278 | |
|---|
| 279 | install-data-am: install-data-local |
|---|
| 280 | |
|---|
| 281 | install-dvi: install-dvi-am |
|---|
| 282 | |
|---|
| 283 | install-exec-am: |
|---|
| 284 | |
|---|
| 285 | install-html: install-html-am |
|---|
| 286 | |
|---|
| 287 | install-info: install-info-am |
|---|
| 288 | |
|---|
| 289 | install-man: |
|---|
| 290 | |
|---|
| 291 | install-pdf: install-pdf-am |
|---|
| 292 | |
|---|
| 293 | install-ps: install-ps-am |
|---|
| 294 | |
|---|
| 295 | installcheck-am: |
|---|
| 296 | |
|---|
| 297 | maintainer-clean: maintainer-clean-am |
|---|
| 298 | -rm -f Makefile |
|---|
| 299 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 300 | |
|---|
| 301 | mostlyclean: mostlyclean-am |
|---|
| 302 | |
|---|
| 303 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
|---|
| 304 | |
|---|
| 305 | pdf: pdf-am |
|---|
| 306 | |
|---|
| 307 | pdf-am: |
|---|
| 308 | |
|---|
| 309 | ps: ps-am |
|---|
| 310 | |
|---|
| 311 | ps-am: |
|---|
| 312 | |
|---|
| 313 | uninstall-am: |
|---|
| 314 | |
|---|
| 315 | .MAKE: install-am install-strip |
|---|
| 316 | |
|---|
| 317 | .PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
|---|
| 318 | distclean distclean-generic distclean-libtool distdir dvi \ |
|---|
| 319 | dvi-am html html-am info info-am install install-am \ |
|---|
| 320 | install-data install-data-am install-data-local install-dvi \ |
|---|
| 321 | install-dvi-am install-exec install-exec-am install-html \ |
|---|
| 322 | install-html-am install-info install-info-am install-man \ |
|---|
| 323 | install-pdf install-pdf-am install-ps install-ps-am \ |
|---|
| 324 | install-strip installcheck installcheck-am installdirs \ |
|---|
| 325 | maintainer-clean maintainer-clean-generic mostlyclean \ |
|---|
| 326 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|---|
| 327 | uninstall uninstall-am |
|---|
| 328 | |
|---|
| 329 | |
|---|
| 330 | all: |
|---|
| 331 | $(IDL_BIN) -bpython -I/usr/local/include -Wbpackage=ossie.standardinterfacesMD -Wbinline ../realCharMD.idl |
|---|
| 332 | $(IDL_BIN) -bpython -I/usr/local/include -Wbpackage=ossie.standardinterfacesMD -Wbinline ../complexShortMD.idl |
|---|
| 333 | |
|---|
| 334 | install-data-local: |
|---|
| 335 | rm -rf $(DESTDIR)$(pythondir)/ossie/standardinterfacesMD |
|---|
| 336 | mkdir -p $(DESTDIR)$(pythondir)/ossie/standardinterfacesMD |
|---|
| 337 | cp -R ossie/standardinterfacesMD $(DESTDIR)$(pythondir)/ossie |
|---|
| 338 | |
|---|
| 339 | distclean: |
|---|
| 340 | rm -rf ossie |
|---|
| 341 | |
|---|
| 342 | clean: |
|---|
| 343 | rm -rf ossie |
|---|
| 344 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 345 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 346 | .NOEXPORT: |
|---|