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

Diff of /libtool/pdemo/Makefile.am

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

revision 1.2 by rboehne, Wed Jun 6 14:53:29 2001 UTC revision 1.3 by gary, Thu Jun 28 19:06:58 2001 UTC
# Line 122  hc-minusL: $(hell_OBJECTS) $(hell_DEPEND Line 122  hc-minusL: $(hell_OBJECTS) $(hell_DEPEND
122  # If this one passes with pass_all, it is likely that pass_all works  # If this one passes with pass_all, it is likely that pass_all works
123  EXTRA_LIBRARIES = libhell0.a  EXTRA_LIBRARIES = libhell0.a
124  libhell0_a_SOURCES = longer_file_name_hello.c longer_file_name_foo.c  libhell0_a_SOURCES = longer_file_name_hello.c longer_file_name_foo.c
125  EXTRA_LTLIBRARIES += libhell1.la libhell2.la  EXTRA_LTLIBRARIES = libhell1.la libhell2.la
126  libhell1_la_SOURCES = longer_file_name_hell1.c  libhell1_la_SOURCES = longer_file_name_hell1.c
127  libhell1_la_LIBADD = -L. -lhell0  libhell1_la_LIBADD = -L. -lhell0
128  libhell1_la_LDFLAGS = -rpath $(libdir)  libhell1_la_LDFLAGS = -rpath $(libdir)
# Line 131  libhell2_la_SOURCES = longer_file_name_h Line 131  libhell2_la_SOURCES = longer_file_name_h
131  libhell2_la_LIBADD = -L. -lhell0  libhell2_la_LIBADD = -L. -lhell0
132  libhell2_la_LDFLAGS = -rpath $(libdir)  libhell2_la_LDFLAGS = -rpath $(libdir)
133  libhell2_la_DEPENDENCIES = libhell0.a  libhell2_la_DEPENDENCIES = libhell0.a
134  EXTRA_PROGRAMS += hell0  EXTRA_PROGRAMS = hell0
135  hell0_SOURCES = longer_file_name_main.c  hell0_SOURCES = longer_file_name_main.c
136  hell0_LDADD = libhell1.la libhell2.la $(LIBM)  hell0_LDADD = libhell1.la libhell2.la $(LIBM)
137    

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