1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Jelmer Vernooij
9929aa94ef r3768: Fix build of libraries 2007-10-10 13:05:52 -05:00
Jelmer Vernooij
c7757dd9ad r3751: Some fixes to using enable and disable for subsystems, ext libs and modules 2007-10-10 13:05:51 -05:00
Jelmer Vernooij
a7c3c8cb62 r3740: Convert more files to .mk, fix the build 2007-10-10 13:05:48 -05:00
Jelmer Vernooij
fc0432069b r3735: Allow building subsystems as static libraries (.a files). To enable
this support, run SUBSYSTEM_OUTPUT_TYPE=STATIC_LIBRARY ./config.status

I haven't enabled this by default because there are some circular dependencies
in the makefile that have to be resolved first (LIBRPC depends on LIBSMB
												and LIBSMB depends on LIBRPC..)
2007-10-10 13:05:48 -05:00
Jelmer Vernooij
64826da834 r3733: More build system fixes/features:
- Use .mk files directly (no need for a SMB_*_MK() macro when adding a new SUBSYSTEM, MODULE or BINARY). This allows addition of new modules and subsystems without running configure
 - Add support for generating .dot files with the Samba4 dependency tree (as used by the graphviz and springgraph utilities)
2007-10-10 13:05:47 -05:00
Jelmer Vernooij
cbe819a755 r3730: More build system fixes and simplifications
the hierarchy in the init functions is correct now
will also make it easier to implement some other features
2007-10-10 13:05:47 -05:00
Jelmer Vernooij
975f06b626 r3691: Use packages 2007-10-10 13:05:45 -05:00
Jelmer Vernooij
4d018b2b70 r3690: Use perl's 'use' statement to include the build system parts
rather then using "cat"
2007-10-10 13:05:44 -05:00