/[libtool]/libtool/tagdemo/Makefile.am
ViewVC logotype

Diff of /libtool/tagdemo/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by othman, Tue Feb 1 23:24:43 2000 UTC revision 1.3 by rboehne, Wed Jun 6 14:53:29 2001 UTC
# Line 7  AUTOMAKE_OPTIONS = no-dependencies forei Line 7  AUTOMAKE_OPTIONS = no-dependencies forei
7  EXTRA_DIST = acinclude.m4  EXTRA_DIST = acinclude.m4
8    
9  noinst_LTLIBRARIES = libfoo.la  noinst_LTLIBRARIES = libfoo.la
10    lib_LTLIBRARIES = libbaz.la
11    
12  libfoo_la_SOURCES = foo.cpp  libfoo_la_SOURCES = foo.cpp
13  libfoo_la_LIBADD = $(LIBM)  libfoo_la_LIBADD = $(LIBM)
14    
15  noinst_HEADERS = foo.h  # Test some of the ILD support when using tagged configurations.
16    libbaz_la_SOURCES = baz.cpp
17    libbaz_la_LIBADD = libfoo.la
18    
19    noinst_HEADERS = foo.h baz.h
20    
21  bin_PROGRAMS = tagdemo  bin_PROGRAMS = tagdemo
22    
23  tagdemo_SOURCES = main.cpp  tagdemo_SOURCES = main.cpp
24  tagdemo_LDADD = libfoo.la  tagdemo_LDADD = libbaz.la
25    
26  $(OBJECTS): libtool  $(OBJECTS): libtool
27  libtool: $(LIBTOOL_DEPS)  libtool: $(LIBTOOL_DEPS)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26