Janis Streib
31.12.21 e9b8708a5c894c6df15f51ca0bedb7689223469c
commit | author | age
929277 1 # Makefile.in generated by automake 1.16.4 from Makefile.am.
4244cc 2 # src/Makefile.  Generated from Makefile.in by configure.
JS 3
929277 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
JS 5
4244cc 6 # This Makefile.in is free software; the Free Software Foundation
JS 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 #src/Makefile.am
18
19
929277 20 am__is_gnu_make = { \
JS 21   if test -z '$(MAKELEVEL)'; then \
22     false; \
23   elif test -n '$(MAKE_HOST)'; then \
24     true; \
25   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26     true; \
27   else \
28     false; \
29   fi; \
30 }
31 am__make_running_with_option = \
32   case $${target_option-} in \
33       ?) ;; \
34       *) echo "am__make_running_with_option: internal error: invalid" \
35               "target option '$${target_option-}' specified" >&2; \
36          exit 1;; \
37   esac; \
38   has_opt=no; \
39   sane_makeflags=$$MAKEFLAGS; \
40   if $(am__is_gnu_make); then \
41     sane_makeflags=$$MFLAGS; \
42   else \
4244cc 43     case $$MAKEFLAGS in \
JS 44       *\\[\ \    ]*) \
929277 45         bs=\\; \
JS 46         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47           | sed "s/$$bs$$bs[$$bs $$bs    ]*//g"`;; \
4244cc 48     esac; \
929277 49   fi; \
JS 50   skip_next=no; \
51   strip_trailopt () \
52   { \
53     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54   }; \
55   for flg in $$sane_makeflags; do \
56     test $$skip_next = yes && { skip_next=no; continue; }; \
57     case $$flg in \
58       *=*|--*) continue;; \
59         -*I) strip_trailopt 'I'; skip_next=yes;; \
60       -*I?*) strip_trailopt 'I';; \
61         -*O) strip_trailopt 'O'; skip_next=yes;; \
62       -*O?*) strip_trailopt 'O';; \
63         -*l) strip_trailopt 'l'; skip_next=yes;; \
64       -*l?*) strip_trailopt 'l';; \
65       -[dEDm]) skip_next=yes;; \
66       -[JT]) skip_next=yes;; \
67     esac; \
68     case $$flg in \
69       *$$target_option*) has_opt=yes; break;; \
70     esac; \
71   done; \
72   test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgdatadir = $(datadir)/g4export
76 pkgincludedir = $(includedir)/g4export
77 pkglibdir = $(libdir)/g4export
78 pkglibexecdir = $(libexecdir)/g4export
4244cc 79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
JS 80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
929277 91 bin_PROGRAMS = g4export$(EXEEXT)
4244cc 92 subdir = src
JS 93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
929277 94 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
4244cc 95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
JS 96     $(ACLOCAL_M4)
929277 97 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
4244cc 98 mkinstalldirs = $(install_sh) -d
JS 99 CONFIG_HEADER = $(top_builddir)/config.h
100 CONFIG_CLEAN_FILES =
101 CONFIG_CLEAN_VPATH_FILES =
102 am__installdirs = "$(DESTDIR)$(bindir)"
103 PROGRAMS = $(bin_PROGRAMS)
929277 104 am_g4export_OBJECTS = g4export-G4Export.$(OBJEXT) \
JS 105     g4export-G4Hub.$(OBJEXT) g4export-G4Trk.$(OBJEXT) \
106     g4export-Quaternion.$(OBJEXT)
107 g4export_OBJECTS = $(am_g4export_OBJECTS)
4244cc 108 am__DEPENDENCIES_1 =
929277 109 g4export_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
JS 110 g4export_LINK = $(CXXLD) $(g4export_CXXFLAGS) $(CXXFLAGS) \
4244cc 111     $(AM_LDFLAGS) $(LDFLAGS) -o $@
929277 112 AM_V_P = $(am__v_P_$(V))
JS 113 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
114 am__v_P_0 = false
115 am__v_P_1 = :
116 AM_V_GEN = $(am__v_GEN_$(V))
117 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
118 am__v_GEN_0 = @echo "  GEN     " $@;
119 am__v_GEN_1 = 
120 AM_V_at = $(am__v_at_$(V))
121 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
122 am__v_at_0 = @
123 am__v_at_1 = 
4244cc 124 DEFAULT_INCLUDES = -I. -I$(top_builddir)
JS 125 depcomp = $(SHELL) $(top_srcdir)/depcomp
929277 126 am__maybe_remake_depfiles = depfiles
JS 127 am__depfiles_remade = ./$(DEPDIR)/g4export-G4Export.Po \
128     ./$(DEPDIR)/g4export-G4Hub.Po ./$(DEPDIR)/g4export-G4Trk.Po \
129     ./$(DEPDIR)/g4export-Quaternion.Po
4244cc 130 am__mv = mv -f
929277 131 AM_V_lt = $(am__v_lt_$(V))
JS 132 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
133 am__v_lt_0 = --silent
134 am__v_lt_1 = 
4244cc 135 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
JS 136     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
929277 137 AM_V_CXX = $(am__v_CXX_$(V))
JS 138 am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
139 am__v_CXX_0 = @echo "  CXX     " $@;
140 am__v_CXX_1 = 
4244cc 141 CXXLD = $(CXX)
JS 142 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
143     -o $@
929277 144 AM_V_CXXLD = $(am__v_CXXLD_$(V))
JS 145 am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
146 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
147 am__v_CXXLD_1 = 
4244cc 148 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
JS 149     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
929277 150 AM_V_CC = $(am__v_CC_$(V))
JS 151 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
152 am__v_CC_0 = @echo "  CC      " $@;
153 am__v_CC_1 = 
4244cc 154 CCLD = $(CC)
JS 155 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
929277 156 AM_V_CCLD = $(am__v_CCLD_$(V))
JS 157 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
158 am__v_CCLD_0 = @echo "  CCLD    " $@;
159 am__v_CCLD_1 = 
160 SOURCES = $(g4export_SOURCES)
161 DIST_SOURCES = $(g4export_SOURCES)
4244cc 162 am__can_run_installinfo = \
JS 163   case $$AM_UPDATE_INFO_DIR in \
164     n|no|NO) false;; \
165     *) (install-info --version) >/dev/null 2>&1;; \
166   esac
929277 167 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
JS 168 # Read a list of newline-separated strings from the standard input,
169 # and print each of them once, without duplicates.  Input order is
170 # *not* preserved.
171 am__uniquify_input = $(AWK) '\
172   BEGIN { nonempty = 0; } \
173   { items[$$0] = 1; nonempty = 1; } \
174   END { if (nonempty) { for (i in items) print i; }; } \
175 '
176 # Make sure the list of sources is unique.  This is necessary because,
177 # e.g., the same source file might be shared among _SOURCES variables
178 # for different programs/libraries.
179 am__define_uniq_tagged_files = \
180   list='$(am__tagged_files)'; \
181   unique=`for i in $$list; do \
182     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183   done | $(am__uniquify_input)`
184 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
4244cc 185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
929277 186 ACLOCAL = aclocal-1.16
4244cc 187 AMTAR = $${TAR-tar}
929277 188 AM_DEFAULT_VERBOSITY = 1
JS 189 AUTOCONF = autoconf
190 AUTOHEADER = autoheader
191 AUTOMAKE = automake-1.16
4244cc 192 AWK = mawk
JS 193 CC = gcc
194 CCDEPMODE = depmode=gcc3
929277 195 CFLAGS = -g -O2
4244cc 196 CPP = gcc -E
JS 197 CPPFLAGS = 
929277 198 CSCOPE = cscope
JS 199 CTAGS = ctags
4244cc 200 CXX = g++
JS 201 CXXDEPMODE = depmode=gcc3
929277 202 CXXFLAGS = -g -O2
4244cc 203 CYGPATH_W = echo
JS 204 DEFS = -DHAVE_CONFIG_H
205 DEPDIR = .deps
206 ECHO_C = 
207 ECHO_N = -n
208 ECHO_T = 
209 EGREP = /usr/bin/grep -E
929277 210 ETAGS = etags
4244cc 211 EXEEXT = 
JS 212 GLEXT_CFLAGS = -pthread -I/usr/include/gtkglext-1.0 -I/usr/lib/x86_64-linux-gnu/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
213 GLEXT_LIBS = -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgdk-x11-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype
214 GREP = /usr/bin/grep
215 GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16
216 GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype
217 INSTALL = /usr/bin/install -c
218 INSTALL_DATA = ${INSTALL} -m 644
219 INSTALL_PROGRAM = ${INSTALL}
220 INSTALL_SCRIPT = ${INSTALL}
221 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
222 LDFLAGS = 
223 LIBOBJS = 
929277 224 LIBS = -lG4Track -lm 
4244cc 225 LTLIBOBJS = 
929277 226 MAKEINFO = makeinfo
4244cc 227 MKDIR_P = /usr/bin/mkdir -p
JS 228 OBJEXT = o
929277 229 PACKAGE = g4export
4244cc 230 PACKAGE_BUGREPORT = help@polhemus.com
929277 231 PACKAGE_NAME = g4export
JS 232 PACKAGE_STRING = g4export 1.0.0
233 PACKAGE_TARNAME = g4export
4244cc 234 PACKAGE_URL = 
JS 235 PACKAGE_VERSION = 1.0.0
236 PATH_SEPARATOR = :
237 PKG_CONFIG = /usr/bin/pkg-config
238 PKG_CONFIG_LIBDIR = 
239 PKG_CONFIG_PATH = 
240 SET_MAKE = 
241 SHELL = /bin/bash
242 STRIP = 
243 VERSION = 1.0.0
244 abs_builddir = /home/janis/git/g4export/src
245 abs_srcdir = /home/janis/git/g4export/src
246 abs_top_builddir = /home/janis/git/g4export
247 abs_top_srcdir = /home/janis/git/g4export
248 ac_ct_CC = gcc
249 ac_ct_CXX = g++
250 am__include = include
251 am__leading_dot = .
252 am__quote = 
253 am__tar = $${TAR-tar} chof - "$$tardir"
254 am__untar = $${TAR-tar} xf -
255 bindir = ${exec_prefix}/bin
256 build_alias = 
257 builddir = .
258 datadir = ${datarootdir}
259 datarootdir = ${prefix}/share
260 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
261 dvidir = ${docdir}
262 exec_prefix = ${prefix}
263 host_alias = 
264 htmldir = ${docdir}
265 includedir = ${prefix}/include
266 infodir = ${datarootdir}/info
267 install_sh = ${SHELL} /home/janis/git/g4export/install-sh
268 libdir = ${exec_prefix}/lib
269 libexecdir = ${exec_prefix}/libexec
270 localedir = ${datarootdir}/locale
271 localstatedir = ${prefix}/var
272 mandir = ${datarootdir}/man
929277 273 mkdir_p = $(MKDIR_P)
4244cc 274 oldincludedir = /usr/include
JS 275 pdfdir = ${docdir}
276 prefix = /usr/local
277 program_transform_name = s,x,x,
278 psdir = ${docdir}
929277 279 runstatedir = ${localstatedir}/run
4244cc 280 sbindir = ${exec_prefix}/sbin
JS 281 sharedstatedir = ${prefix}/com
282 srcdir = .
283 sysconfdir = ${prefix}/etc
284 target_alias = 
285 top_build_prefix = ../
286 top_builddir = ..
287 top_srcdir = ..
929277 288 g4export_SOURCES = G4Export.cpp G4Hub.cpp G4Hub.h G4Trk.cpp G4Trk.h Quaternion.cpp Quaternion.h struct.h
JS 289 g4export_CXXFLAGS = $(GTK_CFLAGS) $(GLEXT_CFLAGS)
290 g4export_LDADD = $(GTK_LIBS) $(GLEXT_LIBS)
4244cc 291 all: all-am
JS 292
293 .SUFFIXES:
294 .SUFFIXES: .cpp .o .obj
295 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
296     @for dep in $?; do \
297       case '$(am__configure_deps)' in \
298         *$$dep*) \
299           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300             && { if test -f $@; then exit 0; else break; fi; }; \
301           exit 1;; \
302       esac; \
303     done; \
304     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
305     $(am__cd) $(top_srcdir) && \
306       $(AUTOMAKE) --gnu src/Makefile
307 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308     @case '$?' in \
309       *config.status*) \
310         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
311       *) \
929277 312         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
JS 313         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
4244cc 314     esac;
JS 315
316 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
317     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
319 $(top_srcdir)/configure:  $(am__configure_deps)
320     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
322     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323 $(am__aclocal_m4_deps):
324 install-binPROGRAMS: $(bin_PROGRAMS)
325     @$(NORMAL_INSTALL)
326     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
327     if test -n "$$list"; then \
328       echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
329       $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
330     fi; \
331     for p in $$list; do echo "$$p $$p"; done | \
332     sed 's/$(EXEEXT)$$//' | \
929277 333     while read p p1; do if test -f $$p \
JS 334       ; then echo "$$p"; echo "$$p"; else :; fi; \
4244cc 335     done | \
929277 336     sed -e 'p;s,.*/,,;n;h' \
JS 337         -e 's|.*|.|' \
4244cc 338         -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
JS 339     sed 'N;N;N;s,\n, ,g' | \
340     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
341       { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
342         if ($$2 == $$4) files[d] = files[d] " " $$1; \
343         else { print "f", $$3 "/" $$4, $$1; } } \
344       END { for (d in files) print "f", d, files[d] }' | \
345     while read type dir files; do \
346         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
347         test -z "$$files" || { \
348           echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
349           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
350         } \
351     ; done
352
353 uninstall-binPROGRAMS:
354     @$(NORMAL_UNINSTALL)
355     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
356     files=`for p in $$list; do echo "$$p"; done | \
357       sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
929277 358           -e 's/$$/$(EXEEXT)/' \
JS 359     `; \
4244cc 360     test -n "$$list" || exit 0; \
JS 361     echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
362     cd "$(DESTDIR)$(bindir)" && rm -f $$files
363
364 clean-binPROGRAMS:
365     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
929277 366
JS 367 g4export$(EXEEXT): $(g4export_OBJECTS) $(g4export_DEPENDENCIES) $(EXTRA_g4export_DEPENDENCIES) 
368     @rm -f g4export$(EXEEXT)
369     $(AM_V_CXXLD)$(g4export_LINK) $(g4export_OBJECTS) $(g4export_LDADD) $(LIBS)
4244cc 370
JS 371 mostlyclean-compile:
372     -rm -f *.$(OBJEXT)
373
374 distclean-compile:
375     -rm -f *.tab.c
376
929277 377 include ./$(DEPDIR)/g4export-G4Export.Po # am--include-marker
JS 378 include ./$(DEPDIR)/g4export-G4Hub.Po # am--include-marker
379 include ./$(DEPDIR)/g4export-G4Trk.Po # am--include-marker
380 include ./$(DEPDIR)/g4export-Quaternion.Po # am--include-marker
381
382 $(am__depfiles_remade):
383     @$(MKDIR_P) $(@D)
384     @echo '# dummy' >$@-t && $(am__mv) $@-t $@
385
386 am--depfiles: $(am__depfiles_remade)
4244cc 387
JS 388 .cpp.o:
929277 389     $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
JS 390     $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
391 #    $(AM_V_CXX)source='$<' object='$@' libtool=no \
4244cc 392 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 393 #    $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<
4244cc 394
JS 395 .cpp.obj:
929277 396     $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
JS 397     $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
398 #    $(AM_V_CXX)source='$<' object='$@' libtool=no \
4244cc 399 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 400 #    $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
4244cc 401
929277 402 g4export-G4Export.o: G4Export.cpp
JS 403     $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -MT g4export-G4Export.o -MD -MP -MF $(DEPDIR)/g4export-G4Export.Tpo -c -o g4export-G4Export.o `test -f 'G4Export.cpp' || echo '$(srcdir)/'`G4Export.cpp
404     $(AM_V_at)$(am__mv) $(DEPDIR)/g4export-G4Export.Tpo $(DEPDIR)/g4export-G4Export.Po
405 #    $(AM_V_CXX)source='G4Export.cpp' object='g4export-G4Export.o' libtool=no \
4244cc 406 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 407 #    $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -c -o g4export-G4Export.o `test -f 'G4Export.cpp' || echo '$(srcdir)/'`G4Export.cpp
4244cc 408
929277 409 g4export-G4Export.obj: G4Export.cpp
JS 410     $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -MT g4export-G4Export.obj -MD -MP -MF $(DEPDIR)/g4export-G4Export.Tpo -c -o g4export-G4Export.obj `if test -f 'G4Export.cpp'; then $(CYGPATH_W) 'G4Export.cpp'; else $(CYGPATH_W) '$(srcdir)/G4Export.cpp'; fi`
411     $(AM_V_at)$(am__mv) $(DEPDIR)/g4export-G4Export.Tpo $(DEPDIR)/g4export-G4Export.Po
412 #    $(AM_V_CXX)source='G4Export.cpp' object='g4export-G4Export.obj' libtool=no \
4244cc 413 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 414 #    $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -c -o g4export-G4Export.obj `if test -f 'G4Export.cpp'; then $(CYGPATH_W) 'G4Export.cpp'; else $(CYGPATH_W) '$(srcdir)/G4Export.cpp'; fi`
4244cc 415
929277 416 g4export-G4Hub.o: G4Hub.cpp
JS 417     $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -MT g4export-G4Hub.o -MD -MP -MF $(DEPDIR)/g4export-G4Hub.Tpo -c -o g4export-G4Hub.o `test -f 'G4Hub.cpp' || echo '$(srcdir)/'`G4Hub.cpp
418     $(AM_V_at)$(am__mv) $(DEPDIR)/g4export-G4Hub.Tpo $(DEPDIR)/g4export-G4Hub.Po
419 #    $(AM_V_CXX)source='G4Hub.cpp' object='g4export-G4Hub.o' libtool=no \
4244cc 420 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 421 #    $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -c -o g4export-G4Hub.o `test -f 'G4Hub.cpp' || echo '$(srcdir)/'`G4Hub.cpp
4244cc 422
929277 423 g4export-G4Hub.obj: G4Hub.cpp
JS 424     $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -MT g4export-G4Hub.obj -MD -MP -MF $(DEPDIR)/g4export-G4Hub.Tpo -c -o g4export-G4Hub.obj `if test -f 'G4Hub.cpp'; then $(CYGPATH_W) 'G4Hub.cpp'; else $(CYGPATH_W) '$(srcdir)/G4Hub.cpp'; fi`
425     $(AM_V_at)$(am__mv) $(DEPDIR)/g4export-G4Hub.Tpo $(DEPDIR)/g4export-G4Hub.Po
426 #    $(AM_V_CXX)source='G4Hub.cpp' object='g4export-G4Hub.obj' libtool=no \
4244cc 427 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 428 #    $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -c -o g4export-G4Hub.obj `if test -f 'G4Hub.cpp'; then $(CYGPATH_W) 'G4Hub.cpp'; else $(CYGPATH_W) '$(srcdir)/G4Hub.cpp'; fi`
4244cc 429
929277 430 g4export-G4Trk.o: G4Trk.cpp
JS 431     $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -MT g4export-G4Trk.o -MD -MP -MF $(DEPDIR)/g4export-G4Trk.Tpo -c -o g4export-G4Trk.o `test -f 'G4Trk.cpp' || echo '$(srcdir)/'`G4Trk.cpp
432     $(AM_V_at)$(am__mv) $(DEPDIR)/g4export-G4Trk.Tpo $(DEPDIR)/g4export-G4Trk.Po
433 #    $(AM_V_CXX)source='G4Trk.cpp' object='g4export-G4Trk.o' libtool=no \
4244cc 434 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 435 #    $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -c -o g4export-G4Trk.o `test -f 'G4Trk.cpp' || echo '$(srcdir)/'`G4Trk.cpp
4244cc 436
929277 437 g4export-G4Trk.obj: G4Trk.cpp
JS 438     $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -MT g4export-G4Trk.obj -MD -MP -MF $(DEPDIR)/g4export-G4Trk.Tpo -c -o g4export-G4Trk.obj `if test -f 'G4Trk.cpp'; then $(CYGPATH_W) 'G4Trk.cpp'; else $(CYGPATH_W) '$(srcdir)/G4Trk.cpp'; fi`
439     $(AM_V_at)$(am__mv) $(DEPDIR)/g4export-G4Trk.Tpo $(DEPDIR)/g4export-G4Trk.Po
440 #    $(AM_V_CXX)source='G4Trk.cpp' object='g4export-G4Trk.obj' libtool=no \
4244cc 441 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 442 #    $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -c -o g4export-G4Trk.obj `if test -f 'G4Trk.cpp'; then $(CYGPATH_W) 'G4Trk.cpp'; else $(CYGPATH_W) '$(srcdir)/G4Trk.cpp'; fi`
4244cc 443
929277 444 g4export-Quaternion.o: Quaternion.cpp
JS 445     $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -MT g4export-Quaternion.o -MD -MP -MF $(DEPDIR)/g4export-Quaternion.Tpo -c -o g4export-Quaternion.o `test -f 'Quaternion.cpp' || echo '$(srcdir)/'`Quaternion.cpp
446     $(AM_V_at)$(am__mv) $(DEPDIR)/g4export-Quaternion.Tpo $(DEPDIR)/g4export-Quaternion.Po
447 #    $(AM_V_CXX)source='Quaternion.cpp' object='g4export-Quaternion.o' libtool=no \
4244cc 448 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 449 #    $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -c -o g4export-Quaternion.o `test -f 'Quaternion.cpp' || echo '$(srcdir)/'`Quaternion.cpp
4244cc 450
929277 451 g4export-Quaternion.obj: Quaternion.cpp
JS 452     $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -MT g4export-Quaternion.obj -MD -MP -MF $(DEPDIR)/g4export-Quaternion.Tpo -c -o g4export-Quaternion.obj `if test -f 'Quaternion.cpp'; then $(CYGPATH_W) 'Quaternion.cpp'; else $(CYGPATH_W) '$(srcdir)/Quaternion.cpp'; fi`
453     $(AM_V_at)$(am__mv) $(DEPDIR)/g4export-Quaternion.Tpo $(DEPDIR)/g4export-Quaternion.Po
454 #    $(AM_V_CXX)source='Quaternion.cpp' object='g4export-Quaternion.obj' libtool=no \
4244cc 455 #    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
929277 456 #    $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(g4export_CXXFLAGS) $(CXXFLAGS) -c -o g4export-Quaternion.obj `if test -f 'Quaternion.cpp'; then $(CYGPATH_W) 'Quaternion.cpp'; else $(CYGPATH_W) '$(srcdir)/Quaternion.cpp'; fi`
4244cc 457
929277 458 ID: $(am__tagged_files)
JS 459     $(am__define_uniq_tagged_files); mkid -fID $$unique
460 tags: tags-am
461 TAGS: tags
4244cc 462
929277 463 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4244cc 464     set x; \
JS 465     here=`pwd`; \
929277 466     $(am__define_uniq_tagged_files); \
4244cc 467     shift; \
JS 468     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
469       test -n "$$unique" || unique=$$empty_fix; \
470       if test $$# -gt 0; then \
471         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472           "$$@" $$unique; \
473       else \
474         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475           $$unique; \
476       fi; \
477     fi
929277 478 ctags: ctags-am
JS 479
480 CTAGS: ctags
481 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
482     $(am__define_uniq_tagged_files); \
4244cc 483     test -z "$(CTAGS_ARGS)$$unique" \
JS 484       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
485          $$unique
486
487 GTAGS:
488     here=`$(am__cd) $(top_builddir) && pwd` \
489       && $(am__cd) $(top_srcdir) \
490       && gtags -i $(GTAGS_ARGS) "$$here"
929277 491 cscopelist: cscopelist-am
JS 492
493 cscopelist-am: $(am__tagged_files)
494     list='$(am__tagged_files)'; \
495     case "$(srcdir)" in \
496       [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
497       *) sdir=$(subdir)/$(srcdir) ;; \
498     esac; \
499     for i in $$list; do \
500       if test -f "$$i"; then \
501         echo "$(subdir)/$$i"; \
502       else \
503         echo "$$sdir/$$i"; \
504       fi; \
505     done >> $(top_builddir)/cscope.files
4244cc 506
JS 507 distclean-tags:
508     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
929277 509 distdir: $(BUILT_SOURCES)
JS 510     $(MAKE) $(AM_MAKEFLAGS) distdir-am
4244cc 511
929277 512 distdir-am: $(DISTFILES)
4244cc 513     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
JS 514     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515     list='$(DISTFILES)'; \
516       dist_files=`for file in $$list; do echo $$file; done | \
517       sed -e "s|^$$srcdirstrip/||;t" \
518           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519     case $$dist_files in \
520       */*) $(MKDIR_P) `echo "$$dist_files" | \
521                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522                sort -u` ;; \
523     esac; \
524     for file in $$dist_files; do \
525       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526       if test -d $$d/$$file; then \
527         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528         if test -d "$(distdir)/$$file"; then \
529           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530         fi; \
531         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534         fi; \
535         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536       else \
537         test -f "$(distdir)/$$file" \
538         || cp -p $$d/$$file "$(distdir)/$$file" \
539         || exit 1; \
540       fi; \
541     done
542 check-am: all-am
543 check: check-am
544 all-am: Makefile $(PROGRAMS)
545 installdirs:
546     for dir in "$(DESTDIR)$(bindir)"; do \
547       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
548     done
549 install: install-am
550 install-exec: install-exec-am
551 install-data: install-data-am
552 uninstall: uninstall-am
553
554 install-am: all-am
555     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
556
557 installcheck: installcheck-am
558 install-strip:
559     if test -z '$(STRIP)'; then \
560       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562           install; \
563     else \
564       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
567     fi
568 mostlyclean-generic:
569
570 clean-generic:
571
572 distclean-generic:
573     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
575
576 maintainer-clean-generic:
577     @echo "This command is intended for maintainers to use"
578     @echo "it deletes files that may require special tools to rebuild."
579 clean: clean-am
580
581 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
582
583 distclean: distclean-am
929277 584         -rm -f ./$(DEPDIR)/g4export-G4Export.Po
JS 585     -rm -f ./$(DEPDIR)/g4export-G4Hub.Po
586     -rm -f ./$(DEPDIR)/g4export-G4Trk.Po
587     -rm -f ./$(DEPDIR)/g4export-Quaternion.Po
4244cc 588     -rm -f Makefile
JS 589 distclean-am: clean-am distclean-compile distclean-generic \
590     distclean-tags
591
592 dvi: dvi-am
593
594 dvi-am:
595
596 html: html-am
597
598 html-am:
599
600 info: info-am
601
602 info-am:
603
604 install-data-am:
605
606 install-dvi: install-dvi-am
607
608 install-dvi-am:
609
610 install-exec-am: install-binPROGRAMS
611
612 install-html: install-html-am
613
614 install-html-am:
615
616 install-info: install-info-am
617
618 install-info-am:
619
620 install-man:
621
622 install-pdf: install-pdf-am
623
624 install-pdf-am:
625
626 install-ps: install-ps-am
627
628 install-ps-am:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-am
929277 633         -rm -f ./$(DEPDIR)/g4export-G4Export.Po
JS 634     -rm -f ./$(DEPDIR)/g4export-G4Hub.Po
635     -rm -f ./$(DEPDIR)/g4export-G4Trk.Po
636     -rm -f ./$(DEPDIR)/g4export-Quaternion.Po
4244cc 637     -rm -f Makefile
JS 638 maintainer-clean-am: distclean-am maintainer-clean-generic
639
640 mostlyclean: mostlyclean-am
641
642 mostlyclean-am: mostlyclean-compile mostlyclean-generic
643
644 pdf: pdf-am
645
646 pdf-am:
647
648 ps: ps-am
649
650 ps-am:
651
652 uninstall-am: uninstall-binPROGRAMS
653
654 .MAKE: install-am install-strip
655
929277 656 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
JS 657     clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
658     distclean distclean-compile distclean-generic distclean-tags \
659     distdir dvi dvi-am html html-am info info-am install \
660     install-am install-binPROGRAMS install-data install-data-am \
661     install-dvi install-dvi-am install-exec install-exec-am \
662     install-html install-html-am install-info install-info-am \
663     install-man install-pdf install-pdf-am install-ps \
664     install-ps-am install-strip installcheck installcheck-am \
665     installdirs maintainer-clean maintainer-clean-generic \
666     mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
667     ps ps-am tags tags-am uninstall uninstall-am \
668     uninstall-binPROGRAMS
669
670 .PRECIOUS: Makefile
4244cc 671
JS 672
673 # Tell versions [3.59,3.63) of GNU make to not export all variables.
674 # Otherwise a system limit (for SysV at least) may be exceeded.
675 .NOEXPORT: