aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-22 08:25:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-22 08:25:03 +0000
commitac5cf07b590f788946d4b05f8e11b2414493f4eb (patch)
treec33ebb2d9d6055d3b42010f94e0c4db6d2411a22 /src/util
parentce0e575f1c3a537c00a49aacf380fa93f5ad4697 (diff)
downloadgnunet-ac5cf07b590f788946d4b05f8e11b2414493f4eb.tar.gz
gnunet-ac5cf07b590f788946d4b05f8e11b2414493f4eb.zip
move
Diffstat (limited to 'src/util')
-rw-r--r--src/util/libgnu/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/util/libgnu/Makefile.am b/src/util/libgnu/Makefile.am
index c884e88da..b373e5297 100644
--- a/src/util/libgnu/Makefile.am
+++ b/src/util/libgnu/Makefile.am
@@ -50,17 +50,17 @@ libgnu_la_LDFLAGS += -no-undefined
50BUILT_SOURCES += arg-nonnull.h 50BUILT_SOURCES += arg-nonnull.h
51# The arg-nonnull.h that gets inserted into generated .h files is the same as 51# The arg-nonnull.h that gets inserted into generated .h files is the same as
52# build-aux/arg-nonnull.h, except that it has the copyright header cut off. 52# build-aux/arg-nonnull.h, except that it has the copyright header cut off.
53arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h 53arg-nonnull.h: $(top_srcdir)/src/include/arg-nonnull.h
54 $(AM_V_GEN)rm -f $@-t $@ && \ 54 $(AM_V_GEN)rm -f $@-t $@ && \
55 sed -n -e '/GL_ARG_NONNULL/,$$p' \ 55 sed -n -e '/GL_ARG_NONNULL/,$$p' \
56 < $(top_srcdir)/./arg-nonnull.h \ 56 < $(top_srcdir)/src/include/arg-nonnull.h \
57 > $@-t && \ 57 > $@-t && \
58 mv $@-t $@ 58 mv $@-t $@
59MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t 59MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
60 60
61ARG_NONNULL_H=arg-nonnull.h 61ARG_NONNULL_H=arg-nonnull.h
62 62
63EXTRA_DIST += $(top_srcdir)/./arg-nonnull.h 63EXTRA_DIST += $(top_srcdir)/src/include/arg-nonnull.h
64 64
65## end gnulib module arg-nonnull 65## end gnulib module arg-nonnull
66 66
@@ -74,17 +74,17 @@ EXTRA_DIST += $(top_srcdir)/./arg-nonnull.h
74BUILT_SOURCES += c++defs.h 74BUILT_SOURCES += c++defs.h
75# The c++defs.h that gets inserted into generated .h files is the same as 75# The c++defs.h that gets inserted into generated .h files is the same as
76# build-aux/c++defs.h, except that it has the copyright header cut off. 76# build-aux/c++defs.h, except that it has the copyright header cut off.
77c++defs.h: $(top_srcdir)/./c++defs.h 77c++defs.h: $(top_srcdir)/src/include/c++defs.h
78 $(AM_V_GEN)rm -f $@-t $@ && \ 78 $(AM_V_GEN)rm -f $@-t $@ && \
79 sed -n -e '/_GL_CXXDEFS/,$$p' \ 79 sed -n -e '/_GL_CXXDEFS/,$$p' \
80 < $(top_srcdir)/./c++defs.h \ 80 < $(top_srcdir)/src/include/c++defs.h \
81 > $@-t && \ 81 > $@-t && \
82 mv $@-t $@ 82 mv $@-t $@
83MOSTLYCLEANFILES += c++defs.h c++defs.h-t 83MOSTLYCLEANFILES += c++defs.h c++defs.h-t
84 84
85CXXDEFS_H=c++defs.h 85CXXDEFS_H=c++defs.h
86 86
87EXTRA_DIST += $(top_srcdir)/./c++defs.h 87EXTRA_DIST += $(top_srcdir)/src/include/c++defs.h
88 88
89## end gnulib module c++defs 89## end gnulib module c++defs
90 90
@@ -220,17 +220,17 @@ EXTRA_libgnu_la_SOURCES += strtok_r.c
220BUILT_SOURCES += warn-on-use.h 220BUILT_SOURCES += warn-on-use.h
221# The warn-on-use.h that gets inserted into generated .h files is the same as 221# The warn-on-use.h that gets inserted into generated .h files is the same as
222# build-aux/warn-on-use.h, except that it has the copyright header cut off. 222# build-aux/warn-on-use.h, except that it has the copyright header cut off.
223warn-on-use.h: $(top_srcdir)/./warn-on-use.h 223warn-on-use.h: $(top_srcdir)/src/include/warn-on-use.h
224 $(AM_V_GEN)rm -f $@-t $@ && \ 224 $(AM_V_GEN)rm -f $@-t $@ && \
225 sed -n -e '/^.ifndef/,$$p' \ 225 sed -n -e '/^.ifndef/,$$p' \
226 < $(top_srcdir)/./warn-on-use.h \ 226 < $(top_srcdir)/src/include/warn-on-use.h \
227 > $@-t && \ 227 > $@-t && \
228 mv $@-t $@ 228 mv $@-t $@
229MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t 229MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
230 230
231WARN_ON_USE_H=warn-on-use.h 231WARN_ON_USE_H=warn-on-use.h
232 232
233EXTRA_DIST += $(top_srcdir)/./warn-on-use.h 233EXTRA_DIST += $(top_srcdir)/src/include/warn-on-use.h
234 234
235## end gnulib module warn-on-use 235## end gnulib module warn-on-use
236 236