Check which getprotobynumber_r() variant to use
[socat.git] / Makefile.in
blob5c7c66b16addcd5f0e0047505e34698821a5e855
1 # source: Makefile.in
2 # Copyright Gerhard Rieger and contributors (see file CHANGES)
3 # Published under the GNU General Public License V.2, see file COPYING
5 # note: @...@ forms are filled in by configure script
7 SHELL = /bin/sh
8 AR = @AR@
9 RANLIB = @RANLIB@
11 .SUFFIXES: .c .o
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
16 BINDEST = @bindir@
18 datarootdir = @datarootdir@
19 MANDEST = @mandir@
21 srcdir = @srcdir@
22 VPATH = @srcdir@
24 CC = @CC@
25 CCOPTS = $(CCOPT)
27 SYSDEFS = @SYSDEFS@
28 CPPFLAGS = -I. @CPPFLAGS@
29 #0 INCLS = -I. @V_INCL@
30 DEFS = @DEFS@
31 LIBS = @LIBS@
32 LDFLAGS = @LDFLAGS@
34 INSTALL = @INSTALL@
36 #OBJ = $(CSRC:.c=.o) $(GENSRC:.c=.o) @LIBOBJS@
39 #0 CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(INCLS)
40 CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(CPPFLAGS)
41 CLIBS = $(LIBS)
42 #CLIBS = $(LIBS) -lm -lefence
43 XIOSRCS = xioinitialize.c xiohelp.c xioparam.c xiodiag.c xioopen.c xioopts.c \
44 xiosignal.c xiosigchld.c xioread.c xiowrite.c \
45 xiolayer.c xioshutdown.c xioclose.c xioexit.c \
46 xio-process.c xio-fd.c xio-fdnum.c xio-stdio.c xio-pipe.c \
47 xio-gopen.c xio-creat.c xio-file.c xio-named.c \
48 xio-socket.c xio-interface.c xio-listen.c xio-unix.c xio-vsock.c \
49 xio-ip.c xio-ip4.c xio-ip6.c xio-ipapp.c xio-tcp.c \
50 xio-sctp.c xio-rawip.c \
51 xio-socks.c xio-proxy.c xio-udp.c \
52 xio-progcall.c xio-exec.c xio-system.c xio-termios.c xio-readline.c \
53 xio-pty.c xio-openssl.c xio-streams.c\
54 xio-ascii.c xiolockfile.c xio-tcpwrap.c xio-fs.c xio-tun.c
55 XIOOBJS = $(XIOSRCS:.c=.o)
56 UTLSRCS = error.c dalan.c procan.c procan-cdefs.c hostan.c fdname.c sysutils.c utils.c nestlex.c vsnprintf_r.c snprinterr.c @FILAN@ sycls.c @SSLCLS@
57 UTLOBJS = $(UTLSRCS:.c=.o)
58 CFILES = $(XIOSRCS) $(UTLSRCS) socat.c procan_main.c filan_main.c
59 OFILES = $(CFILES:.c=.o)
60 PROGS = socat procan filan
62 HFILES = sycls.h sslcls.h error.h dalan.h procan.h filan.h hostan.h sysincludes.h xio.h xioopen.h sysutils.h utils.h nestlex.h vsnprintf_r.h snprinterr.h compat.h \
63 xioconfig.h mytypes.h xioopts.h xiodiag.h xiohelp.h xiosysincludes.h \
64 xiomodes.h xiolayer.h xio-process.h xio-fd.h xio-fdnum.h xio-stdio.h \
65 xio-named.h xio-file.h xio-creat.h xio-gopen.h xio-pipe.h \
66 xio-socket.h xio-interface.h xio-listen.h xio-unix.h xio-vsock.h \
67 xio-ip.h xio-ip4.h xio-ip6.h xio-rawip.h \
68 xio-ipapp.h xio-tcp.h xio-udp.h xio-sctp.h \
69 xio-socks.h xio-proxy.h xio-progcall.h xio-exec.h \
70 xio-system.h xio-termios.h xio-readline.h \
71 xio-pty.h xio-openssl.h xio-streams.h \
72 xio-ascii.h xiolockfile.h xio-tcpwrap.h xio-fs.h xio-tun.h
75 DOCFILES = README README.FIPS CHANGES FILES EXAMPLES PORTING SECURITY DEVELOPMENT doc/socat.yo doc/socat.1 doc/socat.html doc/xio.help FAQ BUGREPORTS COPYING COPYING.OpenSSL doc/dest-unreach.css doc/socat-openssltunnel.html doc/socat-multicast.html doc/socat-tun.html doc/socat-genericsocket.html
76 SHFILES = daemon.sh mail.sh ftp.sh readline.sh \
77 socat_buildscript_for_android.sh
78 TESTFILES = test.sh socks4echo.sh proxyecho.sh gatherinfo.sh readline-test.sh \
79 proxy.sh socks4a-echo.sh
80 OSFILES = Config/Makefile.Linux-2-6-24 Config/config.Linux-2-6-24.h \
81 Config/Makefile.SunOS-5-10 Config/config.SunOS-5-10.h \
82 Config/Makefile.FreeBSD-6-1 Config/config.FreeBSD-6-1.h \
83 Config/Makefile.NetBSD-5-1 Config/config.NetBSD-5-1.h \
84 Config/Makefile.OpenBSD-4-3 Config/config.OpenBSD-4-3.h \
85 Config/Makefile.AIX-5-3 Config/config.AIX-5-3.h \
86 Config/Makefile.Cygwin-1-5-25 Config/config.Cygwin-1-5-25.h \
87 Config/Makefile.MacOSX-10-5 Config/config.MacOSX-10-5.h \
88 Config/Makefile.DragonFly-2-8-2 Config/config.DragonFly-2-8-2.h
90 all: progs doc
92 scmclean: gitclean
94 gitclean: distclean docclean
95 rm -f Makefile.bak configure
97 doc: doc/socat.1 doc/socat.html
99 docclean:
100 rm -f doc/socat.1 doc/socat.html
102 doc/socat.1: doc/socat.yo
103 yodl2man -o $@ $+
105 doc/socat.html: doc/socat.yo
106 cd doc; yodl2html -o socat.html socat.yo; cd ..
108 progs: $(PROGS)
110 depend: $(CFILES) $(HFILES)
111 makedepend $(SYSDEFS) $(CFILES)
113 socat: socat.o libxio.a
114 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ socat.o libxio.a $(CLIBS)
116 PROCAN_OBJS=procan_main.o procan.o procan-cdefs.o hostan.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o
117 procan: $(PROCAN_OBJS)
118 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(PROCAN_OBJS) $(CLIBS)
120 FILAN_OBJS=filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o
121 filan: $(FILAN_OBJS)
122 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(FILAN_OBJS) $(CLIBS)
124 libxio.a: $(XIOOBJS) $(UTLOBJS)
125 $(AR) r $@ $(XIOOBJS) $(UTLOBJS)
126 $(RANLIB) $@
128 doc: doc/xio.help
131 strip: progs
132 strip $(PROGS)
134 install: progs $(srcdir)/doc/socat.1
135 mkdir -p $(DESTDIR)$(BINDEST)
136 $(INSTALL) -m 755 socat $(DESTDIR)$(BINDEST)
137 $(INSTALL) -m 755 procan $(DESTDIR)$(BINDEST)
138 $(INSTALL) -m 755 filan $(DESTDIR)$(BINDEST)
139 mkdir -p $(DESTDIR)$(MANDEST)/man1
140 $(INSTALL) -m 644 $(srcdir)/doc/socat.1 $(DESTDIR)$(MANDEST)/man1/
142 uninstall:
143 rm -f $(DESTDIR)$(BINDEST)/socat
144 rm -f $(DESTDIR)$(BINDEST)/procan
145 rm -f $(DESTDIR)$(BINDEST)/filan
146 rm -f $(DESTDIR)$(MANDEST)/man1/socat.1
148 # make a GNU-zipped tar ball of the source files
149 dist: socat.tar.gz socat.tar.bz2
151 socat.tar.gz: socat.tar
152 gzip -9 <socat.tar >socat.tar.gz
154 socat.tar.bz2: socat.tar
155 bzip2 -9 <socat.tar >socat.tar.bz2
157 VERSION = `sed 's/"//g' VERSION`
158 TARDIR = socat-$(VERSION)
159 socat.tar: configure.in configure Makefile.in config.h.in install-sh VERSION $(CFILES) $(HFILES) $(DOCFILES) $(SHFILES) $(OSFILES) $(TESTFILES) socat.spec \
160 configure.ac
161 if [ ! -d $(TARDIR) ]; then mkdir $(TARDIR); fi
162 tar cf - $+ |(cd $(TARDIR); tar xf -)
163 tar cvf socat.tar $(TARDIR)
164 rm -f $(TARDIR)/COPYING # write protected
165 rm -r $(TARDIR)
167 clean:
168 rm -f *.o libxio.a socat procan filan \
169 socat.tar socat.tar.Z socat.tar.gz socat.tar.bz2 \
170 socat.out compile.log test.log
172 # remove all files that are generated from the original socat distribution
173 # note that Makefile is also removed, so you have to start with ./configure
174 # again
175 distclean: clean
176 rm -f config.status config.cache config.log config.h Makefile
177 rm -rf autom4te.cache
179 info: socat
180 uname -a >socat.out
181 ./socat -V >>socat.out
182 ./socat -hh >>socat.out
184 # perform some tests on socat
185 test: progs
186 ./test.sh
188 cert:
189 # prepare critical files with correct permissions to avoid race cond
190 >cert.key
191 >cert.pem
192 chmod 600 cert.key cert.pem
193 # generate a private key
194 openssl genrsa -out cert.key 1024
195 # generate a self signed cert
196 openssl req -new -key cert.key -x509 -days 3653 -out cert.crt
197 # ...enter fields
198 # generate the pem file
199 cat cert.key cert.crt >cert.pem
200 #echo use cert.pem on requestors side, i.e. with option cert=cert.pem
201 #echo use cert.crt on checkers side, i.e. with option cafile=cert.crt