Remove debug printf
[heimdal.git] / lib / roken / Makefile.am
blobf673cf4b2906b2d43a2b2e4bc908e0f4b5ac0281
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 ACLOCAL_AMFLAGS = -I ../../cf
7 CLEANFILES = roken.h make-roken.c $(XHEADERS)
9 lib_LTLIBRARIES = libroken.la
11 libroken_la_LDFLAGS = -version-info 19:0:1
12 libroken_la_CPPFLAGS = -DBUILD_ROKEN_LIB
14 if versionscript
15 libroken_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
16 endif
18 AM_CPPFLAGS += $(libroken_la_CPPFLAGS)
20 noinst_PROGRAMS = snprintf-test resolve-test rkpty
22 check_PROGRAMS =                                \
23                 base64-test                     \
24                 getaddrinfo-test                \
25                 getifaddrs-test                 \
26                 hex-test                        \
27                 test-readenv                    \
28                 parse_bytes-test                \
29                 parse_reply-test                \
30                 parse_time-test                 \
31                 snprintf-test                   \
32                 strpftime-test
34 TESTS = $(check_PROGRAMS)
36 LDADD = libroken.la
37 make_roken_LDADD = 
39 noinst_LTLIBRARIES = libtest.la
40 libtest_la_SOURCES = strftime.c strptime.c snprintf.c
41 libtest_la_CFLAGS = -DTEST_SNPRINTF -DTEST_STRPFTIME
43 parse_reply_test_SOURCES = parse_reply-test.c resolve.c
44 parse_reply_test_CFLAGS  = -DTEST_RESOLVE
46 test_readenv_SOURCES = test-readenv.c test-mem.c
48 rkpty_LDADD = $(LIB_openpty) $(LDADD)
50 parse_time_test_SOURCES = parse_time-test.c test-mem.c
52 strpftime_test_SOURCES  = strpftime-test.c strpftime-test.h
53 strpftime_test_LDADD = libtest.la $(LDADD)
54 strpftime_test_CFLAGS = -DTEST_STRPFTIME
55 snprintf_test_SOURCES   = snprintf-test.c
56 snprintf_test_LDADD = libtest.la $(LDADD)
57 snprintf_test_CFLAGS    = -DTEST_SNPRINTF
59 resolve_test_SOURCES = resolve-test.c
61 libroken_la_SOURCES =           \
62         base64.c                \
63         bswap.c                 \
64         concat.c                \
65         cloexec.c               \
66         ct.c                    \
67         doxygen.c               \
68         dumpdata.c              \
69         environment.c           \
70         eread.c                 \
71         esetenv.c               \
72         ewrite.c                \
73         getaddrinfo_hostspec.c  \
74         get_default_username.c  \
75         get_window_size.c       \
76         getarg.c                \
77         getnameinfo_verified.c  \
78         getprogname.c           \
79         h_errno.c               \
80         hex.c                   \
81         hostent_find_fqdn.c     \
82         issuid.c                \
83         k_getpwnam.c            \
84         k_getpwuid.c            \
85         mini_inetd.c            \
86         net_read.c              \
87         net_write.c             \
88         parse_bytes.c           \
89         parse_time.c            \
90         parse_units.c           \
91         realloc.c               \
92         resolve.c               \
93         roken_gethostby.c       \
94         rtbl.c                  \
95         rtbl.h                  \
96         setprogname.c           \
97         signal.c                \
98         simple_exec.c           \
99         snprintf.c              \
100         socket.c                \
101         strcollect.c            \
102         strpool.c               \
103         timeval.c               \
104         tm2time.c               \
105         unvis.c                 \
106         verify.c                \
107         vis.c                   \
108         warnerr.c               \
109         write_pid.c             \
110         xfree.c                 \
111         xdbm.h
113 EXTRA_libroken_la_SOURCES =     \
114         err.hin                 \
115         glob.hin                \
116         fnmatch.hin             \
117         ifaddrs.hin             \
118         vis.hin 
120 libroken_la_LIBADD = @LTLIBOBJS@ $(LIB_crypt)
122 $(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h $(XHEADERS)
124 BUILT_SOURCES = roken.h
126 if have_err_h
127 err_h =
128 else
129 err_h = err.h
130 endif
132 if have_fnmatch_h
133 fnmatch_h =
134 else
135 fnmatch_h = fnmatch.h
136 endif
138 if have_glob_h
139 glob_h =
140 else
141 glob_h = glob.h
142 endif
144 if have_ifaddrs_h
145 ifaddrs_h =
146 else
147 ifaddrs_h = ifaddrs.h
148 endif
150 if have_vis_h
151 vis_h = 
152 else
153 vis_h = vis.h
154 endif
156 ## these are controlled by configure
157 XHEADERS = $(err_h) $(fnmatch_h) $(glob_h) $(ifaddrs_h) $(vis_h)
158 CLEANFILES += err.h fnmatch.h glob.h ifaddrs.h vis.h
160 dist_include_HEADERS =                          \
161         base64.h                                \
162         getarg.h                                \
163         hex.h                                   \
164         parse_bytes.h                           \
165         parse_time.h                            \
166         parse_units.h                           \
167         resolve.h                               \
168         roken-common.h                          \
169         rtbl.h                                  \
170         xdbm.h
172 if have_socket_wrapper
173 libroken_la_SOURCES += socket_wrapper.c socket_wrapper.h
174 dist_include_HEADERS += socket_wrapper.h
175 endif
177 build_HEADERZ = test-mem.h $(XHEADERS)
179 nodist_include_HEADERS = roken.h
180 rokenincludedir = $(includedir)/roken
181 nodist_rokeninclude_HEADERS = $(XHEADERS)
183 man_MANS = getarg.3 parse_time.3 rtbl.3 ecalloc.3
185 SUFFIXES += .hin
186 .hin.h:
187         cp $< $@
189 # Make make-roken deprecated in 1.4 when we know that roken-h-process.pl works
190 if !CROSS_COMPILE
192 noinst_PROGRAMS += make-roken
193 BUILT_SOURCES += make-roken.c
195 nodist_make_roken_SOURCES = make-roken.c
197 roken.h: make-roken$(EXEEXT)
198         @./make-roken$(EXEEXT) > tmp.h ;\
199         if [ -f roken.h ] && cmp -s tmp.h roken.h ; then rm -f tmp.h ; \
200         else rm -f roken.h; mv tmp.h roken.h; fi
202 make-roken.c: roken.h.in roken.awk
203         $(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c
205 else
207 roken.h: $(top_srcdir)/cf/roken-h-process.pl roken.h.in
208         perl $(top_srcdir)/cf/roken-h-process.pl \
209         -c $(top_builddir)/include/config.h  \
210         -p $(srcdir)/roken.h.in -o roken.h
212 endif
215 EXTRA_DIST = \
216         roken.awk roken.h.in \
217         $(man_MANS) \
218         test-mem.h \
219         ndbm_wrap.c \
220         ndbm_wrap.h \
221         version-script.map