Mercurial > repos > ktnyt > gembassy
comparison GEMBASSY-1.0.3/include/Makefile @ 0:8300eb051bea draft
Initial upload
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:19:29 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8300eb051bea |
---|---|
1 # Makefile.in generated by automake 1.13.1 from Makefile.am. | |
2 # include/Makefile. Generated from Makefile.in by configure. | |
3 | |
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc. | |
5 | |
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 am__make_dryrun = \ | |
19 { \ | |
20 am__dry=no; \ | |
21 case $$MAKEFLAGS in \ | |
22 *\\[\ \ ]*) \ | |
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
25 *) \ | |
26 for am__flg in $$MAKEFLAGS; do \ | |
27 case $$am__flg in \ | |
28 *=*|--*) ;; \ | |
29 *n*) am__dry=yes; break;; \ | |
30 esac; \ | |
31 done;; \ | |
32 esac; \ | |
33 test $$am__dry = yes; \ | |
34 } | |
35 pkgdatadir = $(datadir)/GEMBASSY | |
36 pkgincludedir = $(includedir)/GEMBASSY | |
37 pkglibdir = $(libdir)/GEMBASSY | |
38 pkglibexecdir = $(libexecdir)/GEMBASSY | |
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
40 install_sh_DATA = $(install_sh) -c -m 644 | |
41 install_sh_PROGRAM = $(install_sh) -c | |
42 install_sh_SCRIPT = $(install_sh) -c | |
43 INSTALL_HEADER = $(INSTALL_DATA) | |
44 transform = $(program_transform_name) | |
45 NORMAL_INSTALL = : | |
46 PRE_INSTALL = : | |
47 POST_INSTALL = : | |
48 NORMAL_UNINSTALL = : | |
49 PRE_UNINSTALL = : | |
50 POST_UNINSTALL = : | |
51 build_triplet = x86_64-apple-darwin12.3.0 | |
52 host_triplet = x86_64-apple-darwin12.3.0 | |
53 subdir = include | |
54 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | |
55 $(top_srcdir)/depcomp | |
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
57 am__aclocal_m4_deps = $(top_srcdir)/m4/amd64.m4 \ | |
58 $(top_srcdir)/m4/general.m4 $(top_srcdir)/m4/hpdf.m4 \ | |
59 $(top_srcdir)/m4/java.m4 $(top_srcdir)/m4/lf_x11.m4 \ | |
60 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
61 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
62 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mysql.m4 \ | |
63 $(top_srcdir)/m4/pngdriver.m4 $(top_srcdir)/m4/postgresql.m4 \ | |
64 $(top_srcdir)/m4/sgi.m4 $(top_srcdir)/configure.ac | |
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
66 $(ACLOCAL_M4) | |
67 mkinstalldirs = $(install_sh) -d | |
68 CONFIG_HEADER = $(top_builddir)/src/config.h | |
69 CONFIG_CLEAN_FILES = | |
70 CONFIG_CLEAN_VPATH_FILES = | |
71 LIBRARIES = $(noinst_LIBRARIES) | |
72 ARFLAGS = cru | |
73 AM_V_AR = $(am__v_AR_$(V)) | |
74 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY)) | |
75 am__v_AR_0 = @echo " AR " $@; | |
76 am__v_AR_1 = | |
77 libgfile_a_AR = $(AR) $(ARFLAGS) | |
78 libgfile_a_LIBADD = | |
79 am_libgfile_a_OBJECTS = gfile.$(OBJEXT) | |
80 libgfile_a_OBJECTS = $(am_libgfile_a_OBJECTS) | |
81 libghttp_a_AR = $(AR) $(ARFLAGS) | |
82 libghttp_a_LIBADD = | |
83 am_libghttp_a_OBJECTS = ghttp.$(OBJEXT) | |
84 libghttp_a_OBJECTS = $(am_libghttp_a_OBJECTS) | |
85 libgplot_a_AR = $(AR) $(ARFLAGS) | |
86 libgplot_a_LIBADD = | |
87 am_libgplot_a_OBJECTS = gplot.$(OBJEXT) | |
88 libgplot_a_OBJECTS = $(am_libgplot_a_OBJECTS) | |
89 libgpost_a_AR = $(AR) $(ARFLAGS) | |
90 libgpost_a_LIBADD = | |
91 am_libgpost_a_OBJECTS = gpost.$(OBJEXT) | |
92 libgpost_a_OBJECTS = $(am_libgpost_a_OBJECTS) | |
93 AM_V_P = $(am__v_P_$(V)) | |
94 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) | |
95 am__v_P_0 = false | |
96 am__v_P_1 = : | |
97 AM_V_GEN = $(am__v_GEN_$(V)) | |
98 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | |
99 am__v_GEN_0 = @echo " GEN " $@; | |
100 am__v_GEN_1 = | |
101 AM_V_at = $(am__v_at_$(V)) | |
102 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | |
103 am__v_at_0 = @ | |
104 am__v_at_1 = | |
105 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src | |
106 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
107 am__depfiles_maybe = depfiles | |
108 am__mv = mv -f | |
109 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
110 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
111 AM_V_lt = $(am__v_lt_$(V)) | |
112 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) | |
113 am__v_lt_0 = --silent | |
114 am__v_lt_1 = | |
115 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
116 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |
117 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
118 $(AM_CFLAGS) $(CFLAGS) | |
119 AM_V_CC = $(am__v_CC_$(V)) | |
120 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) | |
121 am__v_CC_0 = @echo " CC " $@; | |
122 am__v_CC_1 = | |
123 CCLD = $(CC) | |
124 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |
125 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
126 $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
127 AM_V_CCLD = $(am__v_CCLD_$(V)) | |
128 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) | |
129 am__v_CCLD_0 = @echo " CCLD " $@; | |
130 am__v_CCLD_1 = | |
131 SOURCES = $(libgfile_a_SOURCES) $(libghttp_a_SOURCES) \ | |
132 $(libgplot_a_SOURCES) $(libgpost_a_SOURCES) | |
133 DIST_SOURCES = $(libgfile_a_SOURCES) $(libghttp_a_SOURCES) \ | |
134 $(libgplot_a_SOURCES) $(libgpost_a_SOURCES) | |
135 am__can_run_installinfo = \ | |
136 case $$AM_UPDATE_INFO_DIR in \ | |
137 n|no|NO) false;; \ | |
138 *) (install-info --version) >/dev/null 2>&1;; \ | |
139 esac | |
140 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
141 # Read a list of newline-separated strings from the standard input, | |
142 # and print each of them once, without duplicates. Input order is | |
143 # *not* preserved. | |
144 am__uniquify_input = $(AWK) '\ | |
145 BEGIN { nonempty = 0; } \ | |
146 { items[$$0] = 1; nonempty = 1; } \ | |
147 END { if (nonempty) { for (i in items) print i; }; } \ | |
148 ' | |
149 # Make sure the list of sources is unique. This is necessary because, | |
150 # e.g., the same source file might be shared among _SOURCES variables | |
151 # for different programs/libraries. | |
152 am__define_uniq_tagged_files = \ | |
153 list='$(am__tagged_files)'; \ | |
154 unique=`for i in $$list; do \ | |
155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
156 done | $(am__uniquify_input)` | |
157 ETAGS = etags | |
158 CTAGS = ctags | |
159 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
160 ACLOCAL = ${SHELL} /Users/kotone/dev/git/GEMBASSY/missing aclocal-1.13 | |
161 AMTAR = $${TAR-tar} | |
162 AM_DEFAULT_VERBOSITY = 1 | |
163 AR = ar | |
164 AUTOCONF = ${SHELL} /Users/kotone/dev/git/GEMBASSY/missing autoconf | |
165 AUTOHEADER = ${SHELL} /Users/kotone/dev/git/GEMBASSY/missing autoheader | |
166 AUTOMAKE = ${SHELL} /Users/kotone/dev/git/GEMBASSY/missing automake-1.13 | |
167 AWK = awk | |
168 CC = gcc | |
169 CCDEPMODE = depmode=gcc3 | |
170 CFLAGS = -O2 -I/usr/X11/include -L/usr/X11/lib -I/usr/X11/include -DNO_AUTH | |
171 CPP = gcc -E | |
172 CPPFLAGS = -DAJ_MACOSXLF | |
173 CYGPATH_W = echo | |
174 DEFS = -DHAVE_CONFIG_H | |
175 DEPDIR = .deps | |
176 DLLTOOL = false | |
177 DSYMUTIL = dsymutil | |
178 DUMPBIN = | |
179 ECHO_C = \c | |
180 ECHO_N = | |
181 ECHO_T = | |
182 EGREP = /usr/bin/grep -E | |
183 ESYSTEMLIBS = | |
184 EXEEXT = | |
185 FGREP = /usr/bin/grep -F | |
186 GREP = /usr/bin/grep | |
187 HAVE_MEMMOVE = | |
188 HAVE_STRERROR = | |
189 INSTALL = /usr/bin/install -c | |
190 INSTALL_DATA = ${INSTALL} -m 644 | |
191 INSTALL_PROGRAM = ${INSTALL} | |
192 INSTALL_SCRIPT = ${INSTALL} | |
193 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s | |
194 ISAIXIA64 = | |
195 ISCYGWIN = | |
196 JAVA_OK = | |
197 LD = /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
198 LDFLAGS = | |
199 LIBOBJS = | |
200 LIBS = -lm -lgd -lpng -lz -lm | |
201 LIBTOOL = $(SHELL) $(top_builddir)/libtool | |
202 LIPO = lipo | |
203 LN_S = ln -s | |
204 LTLIBOBJS = | |
205 MAKEINFO = ${SHELL} /Users/kotone/dev/git/GEMBASSY/missing makeinfo | |
206 MANIFEST_TOOL = : | |
207 MKDIR_P = .././install-sh -c -d | |
208 MYSQL_CFLAGS = | |
209 MYSQL_CONFIG = no | |
210 MYSQL_CPPFLAGS = | |
211 MYSQL_LDFLAGS = | |
212 MYSQL_VERSION = | |
213 NEEDAJAX = | |
214 NM = /usr/bin/nm | |
215 NMEDIT = nmedit | |
216 OBJDUMP = false | |
217 OBJEXT = o | |
218 OTOOL = otool | |
219 OTOOL64 = : | |
220 PACKAGE = GEMBASSY | |
221 PACKAGE_BUGREPORT = celery@g-language.org | |
222 PACKAGE_NAME = GEMBASSY | |
223 PACKAGE_STRING = GEMBASSY 1.0.0 | |
224 PACKAGE_TARNAME = GEMBASSY | |
225 PACKAGE_URL = http://www.g-language.org/gembassy/ | |
226 PACKAGE_VERSION = 1.0.0 | |
227 PATH_SEPARATOR = : | |
228 PCRE_DATE = 21-May-2003 | |
229 PCRE_LIB_VERSION = 0:1:0 | |
230 PCRE_MAJOR = 4 | |
231 PCRE_MINOR = 3 | |
232 PCRE_POSIXLIB_VERSION = 0:0:0 | |
233 PCRE_VERSION = 4.3 | |
234 PG_CONFIG = /usr/bin/pg_config | |
235 POSIX_MALLOC_THRESHOLD = -DPOSIX_MALLOC_THRESHOLD=10 | |
236 POSTGRESQL_CFLAGS = -I/usr/include | |
237 POSTGRESQL_CPPFLAGS = -I/usr/include | |
238 POSTGRESQL_LDFLAGS = -L/usr/lib -lpq | |
239 POSTGRESQL_VERSION = 9.1.5 | |
240 RANLIB = ranlib | |
241 SED = /usr/bin/sed | |
242 SET_MAKE = | |
243 SHELL = /bin/sh | |
244 STRIP = strip | |
245 VERSION = 1.0.0 | |
246 XLIB = -lX11 -lXaw -lXt | |
247 XMKMF = | |
248 X_CFLAGS = -I/usr/X11/include | |
249 X_EXTRA_LIBS = | |
250 X_LIBS = | |
251 X_PRE_LIBS = -lSM -lICE | |
252 abs_builddir = /Users/kotone/dev/git/GEMBASSY/include | |
253 abs_srcdir = /Users/kotone/dev/git/GEMBASSY/include | |
254 abs_top_builddir = /Users/kotone/dev/git/GEMBASSY | |
255 abs_top_srcdir = /Users/kotone/dev/git/GEMBASSY | |
256 ac_ct_AR = ar | |
257 ac_ct_CC = gcc | |
258 ac_ct_DUMPBIN = | |
259 am__include = include | |
260 am__leading_dot = . | |
261 am__quote = | |
262 am__tar = $${TAR-tar} chof - "$$tardir" | |
263 am__untar = $${TAR-tar} xf - | |
264 bindir = ${exec_prefix}/bin | |
265 build = x86_64-apple-darwin12.3.0 | |
266 build_alias = | |
267 build_cpu = x86_64 | |
268 build_os = darwin12.3.0 | |
269 build_vendor = apple | |
270 builddir = . | |
271 datadir = ${datarootdir} | |
272 datarootdir = ${prefix}/share | |
273 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} | |
274 dvidir = ${docdir} | |
275 embprefix = /Users/kotone/opt | |
276 exec_prefix = ${prefix} | |
277 havejavac = | |
278 host = x86_64-apple-darwin12.3.0 | |
279 host_alias = | |
280 host_cpu = x86_64 | |
281 host_os = darwin12.3.0 | |
282 host_vendor = apple | |
283 htmldir = ${docdir} | |
284 includedir = ${prefix}/include | |
285 infodir = ${datarootdir}/info | |
286 install_sh = ${SHELL} /Users/kotone/dev/git/GEMBASSY/install-sh | |
287 libdir = ${exec_prefix}/lib | |
288 libexecdir = ${exec_prefix}/libexec | |
289 localedir = ${datarootdir}/locale | |
290 localstatedir = ${prefix}/var | |
291 mandir = ${datarootdir}/man | |
292 mkdir_p = $(MKDIR_P) | |
293 oldincludedir = /usr/include | |
294 pdfdir = ${docdir} | |
295 prefix = /Users/kotone/opt | |
296 program_transform_name = s,x,x, | |
297 psdir = ${docdir} | |
298 sbindir = ${exec_prefix}/sbin | |
299 sharedstatedir = ${prefix}/com | |
300 srcdir = . | |
301 sysconfdir = ${prefix}/etc | |
302 target_alias = | |
303 top_build_prefix = ../ | |
304 top_builddir = .. | |
305 top_srcdir = .. | |
306 INCLUDES = -I../include -I${embprefix}/include -I${embprefix}/include/eplplot -I${embprefix}/include/epcre -I${embprefix}/include/ezlib -I../gsoap | |
307 #INCLUDES = -I../include -I../../../nucleus -I../../../ajax/pcre \ | |
308 # -I../../../ajax/expat -I../../../ajax/zlib \ | |
309 # -I../../../ajax/core -I../../../ajax/graphics \ | |
310 # -I../../../ajax/ensembl -I../../../ajax/ajaxdb \ | |
311 # -I../../../ajax/acd -I../../../plplot -I../gsoap | |
312 | |
313 #AIX_CFLAGS = -Wl,-bdynamic -Wl,-brtl -L${embprefix}/lib -lnucleus -lacd \ | |
314 #-lajaxdb -lensembl -lajaxg -lajax -leexpat -lepcre -lezlib -leplplot -lcurl | |
315 | |
316 ##AIX_CFLAGS = -Wl,-bdynamic -Wl,-brtl -L../../../plplot/.libs \ | |
317 ##-L../../../ajax/pcre/.libs -L../../../ajax/expat/.libs \ | |
318 ##-L../../../ajax/zlib/.libs -L../../../ajax/core/.libs \ | |
319 ##-L../../../ajax/graphics/.libs -L../../../ajax/ensembl/.libs \ | |
320 ##-L../../../ajax/ajaxdb/.libs -L../../../ajax/acd/.libs \ | |
321 ##-L../../../nucleus/.libs \ | |
322 ##-lnucleus -lacd -lajaxdb -lensembl -lajaxg -lajax -leexpat -lepcre \ | |
323 ##-lezlib -leplplot -lcurl | |
324 | |
325 AM_CFLAGS = $(AIX_CFLAGS) $(WARN_CFLAGS) $(DEVWARN_CFLAGS) | |
326 noinst_LIBRARIES = libgfile.a libghttp.a libgplot.a libgpost.a | |
327 libgfile_a_SOURCES = gfile.c | |
328 libghttp_a_SOURCES = ghttp.c | |
329 libgplot_a_SOURCES = gplot.c | |
330 libgpost_a_SOURCES = gpost.c | |
331 LDADD = -L${embprefix}/lib -lnucleus -lacd -lajaxdb -lensembl \ | |
332 -lajaxg -lajax -leexpat -lepcre -lezlib -leplplot -lcurl \ | |
333 $(XLIB) | |
334 | |
335 #LDADD = ../../../nucleus/libnucleus.la ../../../ajax/acd/libacd.la \ | |
336 # ../../../ajax/ajaxdb/libajaxdb.la \ | |
337 # ../../../ajax/ensembl/libensembl.la \ | |
338 # ../../../ajax/graphics/libajaxg.la \ | |
339 # ../../../ajax/core/libajax.la \ | |
340 # ../../../ajax/zlib/libezlib.la \ | |
341 # ../../../ajax/expat/libeexpat.la \ | |
342 # ../../../ajax/pcre/libepcre.la \ | |
343 # ../../../plplot/libeplplot.la \ | |
344 # -lcurl \ | |
345 # $(XLIB) | |
346 | |
347 all: all-am | |
348 | |
349 .SUFFIXES: | |
350 .SUFFIXES: .c .lo .o .obj | |
351 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
352 @for dep in $?; do \ | |
353 case '$(am__configure_deps)' in \ | |
354 *$$dep*) \ | |
355 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
356 && { if test -f $@; then exit 0; else break; fi; }; \ | |
357 exit 1;; \ | |
358 esac; \ | |
359 done; \ | |
360 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \ | |
361 $(am__cd) $(top_srcdir) && \ | |
362 $(AUTOMAKE) --gnu include/Makefile | |
363 .PRECIOUS: Makefile | |
364 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
365 @case '$?' in \ | |
366 *config.status*) \ | |
367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
368 *) \ | |
369 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
370 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
371 esac; | |
372 | |
373 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
375 | |
376 $(top_srcdir)/configure: $(am__configure_deps) | |
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
378 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
380 $(am__aclocal_m4_deps): | |
381 | |
382 clean-noinstLIBRARIES: | |
383 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
384 libgfile.a: $(libgfile_a_OBJECTS) $(libgfile_a_DEPENDENCIES) $(EXTRA_libgfile_a_DEPENDENCIES) | |
385 $(AM_V_at)-rm -f libgfile.a | |
386 $(AM_V_AR)$(libgfile_a_AR) libgfile.a $(libgfile_a_OBJECTS) $(libgfile_a_LIBADD) | |
387 $(AM_V_at)$(RANLIB) libgfile.a | |
388 libghttp.a: $(libghttp_a_OBJECTS) $(libghttp_a_DEPENDENCIES) $(EXTRA_libghttp_a_DEPENDENCIES) | |
389 $(AM_V_at)-rm -f libghttp.a | |
390 $(AM_V_AR)$(libghttp_a_AR) libghttp.a $(libghttp_a_OBJECTS) $(libghttp_a_LIBADD) | |
391 $(AM_V_at)$(RANLIB) libghttp.a | |
392 libgplot.a: $(libgplot_a_OBJECTS) $(libgplot_a_DEPENDENCIES) $(EXTRA_libgplot_a_DEPENDENCIES) | |
393 $(AM_V_at)-rm -f libgplot.a | |
394 $(AM_V_AR)$(libgplot_a_AR) libgplot.a $(libgplot_a_OBJECTS) $(libgplot_a_LIBADD) | |
395 $(AM_V_at)$(RANLIB) libgplot.a | |
396 libgpost.a: $(libgpost_a_OBJECTS) $(libgpost_a_DEPENDENCIES) $(EXTRA_libgpost_a_DEPENDENCIES) | |
397 $(AM_V_at)-rm -f libgpost.a | |
398 $(AM_V_AR)$(libgpost_a_AR) libgpost.a $(libgpost_a_OBJECTS) $(libgpost_a_LIBADD) | |
399 $(AM_V_at)$(RANLIB) libgpost.a | |
400 | |
401 mostlyclean-compile: | |
402 -rm -f *.$(OBJEXT) | |
403 | |
404 distclean-compile: | |
405 -rm -f *.tab.c | |
406 | |
407 include ./$(DEPDIR)/gfile.Po | |
408 include ./$(DEPDIR)/ghttp.Po | |
409 include ./$(DEPDIR)/gplot.Po | |
410 include ./$(DEPDIR)/gpost.Po | |
411 | |
412 .c.o: | |
413 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
414 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
415 # $(AM_V_CC)source='$<' object='$@' libtool=no \ | |
416 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ | |
417 # $(AM_V_CC_no)$(COMPILE) -c $< | |
418 | |
419 .c.obj: | |
420 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
421 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
422 # $(AM_V_CC)source='$<' object='$@' libtool=no \ | |
423 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ | |
424 # $(AM_V_CC_no)$(COMPILE) -c `$(CYGPATH_W) '$<'` | |
425 | |
426 .c.lo: | |
427 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
428 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
429 # $(AM_V_CC)source='$<' object='$@' libtool=yes \ | |
430 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ | |
431 # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< | |
432 | |
433 mostlyclean-libtool: | |
434 -rm -f *.lo | |
435 | |
436 clean-libtool: | |
437 -rm -rf .libs _libs | |
438 | |
439 ID: $(am__tagged_files) | |
440 $(am__define_uniq_tagged_files); mkid -fID $$unique | |
441 tags: tags-am | |
442 TAGS: tags | |
443 | |
444 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
445 set x; \ | |
446 here=`pwd`; \ | |
447 $(am__define_uniq_tagged_files); \ | |
448 shift; \ | |
449 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
450 test -n "$$unique" || unique=$$empty_fix; \ | |
451 if test $$# -gt 0; then \ | |
452 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
453 "$$@" $$unique; \ | |
454 else \ | |
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
456 $$unique; \ | |
457 fi; \ | |
458 fi | |
459 ctags: ctags-am | |
460 | |
461 CTAGS: ctags | |
462 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
463 $(am__define_uniq_tagged_files); \ | |
464 test -z "$(CTAGS_ARGS)$$unique" \ | |
465 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
466 $$unique | |
467 | |
468 GTAGS: | |
469 here=`$(am__cd) $(top_builddir) && pwd` \ | |
470 && $(am__cd) $(top_srcdir) \ | |
471 && gtags -i $(GTAGS_ARGS) "$$here" | |
472 cscopelist: cscopelist-am | |
473 | |
474 cscopelist-am: $(am__tagged_files) | |
475 list='$(am__tagged_files)'; \ | |
476 case "$(srcdir)" in \ | |
477 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
478 *) sdir=$(subdir)/$(srcdir) ;; \ | |
479 esac; \ | |
480 for i in $$list; do \ | |
481 if test -f "$$i"; then \ | |
482 echo "$(subdir)/$$i"; \ | |
483 else \ | |
484 echo "$$sdir/$$i"; \ | |
485 fi; \ | |
486 done >> $(top_builddir)/cscope.files | |
487 | |
488 distclean-tags: | |
489 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
490 | |
491 distdir: $(DISTFILES) | |
492 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
493 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
494 list='$(DISTFILES)'; \ | |
495 dist_files=`for file in $$list; do echo $$file; done | \ | |
496 sed -e "s|^$$srcdirstrip/||;t" \ | |
497 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
498 case $$dist_files in \ | |
499 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
500 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
501 sort -u` ;; \ | |
502 esac; \ | |
503 for file in $$dist_files; do \ | |
504 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
505 if test -d $$d/$$file; then \ | |
506 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
507 if test -d "$(distdir)/$$file"; then \ | |
508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
509 fi; \ | |
510 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
511 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
513 fi; \ | |
514 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
515 else \ | |
516 test -f "$(distdir)/$$file" \ | |
517 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
518 || exit 1; \ | |
519 fi; \ | |
520 done | |
521 check-am: all-am | |
522 check: check-am | |
523 all-am: Makefile $(LIBRARIES) | |
524 installdirs: | |
525 install: install-am | |
526 install-exec: install-exec-am | |
527 install-data: install-data-am | |
528 uninstall: uninstall-am | |
529 | |
530 install-am: all-am | |
531 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
532 | |
533 installcheck: installcheck-am | |
534 install-strip: | |
535 if test -z '$(STRIP)'; then \ | |
536 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
537 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
538 install; \ | |
539 else \ | |
540 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
541 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
542 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
543 fi | |
544 mostlyclean-generic: | |
545 | |
546 clean-generic: | |
547 | |
548 distclean-generic: | |
549 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
550 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
551 | |
552 maintainer-clean-generic: | |
553 @echo "This command is intended for maintainers to use" | |
554 @echo "it deletes files that may require special tools to rebuild." | |
555 clean: clean-am | |
556 | |
557 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \ | |
558 mostlyclean-am | |
559 | |
560 distclean: distclean-am | |
561 -rm -rf ./$(DEPDIR) | |
562 -rm -f Makefile | |
563 distclean-am: clean-am distclean-compile distclean-generic \ | |
564 distclean-tags | |
565 | |
566 dvi: dvi-am | |
567 | |
568 dvi-am: | |
569 | |
570 html: html-am | |
571 | |
572 html-am: | |
573 | |
574 info: info-am | |
575 | |
576 info-am: | |
577 | |
578 install-data-am: | |
579 | |
580 install-dvi: install-dvi-am | |
581 | |
582 install-dvi-am: | |
583 | |
584 install-exec-am: | |
585 | |
586 install-html: install-html-am | |
587 | |
588 install-html-am: | |
589 | |
590 install-info: install-info-am | |
591 | |
592 install-info-am: | |
593 | |
594 install-man: | |
595 | |
596 install-pdf: install-pdf-am | |
597 | |
598 install-pdf-am: | |
599 | |
600 install-ps: install-ps-am | |
601 | |
602 install-ps-am: | |
603 | |
604 installcheck-am: | |
605 | |
606 maintainer-clean: maintainer-clean-am | |
607 -rm -rf ./$(DEPDIR) | |
608 -rm -f Makefile | |
609 maintainer-clean-am: distclean-am maintainer-clean-generic | |
610 | |
611 mostlyclean: mostlyclean-am | |
612 | |
613 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
614 mostlyclean-libtool | |
615 | |
616 pdf: pdf-am | |
617 | |
618 pdf-am: | |
619 | |
620 ps: ps-am | |
621 | |
622 ps-am: | |
623 | |
624 uninstall-am: | |
625 | |
626 .MAKE: install-am install-strip | |
627 | |
628 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ | |
629 clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \ | |
630 ctags-am distclean distclean-compile distclean-generic \ | |
631 distclean-libtool distclean-tags distdir dvi dvi-am html \ | |
632 html-am info info-am install install-am install-data \ | |
633 install-data-am install-dvi install-dvi-am install-exec \ | |
634 install-exec-am install-html install-html-am install-info \ | |
635 install-info-am install-man install-pdf install-pdf-am \ | |
636 install-ps install-ps-am install-strip installcheck \ | |
637 installcheck-am installdirs maintainer-clean \ | |
638 maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
639 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
640 tags tags-am uninstall uninstall-am | |
641 | |
642 | |
643 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
644 # Otherwise a system limit (for SysV at least) may be exceeded. | |
645 .NOEXPORT: |