You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Apache subversion Wiki <co...@subversion.apache.org> on 2013/02/08 11:56:29 UTC

[Subversion Wiki] Update of "Build System Map2" by GabrielaGibson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.

The "Build System Map2" page has been changed by GabrielaGibson:
http://wiki.apache.org/subversion/Build%20System%20Map2?action=diff&rev1=3&rev2=4

Comment:
added  Makefile.in

  
     useage_exit & class Options:
         It also offers interactive useage service -- when is that used?
-        This looks like it's manipulated from the outside somewhere?                 
+        This looks like it's manipulated from the outside somewhere?
         It calls it's own main?
  }}}
  === build.conf -- defines a lot of things used by the python scripts ===
@@ -101, +101 @@

  
      Ensure that SWIG is checked after reconfiguration.
    Print final messages to user
+ }}}
+ === Makefile.in ===
+ {{{
+ assign:
+    directory variables
+    SVN CCP directives
+ some _swig_* items, files and directories
+ javahl items
+ Gettext items
+ compilers, shell, libtool, inclues
+ apache includes
+ swig items
+ ctypes
+ apr
+ flags for make
+ CFLAGS
+ special compilation for files destined for libsvn_swig_* (e.g. swigutil_*.c)
+ special compilation for files destined for javahl (i.e. C++)
+ special compilation for files destined for cxxhl
+ special link rule for mod_dav_svn
+ Special LDFLAGS for some libraries
+ Compilation of SWIG-generated C source code
+ link the wrapper objects into an extension library/module
+ install swig
+ additional installation rules for the SWIG wrappers
+ assorted swig
+ Automate JAR creation using Makefile generator's javahl-java.jar
+     property.  Enhance generator to support JAR installation.
+ Ruby variables
+ make targets
+ make check
+ targets for external projects
+ documentation rules
+ install targets
+ install bindings
+ clean targets
+ swig targets, make and clean
+ install tools
+ }}}
  
- }}}
- (more to come)
-