summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/makedist.mk
Commit message (Collapse)AuthorAgeFilesLines
* Separate generated public header files from non-public headers, generated ↵Alan Conway2009-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | code re-organization. The gen/ directory has been removed, code is now generated into: $(builddir)/src - all .cpp files and non-public .h files. $(builddir)/include - all public .h files. The gen/ directory was originally intended to separate generated code from hand-written code. However both automake and cmake allow you to direct all build output, including generated code, into a separate build directory. In fact both recommend you build this way. Keeping the gen/ directory meant there would have been a total of 8 places to look for header files, all the combinations of builddir/srcdir, src/include and gen/no-gen. This was a mess, 4 is bad enough. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798291 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1740: further whitespace cleanupGordon Sim2009-03-201-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@756376 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1740: corrected some whitespace issues and esnured the subdirs var is ↵Gordon Sim2009-03-191-1/+1
| | | | | | processed at the right time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@756148 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1740: Update Makefile generation for examples to not use the ↵Gordon Sim2009-03-171-9/+9
| | | | | | undocumented Echo variable no longer supported in later autotools (from Jan Sarenik) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@755162 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate '-l' from generated example MakefilesGordon Sim2009-03-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@753238 13f79535-47bb-0310-9956-ffa450edef68
* examples/makedist.mk and examples/*/Makefile.amManuel Teira Paz2009-03-101-2/+3
| | | | | | | | - Avoid the usage of make ?= assignments (not portable). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752014 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728132 13f79535-47bb-0310-9956-ffa450edef68
* Fix build problems in examples on older automakesAlan Conway2008-06-231-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@670568 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Manuel Teira: ↵Alan Conway2008-06-201-0/+20
https://issues.apache.org/jira/secure/CommentAssignIssue!default.jspa?action=5&id=12398038 - Use standard automake makefiles to build cpp/examples. - Rationalize examples directory structure. Additions to patch: - Fix for VPATH builds. - Fix make distcheck (finally!) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@670066 13f79535-47bb-0310-9956-ffa450edef68