4 # Make file for pwlib library
6 # Portable Windows Library
8 # Copyright (c) 1993-1998 Equivalence Pty. Ltd.
10 # The contents of this file are subject to the Mozilla Public License
11 # Version 1.0 (the "License"); you may not use this file except in
12 # compliance with the License. You may obtain a copy of the License at
13 # http://www.mozilla.org/MPL/
15 # Software distributed under the License is distributed on an "AS IS"
16 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
17 # the License for the specific language governing rights and limitations
20 # The Original Code is Portable Windows Library.
22 # The Initial Developer of the Original Code is Equivalence Pty. Ltd.
24 # Portions are Copyright (C) 1993 Free Software Foundation, Inc.
25 # All Rights Reserved.
27 # Contributor(s): ______________________________________.
30 # Revision 1.25 2004/05/04 08:23:19 dsandras
31 # Fixed installation of plugins. Fixed uninstallation of plugins.
33 # Revision 1.24 2004/05/03 12:33:18 csoutheren
34 # Fixed install problem with ptlib-config
36 # Revision 1.23 2004/05/03 12:01:23 csoutheren
37 # Fixed install target
40 # Revision 1.22 2004/04/29 15:01:43 csoutheren
43 # Revision 1.21 2004/04/29 14:07:06 csoutheren
44 # Changed install target to use $(INSTALL)
45 # Various makefile cleanups and verified install and uninstall targets
46 # Removed some vestiges of old GUI code
48 # Revision 1.20 2004/04/20 10:02:46 csoutheren
49 # Remove usage of asnparser from the Makefile
51 # Revision 1.19 2004/04/13 11:48:36 csoutheren
52 # asnparser no longer built by default
54 # Revision 1.18 2004/02/26 12:04:10 csoutheren
55 # Added changes to increase portability to 64bit platforms, thanks to Klaus Kaempf
57 # Revision 1.17 2004/02/01 12:12:37 dsandras
58 # Fixed default target to optshared.
60 # Revision 1.16 2004/02/01 11:46:39 dsandras
61 # Set default target to "optshared".
63 # Revision 1.15 2003/12/12 06:40:47 rogerhardiman
64 # get plugins to install on FreeBSD
66 # Revision 1.14 2003/11/25 09:51:11 dsandras
67 # Fixed make install on Linux.
69 # Revision 1.13 2003/11/24 09:53:31 rogerhardiman
70 # Make the install target work on non-linux platforms. (Tested on FreeBSD).
72 # Revision 1.12 2003/11/14 06:01:11 csoutheren
73 # Fixed HAS_PLUGIN define
75 # Revision 1.11 2003/09/01 09:37:04 dsandras
76 # Fixed DESTDIR support thanks to Stefan BrĂ¼ns <lurchi@kawo1.rwth-aachen.de>.
78 # Revision 1.10 2003/08/27 09:46:07 dsandras
79 # Readded DESTDIR support (thanks to Stefan Bruens <lurch@gmx.li>)
81 # Revision 1.9 2003/07/29 11:22:17 csoutheren
82 # Removed trailing slash from vars.
84 # Revision 1.8 2003/07/28 18:13:02 dsandras
85 # Added patch from Alexander Larsson <alexl@redhat.com> to add --libdir support to configure.
87 # Revision 1.7 2003/07/28 14:09:34 dsandras
89 # Make sure permissions are correct on include/ptlib/unix/ptlib.
91 # Revision 1.6 2003/07/28 09:08:21 dsandras
93 # Fixed same kind of things for "make uninstall".
95 # Revision 1.5 2003/07/28 09:05:04 dsandras
97 # Make sure that things are installed in $(DESTDIR)$(PREFIX) and not only $(DESTDIR). Use the style used in all distributions for headers of $(DESTIR)$(PREFIX).
99 # Revision 1.4 2003/07/24 22:01:42 dereksmithies
100 # Add fixes from Peter Nixon for fixing install problems. Thanks.
102 # Revision 1.3 2003/05/22 12:13:44 dsandras
104 # Fixes permissions after "make install".
106 # Revision 1.3 2003/05/22 10:59:23 dsandras
107 # Fixes permissions after "make install".
109 # Revision 1.2 2003/05/16 19:10:23 shawn
110 # Replaces "so" with @SHAREDLIBEXT@ so `make install' works on platforms
111 # that do not use "so" as shared library filename extension.
113 # Revision 1.1 2003/04/28 01:09:24 craigs
116 # Revision 1.26 2003/04/16 07:16:55 craigs
117 # Modified for new autoconf based configuration
119 # Revision 1.25 2002/12/04 19:35:47 rogerh
120 # Remove un-needed / at the end of PREFIX
122 # Revision 1.24 2002/11/13 23:45:19 robertj
123 # Added install and uninstall targets, thanks Damien Sandras
125 # Revision 1.23 2002/10/17 13:44:27 robertj
126 # Port to RTEMS, thanks Vladimir Nesic.
128 # Revision 1.22 2001/08/06 19:35:27 rogerh
129 # Include the relevent header file based on the version of OpenBSD.
130 # Submitted by Marius Aamodt Eriksen <marius@umich.edu>
132 # Revision 1.21 2001/07/30 07:45:54 robertj
133 # Added "all" target with double colon.
135 # Revision 1.20 2001/04/23 00:44:30 robertj
136 # Spelt update correctly!
138 # Revision 1.19 2001/04/23 00:43:55 robertj
139 # Added make update target to get from cvs and rebuild
141 # Revision 1.18 2001/04/17 06:30:37 robertj
142 # Altered so can use tagbuild target in root directory.
144 # Revision 1.17 2001/03/20 03:33:18 robertj
145 # Major improvement to multiple targets over subdirectories, thanks Jac Goudsmit
147 # Revision 1.16 2000/11/01 04:39:20 robertj
148 # Made sure opt is first so frech build works
150 # Revision 1.15 2000/11/01 02:42:46 robertj
151 # Added optnoshared to build all default target.
153 # Revision 1.14 2000/10/30 05:49:25 robertj
154 # Made make all do bothdepend both
156 # Revision 1.13 2000/06/26 11:17:19 robertj
157 # Nucleus++ port (incomplete).
159 # Revision 1.12 2000/04/26 02:50:12 robertj
160 # Fixed build of correct GUI directory.
162 # Revision 1.11 2000/04/26 01:03:46 robertj
163 # Removed tarfile creation target, this is done differently now.
165 # Revision 1.10 2000/02/04 19:32:16 craigs
166 # Added targets for unshared libraries etc
168 # Revision 1.9 1999/11/30 00:22:54 robertj
169 # Updated documentation for doc++
171 # Revision 1.8 1999/06/09 16:09:20 robertj
172 # Fixed tarball construction not include windows directories
174 # Revision 1.7 1999/06/09 15:41:18 robertj
175 # Added better UI to make files.
177 # Revision 1.6 1999/04/22 02:37:00 robertj
178 # Added history file.
180 # Revision 1.5 1999/03/10 04:26:57 robertj
181 # More documentation changes.
183 # Revision 1.4 1999/03/09 08:07:00 robertj
184 # Documentation support.
186 # Revision 1.3 1999/01/22 00:30:45 robertj
187 # Yet more build environment changes.
189 # Revision 1.2 1999/01/16 23:15:11 robertj
190 # Added ability to NOT have th gui stuff.
192 # Revision 1.1 1999/01/16 04:00:14 robertj
197 PREFIX
=@INSTALLPREFIX@
198 exec_prefix = ${PREFIX}
200 export PWLIBDIR
=@PWLIBDIR@
208 TARGETDIR
=@TARGETDIR@
210 include make
/ptlib.mak
212 SUBDIRS
:= src
/ptlib
/$(TARGETDIR
)
213 ifeq (1, $(HAS_PLUGINS
))
217 # override P_SHAREDLIB for specific targets
218 optshared debugshared bothshared
:: P_SHAREDLIB
=1
219 optnoshared debugnoshared bothnoshared
:: P_SHAREDLIB
=0
221 # all these targets are just passed to all subdirectories
222 $(subst tagbuild
,,$(STANDARD_TARGETS
)) ::
223 set
-e
; $(foreach dir,$(SUBDIRS
),$(MAKE
) -C
$(dir) $@
;)
227 $(MAKE
) bothdepend both
230 $(MAKE
) -C src
/ptlib
/$(TARGETDIR
) both
233 doc
++ --dir html
--tables pwlib.dxx
236 ( for
dir in
$(DESTDIR
)$(LIBDIR
) \
237 $(DESTDIR
)$(PREFIX
)/include/ptlib \
238 $(DESTDIR
)$(PREFIX
)/include/ptlib
/unix
/ptlib \
239 $(DESTDIR
)$(PREFIX
)/include/ptclib \
240 $(DESTDIR
)$(PREFIX
)/share
/pwlib
/make
; \
241 do mkdir
-p
$$dir ; chmod
555 $$dir ; \
243 $(INSTALL
) -m
444 lib
/$(PTLIB_FILE
).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@
$(DESTDIR
)$(LIBDIR
)
244 (cd
$(DESTDIR
)$(LIBDIR
) ; \
245 rm -f
$(PTLIB_FILE
).@MAJOR_VERSION@.@MINOR_VERSION@
; \
246 ln
-sf
$(PTLIB_FILE
).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@
$(PTLIB_FILE
).@MAJOR_VERSION@.@MINOR_VERSION@ \
248 (cd
$(DESTDIR
)$(LIBDIR
) ; \
249 rm -f
$(PTLIB_FILE
).@MAJOR_VERSION@
; \
250 ln
-sf
$(PTLIB_FILE
).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@
$(PTLIB_FILE
).@MAJOR_VERSION@ \
252 (cd
$(DESTDIR
)$(LIBDIR
) ; \
253 rm -f
$(PTLIB_FILE
) ; \
254 ln
-sf
$(PTLIB_FILE
).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@
$(PTLIB_FILE
) \
256 (cd
$(DESTDIR
)$(LIBDIR
); \
257 rm -f libpt.@SHAREDLIBEXT@
; \
258 ln
-sf
$(PTLIB_FILE
) libpt.@SHAREDLIBEXT@ \
260 ifeq (1, $(HAS_PLUGINS
))
261 cd plugins
/pwlib
/device
/ ; \
263 do mkdir
-p
$(DESTDIR
)$(LIBDIR
)/pwlib
/devices
/$$dir ; chmod
555 $(DESTDIR
)$(LIBDIR
)/pwlib
/$$dir ; \
264 (for fn in .
/$$dir/*.so
; \
265 do
$(INSTALL
) -m
444 $$fn $(DESTDIR
)$(LIBDIR
)/pwlib
/devices
/$$dir; \
269 $(INSTALL
) -m
444 include/ptlib.h
$(DESTDIR
)$(PREFIX
)/include
270 $(INSTALL
) -m
444 include/ptbuildopts.h
$(DESTDIR
)$(PREFIX
)/include
271 (for fn in
include/ptlib
/*.h
include/ptlib
/*.inl
; \
272 do
$(INSTALL
) -m
444 $$fn $(DESTDIR
)$(PREFIX
)/include/ptlib
; \
274 (for fn in
include/ptlib
/unix
/ptlib
/*.h
include/ptlib
/unix
/ptlib
/*.inl
; \
275 do
$(INSTALL
) -m
444 $$fn $(DESTDIR
)$(PREFIX
)/include/ptlib
/unix
/ptlib
; \
277 (for fn in
include/ptclib
/*.h
; \
278 do
$(INSTALL
) -m
444 $$fn $(DESTDIR
)$(PREFIX
)/include/ptclib
; \
280 (for fn in make
/*.mak
; \
281 do
$(INSTALL
) -m
444 $$fn $(DESTDIR
)$(PREFIX
)/share
/pwlib
/make
; \
283 $(INSTALL
) -m
555 make
/ptlib-config
$(DESTDIR
)$(PREFIX
)/share
/pwlib
/make
/
284 (cd
$(DESTDIR
)$(PREFIX
)/bin
; rm -f ptlib-config
; ln
-snf ..
/share
/pwlib
/make
/ptlib-config ptlib-config
)
287 rm -rf
$(DESTDIR
)$(PREFIX
)/include/ptlib \
288 $(DESTDIR
)$(PREFIX
)/include/ptclib \
289 $(DESTDIR
)$(PREFIX
)/include/ptlib.h \
290 $(DESTDIR
)$(PREFIX
)/include/ptbuildopts.h \
291 $(DESTDIR
)$(PREFIX
)/share
/pwlib \
292 $(DESTDIR
)$(LIBDIR
)/pwlib
/devices \
293 rm -f
$(DESTDIR
)@
libdir@
/$(PTLIB_FILE
)* \