~ubuntu-branches/ubuntu/raring/libnice/raring

« back to all changes in this revision

Viewing changes to random/Makefile.in

  • Committer: robert.ancell at canonical
  • Date: 2011-02-07 04:17:01 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: robert.ancell@canonical.com-20110207041701-psaqkjc1v3it3ttk
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
librandom_la_LIBADD =
58
58
am_librandom_la_OBJECTS = random.lo random-glib.lo
59
59
librandom_la_OBJECTS = $(am_librandom_la_OBJECTS)
 
60
AM_V_lt = $(am__v_lt_$(V))
 
61
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
62
am__v_lt_0 = --silent
60
63
test_SOURCES = test.c
61
64
test_OBJECTS = test.$(OBJEXT)
62
65
am__DEPENDENCIES_1 =
67
70
am__mv = mv -f
68
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
74
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
75
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
76
        $(AM_CFLAGS) $(CFLAGS)
 
77
AM_V_CC = $(am__v_CC_$(V))
 
78
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
79
am__v_CC_0 = @echo "  CC    " $@;
 
80
AM_V_at = $(am__v_at_$(V))
 
81
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
82
am__v_at_0 = @
73
83
CCLD = $(CC)
74
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76
 
        $(LDFLAGS) -o $@
 
84
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
85
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
86
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
87
AM_V_CCLD = $(am__v_CCLD_$(V))
 
88
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
89
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
90
AM_V_GEN = $(am__v_GEN_$(V))
 
91
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_GEN_0 = @echo "  GEN   " $@;
77
93
SOURCES = $(librandom_la_SOURCES) test.c
78
94
DIST_SOURCES = $(librandom_la_SOURCES) test.c
79
95
ETAGS = etags
84
100
pkgincludedir = $(includedir)/nice
85
101
ACLOCAL = @ACLOCAL@
86
102
AMTAR = @AMTAR@
 
103
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
87
104
AR = @AR@
88
105
AUTOCONF = @AUTOCONF@
89
106
AUTOHEADER = @AUTOHEADER@
196
213
libexecdir = @libexecdir@
197
214
localedir = @localedir@
198
215
localstatedir = @localstatedir@
199
 
lt_ECHO = @lt_ECHO@
200
216
mandir = @mandir@
201
217
mkdir_p = @mkdir_p@
202
218
oldincludedir = @oldincludedir@
284
300
          rm -f "$${dir}/so_locations"; \
285
301
        done
286
302
librandom.la: $(librandom_la_OBJECTS) $(librandom_la_DEPENDENCIES) 
287
 
        $(LINK)  $(librandom_la_OBJECTS) $(librandom_la_LIBADD) $(LIBS)
 
303
        $(AM_V_CCLD)$(LINK)  $(librandom_la_OBJECTS) $(librandom_la_LIBADD) $(LIBS)
288
304
 
289
305
clean-checkPROGRAMS:
290
306
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
296
312
        rm -f $$list
297
313
test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
298
314
        @rm -f test$(EXEEXT)
299
 
        $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
 
315
        $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
300
316
 
301
317
mostlyclean-compile:
302
318
        -rm -f *.$(OBJEXT)
309
325
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
310
326
 
311
327
.c.o:
312
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
313
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
328
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
329
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
330
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
314
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316
333
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
317
334
 
318
335
.c.obj:
319
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
320
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
336
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
337
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
338
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
321
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323
341
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
324
342
 
325
343
.c.lo:
326
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
344
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
345
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
346
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
328
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
329
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
349
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<