ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/libltdl/Makefile.am
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/libltdl/Makefile.am (file contents):
Revision 4901 by michael, Sat Nov 22 18:31:53 2014 UTC vs.
Revision 4960 by michael, Sun Nov 30 17:50:57 2014 UTC

# Line 45 | Line 45 | MOSTLYCLEANFILES =
45   # -I$(srcdir) is needed for user that built libltdl with a sub-Automake
46   # (not as a sub-package!) using 'nostdinc':
47   AM_CPPFLAGS            += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
48 <                          -DLTDL -I. -I$(srcdir) -Ilibltdl \
49 <                          -I$(srcdir)/libltdl -I$(srcdir)/libltdl
48 >                          -DLTDL -I. -I$(srcdir) \
49 >                          -Ilibltdl  -I$(srcdir)/libltdl \
50 >                          -Ilibltdl -I$(srcdir)/libltdl/libltdl
51   AM_LDFLAGS             += -no-undefined
52   LTDL_VERSION_INFO       = -version-info 10:1:3
53  
# Line 144 | Line 145 | EXTRA_DIST            += COPYING.LIB \
145   ## Gnulib Makefile.am snippets ##
146   ## --------------------------- ##
147  
148 < BUILT_SOURCES   += $(ARGZ_H)
149 < EXTRA_DIST      += argz_.h \
150 <                   argz.c
148 > BUILT_SOURCES   += libltdl/$(LT_ARGZ_H)
149 > EXTRA_DIST      += libltdl/lt__argz_.h \
150 >                   lt__argz.c
151  
152   # We need the following in order to create an <argz.h> when the system
153   # doesn't have one that works with the given compiler.
154 < all-local $(lib_OBJECTS): $(ARGZ_H)
155 < argz.h: argz_.h
156 <        $(AM_V_at)$(mkinstalldirs) .
157 <        $(AM_V_GEN)cp $(srcdir)/argz_.h $@-t
154 > all-local $(lib_OBJECTS): $(LT_ARGZ_H)
155 > libltdl/lt__argz.h: libltdl/lt__argz_.h
156 >        $(AM_V_at)$(mkinstalldirs) . libltdl
157 >        $(AM_V_GEN)cp $(srcdir)/libltdl/lt__argz_.h $@-t
158          $(AM_V_at)mv $@-t $@
159 < MOSTLYCLEANFILES += argz.h \
160 <                    argz.h-t
159 > MOSTLYCLEANFILES += libltdl/lt__argz.h \
160 >                    libltdl/lt__argz.h-t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines