~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/3rdparty/qmake/DARWIN_PPC/glob/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Generated automatically from Makefile.in by configure.
 
2
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
3
 
 
4
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
# -*-Makefile-*-, or close enough
 
15
 
 
16
 
 
17
SHELL = /bin/sh
 
18
 
 
19
srcdir = ../../glob
 
20
top_srcdir = ../..
 
21
VPATH = ../../glob
 
22
prefix = /usr/local
 
23
exec_prefix = ${prefix}
 
24
 
 
25
bindir = ${exec_prefix}/bin
 
26
sbindir = ${exec_prefix}/sbin
 
27
libexecdir = ${exec_prefix}/libexec
 
28
datadir = ${prefix}/share
 
29
sysconfdir = ${prefix}/etc
 
30
sharedstatedir = ${prefix}/com
 
31
localstatedir = ${prefix}/var
 
32
libdir = ${exec_prefix}/lib
 
33
infodir = ${prefix}/info
 
34
mandir = ${prefix}/man
 
35
includedir = ${prefix}/include
 
36
oldincludedir = /usr/include
 
37
 
 
38
DESTDIR =
 
39
 
 
40
pkgdatadir = $(datadir)/make
 
41
pkglibdir = $(libdir)/make
 
42
pkgincludedir = $(includedir)/make
 
43
 
 
44
top_builddir = ..
 
45
 
 
46
ACLOCAL = aclocal
 
47
AUTOCONF = autoconf
 
48
AUTOMAKE = automake
 
49
AUTOHEADER = autoheader
 
50
 
 
51
INSTALL = /usr/bin/install -c
 
52
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
 
53
INSTALL_DATA = ${INSTALL} -m 644
 
54
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
 
55
transform = s,x,x,
 
56
 
 
57
NORMAL_INSTALL = :
 
58
PRE_INSTALL = :
 
59
POST_INSTALL = :
 
60
NORMAL_UNINSTALL = :
 
61
PRE_UNINSTALL = :
 
62
POST_UNINSTALL = :
 
63
host_alias = powerpc-apple-darwin8.6.0
 
64
host_triplet = 
 
65
AR = ar
 
66
CC = gcc
 
67
CPP = gcc -E
 
68
GETCONF = getconf
 
69
GLOBLIB = glob/libglob.a
 
70
LIBOBJS = 
 
71
MAKEINFO = makeinfo
 
72
MAKE_HOST = 
 
73
PACKAGE = make
 
74
PERL = perl
 
75
RANLIB = ranlib
 
76
REMOTE = sge
 
77
VERSION = 3.78.1
 
78
 
 
79
AUTOMAKE_OPTIONS = 1.4 foreign
 
80
 
 
81
noinst_LIBRARIES = libglob.a
 
82
 
 
83
libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
 
84
 
 
85
EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile                       configure.bat
 
86
 
 
87
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
88
CONFIG_HEADER = ../config.h
 
89
CONFIG_CLEAN_FILES = 
 
90
LIBRARIES =  $(noinst_LIBRARIES)
 
91
 
 
92
 
 
93
DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
 
94
CPPFLAGS =  -I../glob
 
95
LDFLAGS = 
 
96
LIBS = -lkvm 
 
97
libglob_a_LIBADD = 
 
98
libglob_a_OBJECTS =  glob.o fnmatch.o
 
99
CFLAGS = -O3 -no-cpp-precomp -flat_namespace -Wall -Werror -Wstrict-prototypes -DFD_SETSIZE=8192 -DDARWIN -DDARWIN8 -DGETHOSTBYNAME -DGETHOSTBYADDR_M  -DLOAD_OPENSSL -I/vol2/SW/db-4.4.20/darwin-ppc/include/ -DTARGET_32BIT -DQCONF_FLATFILE  -DSPOOLING_dynamic -DSECURE -I/vol2/tools/SW/openssl-0.9.7e/darwin-ppc/include -DCOMPILE_DC -D__SGE_NO_USERMAPPING__ -Wno-error
 
100
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
101
CCLD = $(CC)
 
102
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
103
DIST_COMMON =  COPYING.LIB ChangeLog Makefile.am Makefile.in
 
104
 
 
105
 
 
106
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
107
 
 
108
TAR = gtar
 
109
GZIP_ENV = --best
 
110
SOURCES = $(libglob_a_SOURCES)
 
111
OBJECTS = $(libglob_a_OBJECTS)
 
112
 
 
113
all: all-redirect
 
114
.SUFFIXES:
 
115
.SUFFIXES: .S .c .o .s
 
116
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
117
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps glob/Makefile
 
118
 
 
119
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
120
        cd $(top_builddir) \
 
121
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
122
 
 
123
 
 
124
mostlyclean-noinstLIBRARIES:
 
125
 
 
126
clean-noinstLIBRARIES:
 
127
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
128
 
 
129
distclean-noinstLIBRARIES:
 
130
 
 
131
maintainer-clean-noinstLIBRARIES:
 
132
 
 
133
.c.o:
 
134
        $(COMPILE) -c $<
 
135
 
 
136
.s.o:
 
137
        $(COMPILE) -c $<
 
138
 
 
139
.S.o:
 
140
        $(COMPILE) -c $<
 
141
 
 
142
mostlyclean-compile:
 
143
        -rm -f *.o core *.core
 
144
 
 
145
clean-compile:
 
146
 
 
147
distclean-compile:
 
148
        -rm -f *.tab.c
 
149
 
 
150
maintainer-clean-compile:
 
151
 
 
152
libglob.a: $(libglob_a_OBJECTS) $(libglob_a_DEPENDENCIES)
 
153
        -rm -f libglob.a
 
154
        $(AR) cru libglob.a $(libglob_a_OBJECTS) $(libglob_a_LIBADD)
 
155
        $(RANLIB) libglob.a
 
156
 
 
157
tags: TAGS
 
158
 
 
159
ID: $(HEADERS) $(SOURCES) $(LISP)
 
160
        list='$(SOURCES) $(HEADERS)'; \
 
161
        unique=`for i in $$list; do echo $$i; done | \
 
162
          awk '    { files[$$0] = 1; } \
 
163
               END { for (i in files) print i; }'`; \
 
164
        here=`pwd` && cd $(srcdir) \
 
165
          && mkid -f$$here/ID $$unique $(LISP)
 
166
 
 
167
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
168
        tags=; \
 
169
        here=`pwd`; \
 
170
        list='$(SOURCES) $(HEADERS)'; \
 
171
        unique=`for i in $$list; do echo $$i; done | \
 
172
          awk '    { files[$$0] = 1; } \
 
173
               END { for (i in files) print i; }'`; \
 
174
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
175
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
176
 
 
177
mostlyclean-tags:
 
178
 
 
179
clean-tags:
 
180
 
 
181
distclean-tags:
 
182
        -rm -f TAGS ID
 
183
 
 
184
maintainer-clean-tags:
 
185
 
 
186
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
187
 
 
188
subdir = glob
 
189
 
 
190
distdir: $(DISTFILES)
 
191
        @for file in $(DISTFILES); do \
 
192
          d=$(srcdir); \
 
193
          if test -d $$d/$$file; then \
 
194
            cp -pr $$d/$$file $(distdir)/$$file; \
 
195
          else \
 
196
            test -f $(distdir)/$$file \
 
197
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
198
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
199
          fi; \
 
200
        done
 
201
info-am:
 
202
info: info-am
 
203
dvi-am:
 
204
dvi: dvi-am
 
205
check-am: all-am
 
206
check: check-am
 
207
installcheck-am:
 
208
installcheck: installcheck-am
 
209
install-exec-am:
 
210
install-exec: install-exec-am
 
211
 
 
212
install-data-am:
 
213
install-data: install-data-am
 
214
 
 
215
install-am: all-am
 
216
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
217
install: install-am
 
218
uninstall-am:
 
219
uninstall: uninstall-am
 
220
all-am: Makefile $(LIBRARIES)
 
221
all-redirect: all-am
 
222
install-strip:
 
223
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
224
installdirs:
 
225
 
 
226
 
 
227
mostlyclean-generic:
 
228
 
 
229
clean-generic:
 
230
 
 
231
distclean-generic:
 
232
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
233
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
234
 
 
235
maintainer-clean-generic:
 
236
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 
237
                mostlyclean-tags mostlyclean-generic
 
238
 
 
239
mostlyclean: mostlyclean-am
 
240
 
 
241
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
 
242
                mostlyclean-am
 
243
 
 
244
clean: clean-am
 
245
 
 
246
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 
247
                distclean-tags distclean-generic clean-am
 
248
 
 
249
distclean: distclean-am
 
250
 
 
251
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 
252
                maintainer-clean-compile maintainer-clean-tags \
 
253
                maintainer-clean-generic distclean-am
 
254
        @echo "This command is intended for maintainers to use;"
 
255
        @echo "it deletes files that may require special tools to rebuild."
 
256
 
 
257
maintainer-clean: maintainer-clean-am
 
258
 
 
259
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 
260
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 
261
mostlyclean-compile distclean-compile clean-compile \
 
262
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 
263
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
264
check-am installcheck-am installcheck install-exec-am install-exec \
 
265
install-data-am install-data install-am install uninstall-am uninstall \
 
266
all-redirect all-am all installdirs mostlyclean-generic \
 
267
distclean-generic clean-generic maintainer-clean-generic clean \
 
268
mostlyclean distclean maintainer-clean
 
269
 
 
270
 
 
271
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
272
# Otherwise a system limit (for SysV at least) may be exceeded.
 
273
.NOEXPORT: