summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r1483: build dynconfig.c also with PICFLAGSStefan Metzmacher1-1/+1
metze (This used to be commit fef597a76c0b0796ca834a31550cf279babe96fc)
2007-10-10r1464: the recent build changes completely lost the speed advantage of usingAndrew Tridgell1-1/+1
PCH (in fact, it meant that PCH was a slowdown, not a speedup). To gain speed with PCH you must ensure that the .gch file is compiled with _exactly_ the same options as the normal object files. this fixes the .gch build options (This used to be commit 910ca1748648a58daaea6a04d5c96e6c62f79c40)
2007-10-10r1035: Support shared modules againJelmer Vernooij1-1/+1
(This used to be commit 7949dc25ab05f7d5ad6217a6304e1f50b8b5dc41)
2007-10-10r899: remove the weird shell patterns from the makerulesStefan Metzmacher1-14/+0
they slowdown the build metze (This used to be commit 6123a1ee7cd9b21824c6e5b6abf58293ff9f3dcd)
2007-10-10r807: compile with PICFLAG by defaultStefan Metzmacher1-1/+1
(ask tridge why this is better than recompiling only the files we need for libraries with PICFLAG) metze (This used to be commit ee32d29044a52d7098e242ed48c309871e711bd9)
2007-10-10r767: add a $flags argument to the std_CC make rule generaterStefan Metzmacher1-5/+9
we may need this for compiling with -fPIC metze (This used to be commit e65b38b7cade96e577a5065d08679ba70b074151)
2007-10-10r725: fix usage of $PERL to "$PERL" to handle perl -W correctStefan Metzmacher1-2/+2
metze (This used to be commit b1161c4c832dd0a2975eee0908d9d5cd6171f608)
2007-10-10r691: addStefan Metzmacher1-1/+3
-- make binary_smbd make library_libldb make module_ntvfs_simple -- style make rules which depend on make basics, so make idl proto is called by them metze (This used to be commit bbec0b6c95d7d01ac36bb0820b2049db57fd2a2c)
2007-10-10r690: - ignore source/tagsStefan Metzmacher1-13/+34
- add support for shared libraries - enable libldb shared lib when --enable-experimental metze (This used to be commit dcef69dc54a2575e7f57d67d1983482b4ff57bdb)
2007-10-10r679: fix make installStefan Metzmacher1-0/+4
metze (This used to be commit 17bb581ab617c9a1883a3a4028ddac94aa2d5980)
2007-10-10r677: fix: '$' -> '\$'Stefan Metzmacher1-1/+1
metze (This used to be commit 89c3780c15687c16d4607c912f71d1082690af76)
2007-10-10r674: use the same -I flags as beforeStefan Metzmacher1-1/+1
metze (This used to be commit e7c9e56a5d889497f63c65582f064e02d4442e36)
2007-10-10r671: fix make ./include/proto.hStefan Metzmacher1-2/+2
metze (This used to be commit 9312b9cd611373468d5b89c9480646170a49db5b)
2007-10-10r670: add make everythingStefan Metzmacher1-0/+2
metze (This used to be commit 3f942ac521ffbb970345519775f20284be393e60)
2007-10-10r666: readd 'make etags' and 'make ctags'Stefan Metzmacher1-0/+6
metze (This used to be commit fcab9867f90f86c329d82925549c2f9733131ab5)
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-0/+852
to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze (This used to be commit c78a2ddb28ec50d6570a83b1f66f18a5c3621731)