Add call record capability
[opal/cbnco.git] / Makefile.in
blob84de27e2d8944a9ffbaa2ea10734c6f09b06baf9
2 # Makefile
4 # Make file for Open Phone Abstraction library
6 # Copyright (c) 2001 Equivalence Pty. Ltd.
8 # The contents of this file are subject to the Mozilla Public License
9 # Version 1.0 (the "License"); you may not use this file except in
10 # compliance with the License. You may obtain a copy of the License at
11 # http://www.mozilla.org/MPL/
13 # Software distributed under the License is distributed on an "AS IS"
14 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
15 # the License for the specific language governing rights and limitations
16 # under the License.
18 # The Original Code is Open Phone Abstraction Library.
20 # The Initial Developer of the Original Code is Equivalence Pty. Ltd.
22 # Contributor(s): ______________________________________.
24 # $Log$
25 # Revision 1.52 2007/05/08 09:31:23 csoutheren
26 # Removed warnings on Unix
28 # Revision 1.51 2007/02/05 19:50:31 dsandras
29 # Fixed uninstallation of plugins.
31 # Revision 1.50 2007/01/11 03:24:57 dereksmithies
32 # It now references the new file to compile, iax2/iax2jitter.cxx
34 # Revision 1.49 2006/12/08 05:08:16 csoutheren
35 # Applied 1589270 - spec, pkgconfig, doxygen
36 # Thanks to Frederic Heem
38 # Revision 1.48 2006/10/16 21:30:55 dsandras
39 # Applied patch from Brian Lu <brian lu sun com> to fix compilation issues
40 # on OpenSolaris. Thanks!
42 # Revision 1.47 2006/10/10 10:12:34 csoutheren
43 # Allow correct operation if subdirs are missing
45 # Revision 1.46 2006/10/10 07:18:17 csoutheren
46 # Allow compilation with and without various options
48 # Revision 1.45 2006/10/05 07:11:49 csoutheren
49 # Add --disable-lid option
51 # Revision 1.44 2006/10/04 06:19:08 csoutheren
52 # Fixed SRTP configuration for Linux
54 # Revision 1.43 2006/10/02 13:30:50 rjongbloed
55 # Added LID plug ins
57 # Revision 1.42 2006/09/18 08:41:53 rjongbloed
58 # Added simple OPAL sample to default build.
59 # Added check that Makefile may need to be rebuilt from configure script.
61 # Revision 1.41 2006/09/11 20:44:17 dereksmithies
62 # Fix spacing at end of line for two iax files.
64 # Revision 1.40 2006/09/11 20:13:36 dsandras
65 # Fixed IAX2 build thanks to Stephen Cook <siti orcon net nz>.
67 # Revision 1.39 2006/09/07 10:05:55 rjongbloed
68 # Added "make update" target to do cvs update and rebuild
70 # Revision 1.38 2006/08/15 19:41:38 dsandras
71 # Only build plugins when building the library.
73 # Revision 1.37 2006/08/09 23:14:00 dereksmithies
74 # Add fix for compiling new iax processing files.
75 # Big thanks to Stephen Cook, (sitiveni@gmail.com) for this work.
76 # Thanks also for the Google Summer of Code.
78 # Revision 1.36 2006/08/08 09:16:47 rjongbloed
79 # Fixed building of audio plugins on linux
81 # Revision 1.35 2006/08/03 12:43:52 csoutheren
82 # Fixed compilation on Linux
84 # Revision 1.34 2006/07/24 14:03:38 csoutheren
85 # Merged in audio and video plugins from CVS branch PluginBranch
87 # Revision 1.33 2006/06/08 07:03:16 csoutheren
88 # Changed to force docs to build even when docs directory exists
90 # Revision 1.32 2006/05/30 12:04:08 hfriederich
91 # Enabling to build H.460
93 # Revision 1.31 2006/04/22 14:05:47 dsandras
94 # When building a shared library x that references symbols in libraries y,
95 # the y libraries need to be added to the linker command always. Thanks to
96 # Vitaly Lipatov. (Fixes Ekiga report #338310).
98 # Revision 1.30 2006/04/20 16:56:41 hfriederich
99 # Changes to allow compilation of H.224/H.281 code as well as to disable H.224 entirely
101 # Revision 1.29 2006/04/17 00:06:26 csoutheren
102 # Allow ILBC codec to be disabled and detect if not present
104 # Revision 1.28.2.1 2006/05/16 07:03:09 csoutheren
105 # Fixed Linux compile system
107 # Revision 1.28 2006/02/01 22:42:55 dominance
108 # ensure we have the full disctinct SONAME instead of just the major number version.
110 # Revision 1.27 2006/01/30 02:23:15 csoutheren
111 # First cut at fixing problem with speex libraries
113 # Revision 1.26 2006/01/20 00:00:59 csoutheren
114 # Added protected against some source directories not being present
115 # even wen configuration says they should be
117 # Revision 1.25 2006/01/19 22:40:33 dereksmithies
118 # Add iax2 to the list of instal directories. Thanks to Damien Sandras
119 # for reporting the bug in iax2 compilation.
121 # Revision 1.24 2006/01/18 11:26:29 dsandras
122 # Reverted previous change.
124 # Revision 1.22 2006/01/14 10:43:06 dsandras
125 # Applied patch from Brian Lu <Brian.Lu _AT_____ sun.com> to allow compilation
126 # with OpenSolaris compiler. Many thanks !!!
128 # Revision 1.21 2006/01/07 17:37:50 dsandras
129 # Updated to speex 1.1.11.2 to fix divergeance issues.
131 # Revision 1.20 2006/01/01 19:19:32 dsandras
132 # Added RFC2190 H.263 codec thanks to Salyens. Many thanks!
134 # Revision 1.19 2005/12/06 06:34:10 csoutheren
135 # Added configure support for Sangoma and empty LID source and header files
137 # Revision 1.18 2005/11/24 20:31:54 dsandras
138 # Added support for echo cancelation using Speex.
139 # Added possibility to add a filter to an OpalMediaPatch for all patches of a connection.
141 # Revision 1.17 2005/11/23 22:01:37 dsandras
142 # Reverted previous change. echocancel.cxx is not ready to go in yet.
144 # Revision 1.16 2005/11/23 21:58:33 dsandras
145 # Fixed Makefile.in.
147 # Revision 1.15 2005/11/20 21:03:50 dsandras
148 # Upgraded to Speex 1.1.10.
150 # Revision 1.14 2005/09/13 20:48:22 dominance
151 # minor cleanups needed to support mingw compilation. Thanks goes to Julien Puydt.
153 # Revision 1.13 2005/08/10 11:07:14 csoutheren
154 # Fixed bug #1255554
155 # Fixed dynamic linking on MacOSX
156 # Thanks to Hannes Friederich
158 # Revision 1.12 2005/07/30 07:39:26 csoutheren
159 # Added support for compiling new IAX2 code
161 # Revision 1.11 2005/04/26 10:58:37 dsandras
162 # Committed workaround for "make install".
164 # Revision 1.10 2005/04/25 10:14:14 dsandras
165 # Move LIBDIR down due to conflicting names.
167 # Revision 1.9 2005/04/25 09:31:35 dsandras
168 # Fixed make.
170 # Revision 1.8 2005/04/25 09:07:58 dsandras
171 # Fixed install/uninstall.
173 # Revision 1.7 2005/04/21 01:05:55 csoutheren
174 # New fix from Peter Robinson
176 # Revision 1.6 2005/04/20 05:46:32 csoutheren
177 # Patch 1146010. Fix problem with install targets
178 # Thanks to Peter Robinson
180 # Revision 1.5 2005/04/11 10:41:05 dsandras
181 # Added patch from Georgi Georgiev to fix compilation issues on Athlon64.
183 # Revision 1.4 2005/02/27 22:03:39 dereksmithies
184 # Add target to generate docs with doxygen.
186 # Revision 1.3 2005/01/31 07:40:41 csoutheren
187 # Fix for MacOSX thanks to Hannes Friederich
189 # Revision 1.2 2004/12/05 18:14:20 dsandras
190 # Cleanups.
192 # Revision 1.1 2004/12/04 18:37:58 dsandras
193 # Ported the "make install" / "make uninstall" system from OpenH323 to OPAL.
195 # Revision 2.29 2004/06/04 05:29:28 csoutheren
196 # Updated for ASN file changes and added silencedetect.cxx
198 # Revision 2.28 2004/04/25 02:53:28 rjongbloed
199 # Fixed GNU 3.4 warnings
201 # Revision 2.27 2004/03/11 06:54:25 csoutheren
202 # Added ability to disable SIP or H.323 stacks
204 # Revision 2.26 2004/02/23 01:28:49 rjongbloed
205 # Fixed unix build for recent upgrade to OpenH323 latest code.
207 # Revision 2.25 2004/02/16 09:15:19 csoutheren
208 # Fixed problems with codecs on Unix systems
210 # Revision 2.24 2003/04/08 11:46:35 robertj
211 # Better portability for tr command when doing ASN parse.
213 # Revision 2.23 2003/04/08 06:09:19 robertj
214 # Fixed ASN compilation so do not need -I on compile line for asn includes.
216 # Revision 2.22 2003/04/02 06:52:04 robertj
217 # Added dependencies for H450 ASN files
219 # Revision 2.21 2003/03/26 02:49:00 robertj
220 # Added service/daemon sample application.
222 # Revision 2.20 2003/03/19 04:45:29 robertj
223 # Added opalvxml to build
225 # Revision 2.19 2003/03/18 23:09:37 robertj
226 # Fixed LD_LIBRARY_PATH issue with Solaris
228 # Revision 2.18 2003/03/17 23:08:41 robertj
229 # Added IVR endpoint
231 # Revision 2.17 2003/03/17 22:36:38 robertj
232 # Added video support.
234 # Revision 2.16 2003/01/15 00:08:18 robertj
235 # Updated to OpenH323 v1.10.3
237 # Revision 2.15 2002/11/12 12:06:34 robertj
238 # Fixed Solaris compatibility
240 # Revision 2.14 2002/11/11 07:43:32 robertj
241 # Added speex codec files
243 # Revision 2.13 2002/09/11 05:56:16 robertj
244 # Fixed double inclusion of common.mak
245 # Added opalwavfile.cxx module
247 # Revision 2.12 2002/03/15 10:51:53 robertj
248 # Fixed problem with recursive inclusion on make files.
250 # Revision 2.11 2002/03/05 06:27:34 robertj
251 # Added ASN parser build and version check code.
253 # Revision 2.10 2002/02/22 04:16:25 robertj
254 # Added G.726 codec and fixed the lpc10 and GSM codecs.
256 # Revision 2.9 2002/02/11 09:38:28 robertj
257 # Moved version to root directory
259 # Revision 2.8 2002/02/06 11:52:53 rogerh
260 # Move -I$(ASN_INCDIR) so Opal's ldap.h is found instead of the OS's ldap.h
262 # Revision 2.7 2002/02/01 10:29:35 rogerh
263 # Use the right version.h file. (the other one had comments which confused
264 # pwlib's lib.mak)
266 # Revision 2.6 2002/02/01 04:58:23 craigs
267 # Added sip directory to VPATH
269 # Revision 2.5 2002/02/01 04:53:01 robertj
270 # Added (very primitive!) SIP support.
272 # Revision 2.4 2002/02/01 00:19:20 robertj
273 # Updated to latest pwlilb.
274 # Added rfc2833 module
276 # Revision 2.3 2001/08/17 05:24:22 robertj
277 # Updates from OpenH323 v1.6.0 release.
279 # Revision 2.2 2001/08/01 06:22:55 robertj
280 # Major changes to H.323 capabilities, uses OpalMediaFormat for base name.
281 # Added G.711 transcoder.
283 # Revision 2.1 2001/07/30 03:41:20 robertj
284 # Added build of subdirectories for samples.
285 # Hid the asnparser.version file.
286 # Changed default OPALDIR variable to be current directory.
288 # Revision 2.0 2001/07/27 15:48:24 robertj
289 # Conversion of OpenH323 to Open Phone Abstraction Library (OPAL)
292 export OPALDIR=@OPALDIR@
294 INSTALL=@INSTALL@
295 OS_NAME=$(shell uname -s)
296 ifeq ($(OS_NAME),SunOS)
297 override SHELL=/usr/bin/bash
298 endif
300 default :: optshared
302 all :: bothdepend both
304 update:
305 cvs -q update
306 $(MAKE) all
309 SUBDIRS := plugins
311 LIBRARY_MAKEFILE:=1
313 include $(OPALDIR)/opal_inc.mak
315 PREFIX=@INSTALLPREFIX@/
316 exec_prefix = ${PREFIX}
318 ifndef PREFIX
319 PREFIX=/usr/local
320 endif
322 ifeq ($(USE_GCC),yes)
323 ANSI_FLAG = -ansi
324 endif
326 OPAL_OBJDIR = $(OPAL_LIBDIR)/$(PT_OBJBASE)
327 ifdef NOTRACE
328 OPAL_OBJDIR += n
329 endif
331 OBJDIR = $(OPAL_OBJDIR)
332 LIBDIR = $(OPAL_LIBDIR)
333 TARGET = $(OPAL_LIBDIR)/$(OPAL_FILE)
335 STDCCFLAGS += @STDCCFLAGS@
337 ifdef NOTRACE
338 STDCCFLAGS += -DPASN_NOPRINTON
339 else
340 STDCCFLAGS += -DPTRACING
341 endif
343 VPATH_CXX := $(OPAL_SRCDIR)/opal \
344 $(OPAL_SRCDIR)/rtp \
345 $(OPAL_SRCDIR)/lids \
346 $(OPAL_SRCDIR)/codec
348 ifneq (,$(wildcard src/iax2))
349 IAX2_AVAIL = 1
350 VPATH_CXX += $(OPAL_SRCDIR)/iax2
351 endif
353 ifneq (,$(wildcard src/sip))
354 SIP_AVAIL = 1
355 VPATH_CXX += $(OPAL_SRCDIR)/sip
356 endif
358 ifneq (,$(wildcard src/h323))
359 H323_AVAIL = 1
360 VPATH_CXX += $(OPAL_SRCDIR)/h323 \
361 $(OPAL_SRCDIR)/t120 \
362 $(OPAL_SRCDIR)/t38 \
363 $(OPAL_SRCDIR)/asn
364 endif
366 ifneq (,$(wildcard src/h224))
367 H224_AVAIL = 1
368 VPATH_CXX += $(OPAL_SRCDIR)/h224
370 endif
372 VPATH_C := $(OPAL_SRCDIR)/codec
374 ########################################
375 # Source files for library
377 SOURCES := $(OPAL_SRCDIR)/opal/manager.cxx \
378 $(OPAL_SRCDIR)/opal/endpoint.cxx \
379 $(OPAL_SRCDIR)/opal/connection.cxx \
380 $(OPAL_SRCDIR)/opal/call.cxx \
381 $(OPAL_SRCDIR)/opal/mediafmt.cxx \
382 $(OPAL_SRCDIR)/opal/mediastrm.cxx \
383 $(OPAL_SRCDIR)/opal/patch.cxx \
384 $(OPAL_SRCDIR)/opal/transcoders.cxx \
385 $(OPAL_SRCDIR)/opal/transports.cxx \
386 $(OPAL_SRCDIR)/opal/guid.cxx \
387 $(OPAL_SRCDIR)/opal/opalmixer.cxx \
388 $(OPAL_SRCDIR)/opal/opalglobalstatics.cxx \
389 $(OPAL_SRCDIR)/rtp/rtp.cxx \
390 $(OPAL_SRCDIR)/rtp/jitter.cxx \
392 ifeq ($(HAS_AUDIO),1)
393 SOURCES += $(OPAL_SRCDIR)/opal/pcss.cxx
394 endif
396 ifeq ($(OPAL_IVR), 1)
397 SOURCES += $(OPAL_SRCDIR)/opal/ivr.cxx \
398 $(OPAL_SRCDIR)/opal/opalvxml.cxx
399 endif
401 ########################################
403 # H.323 files
405 ifeq ($(OPAL_H323),1)
406 ifdef H323_AVAIL
408 ASN_SRCDIR := $(OPAL_SRCDIR)/asn
409 ASN_INCDIR := $(OPAL_INCDIR)/asn
411 H450_ASN_FILES := h4501 h4502 h4503 h4504 h4505 h4506 h4507 h4508 h4509 h45010 h45011
412 SIMPLE_ASN_FILES := x880 $(H450_ASN_FILES) mcs gcc t38
414 ASN_H_FILES := $(addprefix $(ASN_INCDIR)/,$(addsuffix .h, $(SIMPLE_ASN_FILES)))
415 ASN_CXX_FILES := $(addprefix $(ASN_SRCDIR)/,$(addsuffix .cxx,$(SIMPLE_ASN_FILES)))
417 ASN_H_FILES += $(ASN_INCDIR)/h225.h
418 ASN_CXX_FILES += $(ASN_SRCDIR)/h225_1.cxx $(ASN_SRCDIR)/h225_2.cxx
420 ASN_H_FILES += $(ASN_INCDIR)/h235.h $(ASN_SRCDIR)/h235_t.cxx
421 ASN_CXX_FILES += $(ASN_SRCDIR)/h235.cxx
423 ASN_H_FILES += $(ASN_INCDIR)/h245.h
424 ASN_CXX_FILES += $(ASN_SRCDIR)/h245_1.cxx $(ASN_SRCDIR)/h245_2.cxx $(ASN_SRCDIR)/h245_3.cxx
426 ASN_H_FILES += $(ASN_INCDIR)/h248.h
427 ASN_CXX_FILES += $(ASN_SRCDIR)/h248.cxx
429 ASN_H_FILES += $(ASN_INCDIR)/h501.h
430 ASN_CXX_FILES += $(ASN_SRCDIR)/h501.cxx
432 .PRECIOUS: $(ASN_CXX_FILES) $(ASN_H_FILES)
435 SOURCES += $(ASN_CXX_FILES) \
436 $(OPAL_SRCDIR)/h323/h323ep.cxx \
437 $(OPAL_SRCDIR)/h323/h323.cxx \
438 $(OPAL_SRCDIR)/h323/h323caps.cxx \
439 $(OPAL_SRCDIR)/h323/h323neg.cxx \
440 $(OPAL_SRCDIR)/h323/h323pdu.cxx \
441 $(OPAL_SRCDIR)/h323/h323rtp.cxx \
442 $(OPAL_SRCDIR)/h323/channels.cxx \
443 $(OPAL_SRCDIR)/h323/svcctrl.cxx \
444 $(OPAL_SRCDIR)/h323/h450pdu.cxx \
445 $(OPAL_SRCDIR)/h323/q931.cxx \
446 $(OPAL_SRCDIR)/h323/transaddr.cxx \
447 $(OPAL_SRCDIR)/h323/gkclient.cxx \
448 $(OPAL_SRCDIR)/h323/gkserver.cxx \
449 $(OPAL_SRCDIR)/h323/h225ras.cxx \
450 $(OPAL_SRCDIR)/h323/h323trans.cxx \
451 $(OPAL_SRCDIR)/h323/h235auth.cxx \
452 $(OPAL_SRCDIR)/h323/h501pdu.cxx \
453 $(OPAL_SRCDIR)/h323/h323annexg.cxx \
454 $(OPAL_SRCDIR)/h323/peclient.cxx \
456 ifdef H323_H460
457 SOURCES += $(OPAL_SRCDIR)/h323/h4601.cxx
458 endif
460 ifdef HAS_OPENSSL
461 SOURCES += $(OPAL_SRCDIR)/h235auth1.cxx
462 endif
464 SOURCES += $(OPAL_SRCDIR)/t120/t120proto.cxx \
465 $(OPAL_SRCDIR)/t120/h323t120.cxx \
466 $(OPAL_SRCDIR)/t120/x224.cxx \
467 $(OPAL_SRCDIR)/t38/t38proto.cxx \
468 $(OPAL_SRCDIR)/t38/h323t38.cxx
470 ifeq ($(OPAL_H224), 1)
471 ifdef H224_AVAIL
472 SOURCES += $(OPAL_SRCDIR)/h224/h323h224.cxx
473 endif
474 endif
476 endif
477 endif
479 ##################
480 # IAX2 files
482 ifeq ($(OPAL_IAX2),1)
483 ifdef IAX2_AVAIL
485 SOURCES += \
486 $(OPAL_SRCDIR)/iax2/callprocessor.cxx \
487 $(OPAL_SRCDIR)/iax2/frame.cxx \
488 $(OPAL_SRCDIR)/iax2/iax2con.cxx \
489 $(OPAL_SRCDIR)/iax2/iax2ep.cxx \
490 $(OPAL_SRCDIR)/iax2/iax2jitter.cxx \
491 $(OPAL_SRCDIR)/iax2/iax2medstrm.cxx \
492 $(OPAL_SRCDIR)/iax2/iedata.cxx \
493 $(OPAL_SRCDIR)/iax2/ies.cxx \
494 $(OPAL_SRCDIR)/iax2/processor.cxx \
495 $(OPAL_SRCDIR)/iax2/receiver.cxx \
496 $(OPAL_SRCDIR)/iax2/regprocessor.cxx\
497 $(OPAL_SRCDIR)/iax2/remote.cxx \
498 $(OPAL_SRCDIR)/iax2/safestrings.cxx \
499 $(OPAL_SRCDIR)/iax2/sound.cxx \
500 $(OPAL_SRCDIR)/iax2/specialprocessor.cxx \
501 $(OPAL_SRCDIR)/iax2/transmit.cxx
502 endif
503 endif
505 ################################################################################
506 # SIP files
508 ifeq ($(OPAL_SIP),1)
509 ifdef SIP_AVAIL
511 SOURCES += $(OPAL_SRCDIR)/sip/sipep.cxx \
512 $(OPAL_SRCDIR)/sip/sipcon.cxx \
513 $(OPAL_SRCDIR)/sip/sippdu.cxx \
514 $(OPAL_SRCDIR)/sip/sdp.cxx \
516 endif
517 endif
519 ##################
520 # H.224 files
522 ifeq ($(OPAL_H224), 1)
523 ifdef H224_AVAIL
525 SOURCES += $(OPAL_SRCDIR)/h224/q922.cxx \
526 $(OPAL_SRCDIR)/h224/h224.cxx \
527 $(OPAL_SRCDIR)/h224/h281.cxx
528 endif
529 endif
531 ##################
532 # LIDS
534 ifeq ($(OPAL_LID), 1)
536 SOURCES += $(OPAL_SRCDIR)/lids/lid.cxx \
537 $(OPAL_SRCDIR)/lids/lidep.cxx \
538 $(OPAL_SRCDIR)/lids/lidpluginmgr.cxx \
540 endif
542 ##################
543 # SRTP
545 ifeq ($(OPAL_SRTP), 1)
546 SOURCES += $(OPAL_SRCDIR)/rtp/srtp.cxx \
548 endif
552 ##################
553 # Software codecs
555 SOURCES += $(OPAL_SRCDIR)/codec/g711codec.cxx \
556 $(OPAL_SRCDIR)/codec/g711.c \
557 $(OPAL_SRCDIR)/codec/rfc2833.cxx \
558 $(OPAL_SRCDIR)/codec/opalwavfile.cxx \
559 $(OPAL_SRCDIR)/codec/silencedetect.cxx \
560 $(OPAL_SRCDIR)/codec/echocancel.cxx \
561 $(OPAL_SRCDIR)/codec/opalpluginmgr.cxx
563 ifeq ($(HAS_VIDEO), 1)
564 SOURCES += $(OPAL_SRCDIR)/codec/vidcodec.cxx
565 endif
567 SPEEX_DIR = $(OPAL_SRCDIR)/codec/speex
569 #HEADER_FILES += $(OPAL_INCDIR)/speexcodec.h
571 #SOURCES += $(OPAL_SRCDIR)/codec/speexcodec.cxx
573 ifdef OPAL_SYSTEM_SPEEX
575 ENDLDLIBS := -lspeex $(ENDLDLIBS)
577 else
579 SPEEX_INCDIR = $(SPEEX_DIR)/libspeex
580 SPEEX_SRCDIR = $(SPEEX_DIR)/libspeex
582 VPATH_C += $(SPEEX_SRCDIR)
583 VPATH_CXX += $(SPEEX_SRCDIR)
585 HEADER_FILES += $(SPEEX_INCDIR)/speex.h \
586 $(SPEEX_INCDIR)/speex_bits.h \
587 $(SPEEX_INCDIR)/speex_header.h \
588 $(SPEEX_INCDIR)/speex_callbacks.h \
589 $(SPEEX_INCDIR)/speex_config_types.h \
590 $(SPEEX_INCDIR)/speex_preprocess.h \
591 $(SPEEX_INCDIR)/speex_stereo.h \
592 $(SPEEX_INCDIR)/speex_types.h \
593 $(SPEEX_INCDIR)/speex_jitter.h \
594 $(SPEEX_INCDIR)/speex_echo.h
596 SOURCES += $(SPEEX_SRCDIR)/speex_preprocess.c \
597 $(SPEEX_SRCDIR)/smallft.c \
598 $(SPEEX_SRCDIR)/misc.c \
599 $(SPEEX_SRCDIR)/mdf.c \
600 $(SPEEX_SRCDIR)/math_approx.c \
601 $(SPEEX_SRCDIR)/kiss_fftr.c \
602 $(SPEEX_SRCDIR)/kiss_fft.c \
603 $(SPEEX_SRCDIR)/fftwrap.c \
605 endif # OPAL_SYSTEM_SPEEX
608 # Files to be cleaned during make clean
611 CLEAN_FILES = $(OPAL_LIB)
614 ####################################################
616 include @PWLIBDIR@/make/common.mak
618 PROG=opal
619 ####################################################
620 # replace lib.mak
622 ifneq ($(OSTYPE),Darwin)
623 LIBNAME_MAJ = $(OPAL_FILE).$(MAJOR_VERSION)
624 LIBNAME_MIN = $(LIBNAME_MAJ).$(MINOR_VERSION)
625 ifeq ($(BUILD_TYPE),.)
626 LIBNAME_PAT = $(LIBNAME_MIN).$(BUILD_NUMBER)
627 else
628 LIBNAME_PAT = $(LIBNAME_MIN)-$(BUILD_TYPE)$(BUILD_NUMBER)
629 endif
630 else
631 LIBNAME_MAJ = $(subst .$(LIB_SUFFIX),.$(MAJOR_VERSION).$(LIB_SUFFIX),$(OPAL_FILE))
632 LIBNAME_MIN = $(subst .$(LIB_SUFFIX),.$(MAJOR_VERSION).$(MINOR_VERSION).$(LIB_SUFFIX),$(OPAL_FILE))
633 ifeq ($(BUILD_TYPE),.)
634 LIBNAME_PAT = $(subst .$(LIB_SUFFIX),.$(MAJOR_VERSION).$(MINOR_VERSION).$(BUILD_NUMBER).$(LIB_SUFFIX),$(OPAL_FILE))
635 else
636 LIBNAME_PAT = $(subst .$(LIB_SUFFIX),.$(MAJOR_VERSION).$(MINOR_VERSION)-$(BUILD_TYPE)$(BUILD_NUMBER).$(LIB_SUFFIX),$(OPAL_FILE))
637 endif
638 endif
640 LIB_SONAME = $(LIBNAME_MIN)
642 CLEAN_FILES += $(LIBDIR)/$(LIBNAME_PAT) $(LIBDIR)/$(OPAL_FILE) $(LIBDIR)/$(LIBNAME_MAJ) $(LIBDIR)/$(LIBNAME_MIN)
644 ifneq ($(P_SHAREDLIB),1)
645 STATIC_LIB_FILE = $(LIBDIR)/$(OPAL_FILE)
646 else
647 STATIC_LIB_FILE = $(LIBDIR)/$(subst .$(LIB_SUFFIX),_s.$(STATICLIBEXT),$(OPAL_FILE))
648 endif
650 $(LIBDIR)/$(OPAL_FILE) : $(TARGETLIB)
652 ifeq ($(P_SHAREDLIB),1)
654 SYSLIBS += -L$(PW_LIBDIR) -l$(PTLIB_BASE)$(LIB_TYPE)
655 ifeq ($(OSTYPE),beos)
656 # BeOS requires different options when building shared libraries
657 LDSOOPTS = -nostdlib -nostart
658 EXTLIBS = -lstdc++.r4
659 else
660 ifeq ($(OSTYPE),Darwin)
661 LDSOOPTS = -dynamiclib
662 else
663 LDSOOPTS = -shared
664 endif
665 endif
667 ENDLDLIBS := $(SYSLIBS) $(ENDLDLIBS)
669 ifeq ($(OSTYPE),rtems)
670 EXTLIBS = -lstdc++
671 endif
673 ifneq ($(OSTYPE), QNX)
674 ifneq (,$(findstring $(OSTYPE),FreeBSD OpenBSDs))
675 ifdef P_PTHREADS
676 EXTLIBS += -pthread
677 endif
678 else
679 ifdef P_PTHREADS
680 EXTLIBS += -lpthread
681 endif
682 endif
683 endif
685 # Solaris loader doesn't grok -soname (sees it as -s -oname)
686 # We could use -Wl,-h,$(LIB_BASENAME).1 but then we find that the arglist
687 # to gcc is 2900+ bytes long and it will barf. I fix this by invoking ld
688 # directly and passing it the equivalent arguments...jpd@louisiana.edu
689 ifeq ($(OSTYPE),solaris)
690 LDSOOPTS = -Bdynamic -G -h $(LIB_SONAME)
691 LD = $(CPLUS)
692 else
693 ifeq ($(OSTYPE),mingw)
694 LDSOOPTS += -Wl,--kill-at
695 else
696 ifneq ($(OSTYPE),Darwin)
697 LDSOOPTS += -Wl,-soname,$(LIB_SONAME)
698 endif
699 endif
700 LD = $(CPLUS)
701 endif
703 $(LIBDIR)/$(OPAL_FILE): $(LIBDIR)/$(LIBNAME_PAT)
704 cd $(LIBDIR) ; rm -f $(OPAL_FILE) ; ln -sf $(LIBNAME_PAT) $(OPAL_FILE)
705 cd $(LIBDIR) ; rm -f $(LIBNAME_MAJ) ; ln -sf $(LIBNAME_PAT) $(LIBNAME_MAJ)
706 cd $(LIBDIR) ; rm -f $(LIBNAME_MIN) ; ln -sf $(LIBNAME_PAT) $(LIBNAME_MIN)
708 cd $(LIBDIR) ; rm -f libopal.$(LIB_SUFFIX) ; ln -sf $(LIBNAME_PAT) libopal.$(LIB_SUFFIX)
710 $(LIBDIR)/$(LIBNAME_PAT): $(STATIC_LIB_FILE)
711 @echo EXTLIBS = $(EXTLIBS)
712 @echo SYSLIBS = $(SYSLIBS)
713 @if [ ! -d $(LIBDIR) ] ; then mkdir $(LIBDIR) ; fi
714 $(LD) $(LDSOOPTS) -o $(LIBDIR)/$(LIBNAME_PAT) $(LDFLAGS) $(EXTLIBS) $(OBJS) $(ENDLDLIBS)
716 endif # P_SHAREDLIB
718 $(STATIC_LIB_FILE): $(OBJS)
719 @if [ ! -d $(LIBDIR) ] ; then mkdir $(LIBDIR) ; fi
720 $(ARCHIVE) $(STATIC_LIB_FILE) $(OBJS)
721 ifeq ($(P_USE_RANLIB),1)
722 $(RANLIB) $(STATIC_LIB_FILE)
723 endif
725 ####################################################
727 notrace::
728 $(MAKE) NOTRACE=1 opt
730 # Build rules for the Speex codec
732 $(OPAL_OBJDIR)/%.o : $(SPEEX_SRCDIR)/%.c
733 @if [ ! -d $(OPAL_OBJDIR) ] ; then mkdir -p $(OPAL_OBJDIR) ; fi
734 $(CC) $(STDCCFLAGS) -I$(SPEEX_INCDIR) $(OPTCCFLAGS) $(CFLAGS) -c $< -o $@
736 $(DEPDIR)/%.dep : $(SPEEX_SRCDIR)/%.c
737 @if [ ! -d $(DEPDIR) ] ; then mkdir -p $(DEPDIR) ; fi
738 @printf %s $(OPAL_OBJDIR)/ > $@
739 $(CC) -I$(SPEEX_INCDIR) $(CFLAGS) -M $< >> $@
741 ###############################################################################
742 #### Subdirectories
743 $(subst tagbuild,,$(STANDARD_TARGETS)) ::
744 @set -e; $(foreach dir,$(SUBDIRS),if test -e $(dir) ; then $(MAKE) -C $(dir) $@; fi ;)
747 $(STANDARD_TARGETS) :: Makefile
749 Makefile: Makefile.in configure
750 @echo
751 @echo "*******************************************************"
752 @echo Makefile is not up to date, is a ./configure necessary?
753 @echo "*******************************************************"
754 @false
756 test:
757 @echo $(ASN_CXX_FILES)
759 #### Install targets
760 install:
761 mkdir -p $(DESTDIR)@LIBDIR@
762 ( for dir in $(DESTDIR)@LIBDIR@ \
763 $(DESTDIR)$(PREFIX)/include/opal/asn \
764 $(DESTDIR)$(PREFIX)/include/opal/codec \
765 $(DESTDIR)$(PREFIX)/include/opal/h323 \
766 $(DESTDIR)$(PREFIX)/include/opal/iax2 \
767 $(DESTDIR)$(PREFIX)/include/opal/lids \
768 $(DESTDIR)$(PREFIX)/include/opal/opal \
769 $(DESTDIR)$(PREFIX)/include/opal/rtp \
770 $(DESTDIR)$(PREFIX)/include/opal/sip \
771 $(DESTDIR)$(PREFIX)/include/opal/t120 \
772 $(DESTDIR)$(PREFIX)/include/opal/t38 \
773 $(DESTDIR)$(PREFIX)/lib/pkgconfig \
774 $(DESTDIR)$(PREFIX)/share/opal ;\
775 do mkdir -p $$dir ; chmod 755 $$dir ; \
776 done)
777 $(INSTALL) -m 755 lib/$(LIBNAME_PAT) $(DESTDIR)@LIBDIR@
778 $(INSTALL) -m 444 opal.pc $(DESTDIR)$(PREFIX)/lib/pkgconfig
779 ln -snf $(LIBNAME_PAT) \
780 $(DESTDIR)@LIBDIR@/$(OPAL_FILE).$(MAJOR_VERSION).$(MINOR_VERSION)
781 ln -snf $(LIBNAME_PAT) \
782 $(DESTDIR)@LIBDIR@/$(OPAL_FILE).$(MAJOR_VERSION)
783 ln -snf $(LIBNAME_PAT) \
784 $(DESTDIR)@LIBDIR@/$(OPAL_FILE)
785 ln -snf $(LIBNAME_PAT) \
786 $(DESTDIR)@LIBDIR@/libopal.so
787 ( for fn in include/asn/*.h ; do \
788 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/asn ; \
789 done)
790 ( for fn in include/codec/*.h ; do \
791 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/codec ; \
792 done)
793 ( for fn in include/h323/*.h ; do \
794 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/h323 ; \
795 done)
796 ( for fn in include/iax2/*.h ; do \
797 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/iax2 ; \
798 done)
799 ( for fn in include/lids/*.h ; do \
800 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/lids ; \
801 done)
802 ( for fn in include/opal/*.h ; do \
803 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/opal ; \
804 done)
805 ( for fn in include/rtp/*.h ; do \
806 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/rtp ; \
807 done)
808 ( for fn in include/sip/*.h ; do \
809 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/sip ; \
810 done)
811 ( for fn in include/t120/*.h ; do \
812 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/t120 ; \
813 done)
814 ( for fn in include/t38/*.h ; do \
815 $(INSTALL) -m 644 $$fn $(DESTDIR)$(PREFIX)/include/opal/t38 ; \
816 done)
817 $(INSTALL) -m 644 opal_inc.mak $(DESTDIR)$(PREFIX)/share/opal
818 $(MAKE) -C plugins install
820 uninstall:
821 rm -rf $(DESTDIR)$(PREFIX)/include/opal \
822 $(DESTDIR)$(PREFIX)/share/opal
823 rm -f $(DESTDIR)@LIBDIR@/$(OPAL_FILE) \
824 $(DESTDIR)@LIBDIR@/libopal.so \
825 $(DESTDIR)@LIBDIR@/$(OPAL_FILE).$(MAJOR_VERSION).$(MINOR_VERSION) \
826 $(DESTDIR)@LIBDIR@/$(OPAL_FILE).$(MAJOR_VERSION) \
827 $(DESTDIR)@LIBDIR@/$(LIBNAME_PAT) \
828 $(DESTDIR)$(PREFIX)/lib/pkgconfig/opal.pc
829 $(MAKE) -C plugins uninstall
831 docs: FORCE
832 doxygen opal_cfg.dxy
834 FORCE:
837 # End of file #################################################################