Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 06f7a8c692a645830eb3dd9abad8556c66bba747)
|
|
(This used to be commit f10fae23f0685b2d9c6174596e1c66d799f02c52)
|
|
(This used to be commit 5673ee1182dbae1aac6891abdce0b5748a14989f)
|
|
(This used to be commit 2b22f1853306625a4c59763ef11965ac8900d4ff)
|
|
dependencies.
Don't create dependency files when running 'make clean'
(This used to be commit 6414d0c04fce969d4400a013aeaa3fa75849e2de)
|
|
to have
trouble with it.
(This used to be commit d6d363626513b41cb2d6dafab631bebadee48f42)
|
|
doesn't have to depend on the lp_* functions.
(This used to be commit f97df7d90a41b77a9edd2d6bdc47c27bf1b6bb07)
|
|
subsystems in case a library doesn't make sense.
(This used to be commit ed382873fd01457a53e0a1e1f5ba6753dfbc0646)
|
|
left now...
(This used to be commit e71cca7f0cec62357eba6ba02d13f1c3f04edaa7)
|
|
(This used to be commit da0a4118189d1026e04e46cb73ba90a4a94d8819)
|
|
(This used to be commit 3e6b75d955cc49becf9145fbe4380c4e7e7f81f6)
|
|
(This used to be commit 2236ad9096b0ebf19baffb9410bc6347b31c98e9)
|
|
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d)
|
|
rebuilt when a header file is changed. It also means parallel builds work now.
It will take a minute or so to generate all the dependency information,
but there should be no need to rebuild that information later on, unless
a file changes.
This behaviour is only enabled when building in developer mode
(--enable-developer) and requires a GNU make (or compatible). In all other
cases, the file 'static_deps.mk' is included, which contains some basic
hardcoded dependency information.
(This used to be commit eb435386f015ce1d89eb6f7e7837622ebd9e1951)
|
|
(This used to be commit 44e132cf1a48174f538348b743096251b3e8f92f)
|
|
cflags.pl when using GNU make
(This used to be commit 4354147f6b5e9485d0550fa6c8a33be526f54db6)
|
|
(This used to be commit c85c4b97f35ac32c3e7b40fa84414171975ecf54)
|
|
(This used to be commit ee49674dc6cbda95590409541703c36534b195b3)
|
|
(This used to be commit b96aa4ce2a9918bcbe5d0c498fd7a964253817b5)
|
|
(This used to be commit 2550f47030e00381b0a2d1a46dfdcc6c3783b64f)
|
|
their modules.
(This used to be commit 2cb96e08f3c69f21ed14b12d79f441628a790ce6)
|
|
(This used to be commit c7f6b0801da00d6eeb846f63a39b656f02b7a6e8)
|
|
(This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d)
|
|
(including modules, codepages and ejs!) without installing.
(This used to be commit cdff0a63fe13197b63f022a4d1460a232cec7051)
|
|
asn1 compiler every time a .mk file changed, thus causing the
recompilation of the files generated from ASN1.
(This used to be commit 4cd1e017e335818ef4585ff1096cb9968d14399f)
|
|
(This used to be commit c74fc55831ca24819ae7f5e0920d0351e2b46a08)
|
|
(This used to be commit 4682bc5ce047d81586447b9df82c91ed1fe677cf)
|
|
Generate different #include lines in pidl depending on whether
we're building inside or outside of the Samba tree (useful for
3rd-party projects).
(This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049)
|
|
(This used to be commit bb6541126c94b33e4a24d9f036655b55b704923b)
|
|
(This used to be commit acd23e351e92c59c4bbc12c06d0686e355fa82e8)
|
|
(This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
|
|
metze
(This used to be commit 7713a5333edc11cc4fb76211509e5c0c368f9592)
|
|
(This used to be commit fd47e975a4c4d225e7513b6dd2223a8eac9b4348)
|
|
(This used to be commit f4de155c94b89e586640d11992953a0d5fc0716d)
|
|
(This used to be commit 98c4c3051391c6f89df5d133665f51bef66b1563)
|
|
Prototypes are now spread over multiple headers, usually one per subsystem.
This change is required to allow proper header dependencies later on,
without recompiling Samba each time the mtime of any source file changes.
(This used to be commit 3da79bf909f801386a52e6013db399c384d0401c)
|
|
Fix mechanism for breaking lines when printing test names.
(This used to be commit c1061f5fe478918f996fdeaa382a1f5552135bb9)
|
|
(This used to be commit 4799f7bd1fbf0ed3cd4c52bd6eef129666ac74b5)
|
|
mode (./configure.developer). This will change the hardcoded value of a few
paths (BINDIR, SWATDIR, EJSDIR, SETUPDIR, DATADIR, MODULESDIR). The regular
locations will be used when running 'make install'.
This enables developers to work on (shared built) modules, swat, ejs and
setup files without having to run 'make install' each time.
(This used to be commit f12c1ee19349e17dc5d109ccc71b5374796a6e23)
|
|
- VERSION: should contain the current version. Will be made part of the filename.
- SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library.
Fix sonames and use them on platforms that support them
Remove symlinking code. ldconfig will take care of creating the symlinks now
that we set the soname.
(This used to be commit 7871b07e21c85c63d0ecac4c31b98dc112d18af5)
|
|
a C compiler that doesn't support -c and -o together and it makes the build
system more complicated. This also means the current handling of broken C
compilers is most likely broken as it isn't tested.
This detection can be readded when we stumble upon a C compiler that supports
both C99 (or at least the parts of it we need) and also has broken -c/-o
handling, which I think is unlikely to happen.
(This used to be commit 7fd74cfbb90063c79994fb6691dbe456d9ad9efa)
|
|
Move architecture-independent data to DATADIR (was LIBDIR)
(This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
|
|
we now need to explicit enable external libraries in
*.m4 files again...
metze
(This used to be commit ca809a7910b16a248fffddc640298bbe4cdedc01)
|
|
metze
(This used to be commit 612fcb46ac21839b9c98b92d3261506dfafb2a93)
|
|
(This used to be commit 0665a465ba86bf2867ed360f8017ce8de8118882)
|
|
(might) be missing.
(This used to be commit ee90b8067915915af8ffbc0e04d1f4f5aae567cb)
|
|
(This used to be commit 03c06c6f7fedb0e47483cc6de7732c1e78e60703)
|
|
jelmer: is there a better place to catch this?
metze
(This used to be commit 1e6ac4537024e7924333050125c33f792f982bbe)
|
|
(This used to be commit d538eac9dbfdd786b533cb5fbbd35ab2fd7358ba)
|
|
metze
(This used to be commit dfaa1fe107c3ea80da8ec5ddaabe0eece96da73a)
|