- Timestamp:
- 11/30/04 13:44:34 (18 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 5c27814
- Parents:
- 47801f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile.in
r47801f2 rad75d61 87 87 INCLUDES = -I$(top_builddir) -I$(top_srcdir) 88 88 89 90 #noinst_LIBRARIES = libreplace.a 91 #libreplace_a_SOURCES = 92 #libreplace_a_LIBADD = @LIBOBJS@ 89 noinst_LIBRARIES = libreplace.a 90 libreplace_a_SOURCES = 91 libreplace_a_LIBADD = @LIBOBJS@ 92 93 93 lib_LTLIBRARIES = libtrace.la 94 94 include_HEADERS = libtrace.h dagformat.h wag.h … … 102 102 CONFIG_HEADER = $(top_builddir)/config.h 103 103 CONFIG_CLEAN_FILES = 104 LIBRARIES = $(noinst_LIBRARIES) 105 106 libreplace_a_AR = $(AR) cru 107 libreplace_a_DEPENDENCIES = @LIBOBJS@ 108 am_libreplace_a_OBJECTS = 109 libreplace_a_OBJECTS = $(am_libreplace_a_OBJECTS) 104 110 LTLIBRARIES = $(lib_LTLIBRARIES) 105 111 … … 121 127 @AMDEP_TRUE@ $(DEPDIR)/libtrace_la-dagopts.Plo \ 122 128 @AMDEP_TRUE@ $(DEPDIR)/libtrace_la-fifo.Plo \ 123 @AMDEP_TRUE@ $(DEPDIR)/libtrace_la-trace.Plo 129 @AMDEP_TRUE@ $(DEPDIR)/libtrace_la-trace.Plo \ 130 @AMDEP_TRUE@ $(DEPDIR)/strndup.Po 124 131 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 125 132 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) … … 130 137 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 131 138 CFLAGS = @CFLAGS@ 132 DIST_SOURCES = $(lib trace_la_SOURCES)139 DIST_SOURCES = $(libreplace_a_SOURCES) $(libtrace_la_SOURCES) 133 140 HEADERS = $(include_HEADERS) 134 141 135 DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in 136 SOURCES = $(lib trace_la_SOURCES)142 DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in strndup.c 143 SOURCES = $(libreplace_a_SOURCES) $(libtrace_la_SOURCES) 137 144 138 145 all: all-am … … 156 163 CONFIG_HEADERS= CONFIG_LINKS= \ 157 164 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status 165 166 AR = ar 167 168 clean-noinstLIBRARIES: 169 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 170 libreplace.a: $(libreplace_a_OBJECTS) $(libreplace_a_DEPENDENCIES) 171 -rm -f libreplace.a 172 $(libreplace_a_AR) libreplace.a $(libreplace_a_OBJECTS) $(libreplace_a_LIBADD) 173 $(RANLIB) libreplace.a 158 174 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 159 175 @$(NORMAL_INSTALL) … … 192 208 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/libtrace_la-fifo.Plo@am__quote@ 193 209 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/libtrace_la-trace.Plo@am__quote@ 210 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strndup.Po@am__quote@ 194 211 195 212 distclean-depend: … … 360 377 check-am: all-am 361 378 check: check-am 362 all-am: Makefile $(L TLIBRARIES) $(HEADERS)379 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) 363 380 364 381 installdirs: … … 391 408 392 409 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 393 mostlyclean-am410 clean-noinstLIBRARIES mostlyclean-am 394 411 395 412 distclean: distclean-am … … 429 446 430 447 .PHONY: GTAGS all all-am check check-am clean clean-generic \ 431 clean-libLTLIBRARIES clean-libtool distclean distclean-compile\432 distclean -depend distclean-generic distclean-libtool\433 distclean- tags distdir dvi dvi-am info info-am install\434 in stall-am install-data install-data-am install-exec\435 install-exec -am install-includeHEADERS install-info\436 install-info -am install-libLTLIBRARIES install-man \448 clean-libLTLIBRARIES clean-libtool clean-noinstLIBRARIES \ 449 distclean distclean-compile distclean-depend distclean-generic \ 450 distclean-libtool distclean-tags distdir dvi dvi-am info \ 451 info-am install install-am install-data install-data-am \ 452 install-exec install-exec-am install-includeHEADERS \ 453 install-info install-info-am install-libLTLIBRARIES install-man \ 437 454 install-strip installcheck installcheck-am installdirs \ 438 455 maintainer-clean maintainer-clean-generic mostlyclean \
Note: See TracChangeset
for help on using the changeset viewer.