~ubuntu-branches/ubuntu/lucid/xcb-util/lucid

« back to all changes in this revision

Viewing changes to property/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Danjou
  • Date: 2009-02-15 12:58:13 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215125813-fvdfqrch1341t8bd
Tags: 0.3.3-2
Add versioned link to GPL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
am__DEPENDENCIES_1 =
57
57
libxcb_property_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
58
58
        $(am__DEPENDENCIES_1)
59
 
am_libxcb_property_la_OBJECTS = libxcb_property_la-prop.lo
 
59
am_libxcb_property_la_OBJECTS = libxcb_property_la-property.lo
60
60
libxcb_property_la_OBJECTS = $(am_libxcb_property_la_OBJECTS)
 
61
libxcb_property_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
62
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
63
        $(libxcb_property_la_LDFLAGS) $(LDFLAGS) -o $@
61
64
DEFAULT_INCLUDES = -I.@am__isrc@
62
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
66
am__depfiles_maybe = depfiles
156
159
XCB_RENDER_LIBS = @XCB_RENDER_LIBS@
157
160
XCB_SHM_CFLAGS = @XCB_SHM_CFLAGS@
158
161
XCB_SHM_LIBS = @XCB_SHM_LIBS@
 
162
XPROTO_CFLAGS = @XPROTO_CFLAGS@
 
163
XPROTO_LIBS = @XPROTO_LIBS@
159
164
abs_builddir = @abs_builddir@
160
165
abs_srcdir = @abs_srcdir@
161
166
abs_top_builddir = @abs_top_builddir@
213
218
lib_LTLIBRARIES = libxcb-property.la
214
219
xcbinclude_HEADERS = xcb_property.h
215
220
AM_CFLAGS = $(CWARNFLAGS)
216
 
libxcb_property_la_SOURCES = prop.c
 
221
libxcb_property_la_SOURCES = property.c
217
222
libxcb_property_la_CPPFLAGS = $(XCB_CFLAGS) $(XCB_EVENT_CFLAGS)
218
223
libxcb_property_la_LIBADD = $(XCB_LIBS) $(XCB_EVENT_LIBS)
 
224
libxcb_property_la_LDFLAGS = -version-info 1:0:0
219
225
pkgconfig_DATA = xcb-property.pc
220
226
EXTRA_DIST = xcb-property.pc.in
221
227
all: all-am
281
287
          rm -f "$${dir}/so_locations"; \
282
288
        done
283
289
libxcb-property.la: $(libxcb_property_la_OBJECTS) $(libxcb_property_la_DEPENDENCIES) 
284
 
        $(LINK) -rpath $(libdir) $(libxcb_property_la_OBJECTS) $(libxcb_property_la_LIBADD) $(LIBS)
 
290
        $(libxcb_property_la_LINK) -rpath $(libdir) $(libxcb_property_la_OBJECTS) $(libxcb_property_la_LIBADD) $(LIBS)
285
291
 
286
292
mostlyclean-compile:
287
293
        -rm -f *.$(OBJEXT)
289
295
distclean-compile:
290
296
        -rm -f *.tab.c
291
297
 
292
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxcb_property_la-prop.Plo@am__quote@
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxcb_property_la-property.Plo@am__quote@
293
299
 
294
300
.c.o:
295
301
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
312
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313
319
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
314
320
 
315
 
libxcb_property_la-prop.lo: prop.c
316
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_property_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxcb_property_la-prop.lo -MD -MP -MF $(DEPDIR)/libxcb_property_la-prop.Tpo -c -o libxcb_property_la-prop.lo `test -f 'prop.c' || echo '$(srcdir)/'`prop.c
317
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxcb_property_la-prop.Tpo $(DEPDIR)/libxcb_property_la-prop.Plo
318
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='prop.c' object='libxcb_property_la-prop.lo' libtool=yes @AMDEPBACKSLASH@
 
321
libxcb_property_la-property.lo: property.c
 
322
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_property_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxcb_property_la-property.lo -MD -MP -MF $(DEPDIR)/libxcb_property_la-property.Tpo -c -o libxcb_property_la-property.lo `test -f 'property.c' || echo '$(srcdir)/'`property.c
 
323
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxcb_property_la-property.Tpo $(DEPDIR)/libxcb_property_la-property.Plo
 
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='property.c' object='libxcb_property_la-property.lo' libtool=yes @AMDEPBACKSLASH@
319
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_property_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxcb_property_la-prop.lo `test -f 'prop.c' || echo '$(srcdir)/'`prop.c
 
326
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_property_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxcb_property_la-property.lo `test -f 'property.c' || echo '$(srcdir)/'`property.c
321
327
 
322
328
mostlyclean-libtool:
323
329
        -rm -f *.lo