[HEIMDAL-646] aix
[heimdal.git] / lib / roken / Makefile.am
blobeb4d41a29b25b7d2b7048d79058f20feab9daed1
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         qsort.c                 \
92         realloc.c               \
93         resolve.c               \
94         roken_gethostby.c       \
95         rtbl.c                  \
96         rtbl.h                  \
97         setprogname.c           \
98         signal.c                \
99         simple_exec.c           \
100         snprintf.c              \
101         socket.c                \
102         strcollect.c            \
103         strpool.c               \
104         timeval.c               \
105         tm2time.c               \
106         unvis.c                 \
107         verify.c                \
108         vis.c                   \
109         warnerr.c               \
110         write_pid.c             \
111         xfree.c                 \
112         xdbm.h
114 EXTRA_libroken_la_SOURCES =     \
115         err.hin                 \
116         glob.hin                \
117         fnmatch.hin             \
118         ifaddrs.hin             \
119         vis.hin 
121 libroken_la_LIBADD = @LTLIBOBJS@ $(LIB_crypt)
123 $(LTLIBOBJS) $(libroken_la_OBJECTS): roken.h $(XHEADERS)
125 BUILT_SOURCES = roken.h
127 if have_err_h
128 err_h =
129 else
130 err_h = err.h
131 endif
133 if have_fnmatch_h
134 fnmatch_h =
135 else
136 fnmatch_h = fnmatch.h
137 endif
139 if have_glob_h
140 glob_h =
141 else
142 glob_h = glob.h
143 endif
145 if have_ifaddrs_h
146 ifaddrs_h =
147 else
148 ifaddrs_h = ifaddrs.h
149 endif
151 if have_vis_h
152 vis_h = 
153 else
154 vis_h = vis.h
155 endif
157 ## these are controlled by configure
158 XHEADERS = $(err_h) $(fnmatch_h) $(glob_h) $(ifaddrs_h) $(vis_h)
159 CLEANFILES += err.h fnmatch.h glob.h ifaddrs.h vis.h
161 dist_include_HEADERS =                          \
162         base64.h                                \
163         getarg.h                                \
164         hex.h                                   \
165         parse_bytes.h                           \
166         parse_time.h                            \
167         parse_units.h                           \
168         resolve.h                               \
169         roken-common.h                          \
170         rtbl.h                                  \
171         xdbm.h
173 if have_socket_wrapper
174 libroken_la_SOURCES += socket_wrapper.c socket_wrapper.h
175 dist_include_HEADERS += socket_wrapper.h
176 endif
178 build_HEADERZ = test-mem.h $(XHEADERS)
180 nodist_include_HEADERS = roken.h
181 rokenincludedir = $(includedir)/roken
182 nodist_rokeninclude_HEADERS = $(XHEADERS)
184 man_MANS = getarg.3 parse_time.3 rtbl.3 ecalloc.3
186 SUFFIXES += .hin
187 .hin.h:
188         cp $< $@
190 # Make make-roken deprecated in 1.4 when we know that roken-h-process.pl works
191 if !CROSS_COMPILE
193 noinst_PROGRAMS += make-roken
194 BUILT_SOURCES += make-roken.c
196 nodist_make_roken_SOURCES = make-roken.c
198 roken.h: make-roken$(EXEEXT)
199         @./make-roken$(EXEEXT) > tmp.h ;\
200         if [ -f roken.h ] && cmp -s tmp.h roken.h ; then rm -f tmp.h ; \
201         else rm -f roken.h; mv tmp.h roken.h; fi
203 make-roken.c: roken.h.in roken.awk
204         $(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c
206 else
208 roken.h: $(top_srcdir)/cf/roken-h-process.pl roken.h.in
209         perl $(top_srcdir)/cf/roken-h-process.pl \
210         -c $(top_builddir)/include/config.h  \
211         -p $(srcdir)/roken.h.in -o roken.h
213 endif
216 EXTRA_DIST = \
217         roken.awk roken.h.in \
218         $(man_MANS) \
219         test-mem.h \
220         ndbm_wrap.c \
221         ndbm_wrap.h \
222         version-script.map