]> git.llucax.com Git - software/bife/bife-all.git/commitdiff
* Added a Makefile.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 19 May 2003 18:23:56 +0000 (18:23 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 19 May 2003 18:23:56 +0000 (18:23 +0000)
* Fixed some headers.
* Fixed xmi2code config file.
* Removed EOL from the source files.

Doxyfile
Makefile [new file with mode: 0644]
src/BIFE/Album.php
src/BIFE/Container.php
src/BIFE/Generic.php
src/BIFE/Page.php
src/BIFE/Parser.php
src/BIFE/Title.php
src/BIFE/Widget.php
xmi2code.config

index 43687c73ed46d02092d1a4263d7adc5356350255..704aaeb4421900a93512762385f70793168e646e 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,5 +1,31 @@
-# Doxyfile 1.3-rc3
+# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+# +--------------------------------------------------------------------+
+# |                       BIFE - Buil It FastEr                        |
+# +--------------------------------------------------------------------+
+# | This file is part of BIFE.                                         |
+# |                                                                    |
+# | BIFE is free software; you can redistribute it and/or modify it    |
+# | under the terms of the GNU General Public License as published by  |
+# | the Free Software Foundation; either version 2 of the License, or  |
+# | (at your option) any later version.                                |
+# |                                                                    |
+# | BIFE is distributed in the hope that it will be useful, but        |
+# | WITHOUT ANY WARRANTY; without even the implied warranty of         |
+# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
+# | General Public License for more details.                           |
+# |                                                                    |
+# | You should have received a copy of the GNU General Public License  |
+# | along with Hooks; if not, write to the Free Software Foundation,   |
+# | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
+# +--------------------------------------------------------------------+
+# | Created: Mon May 19 00:16:56 ART 2003                              |
+# | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
+# +--------------------------------------------------------------------+
+#
+# $Id$
+#
 
+# Doxyfile 1.3-rc3
 #---------------------------------------------------------------------------
 # General configuration options
 #---------------------------------------------------------------------------
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..f9c68d3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,44 @@
+# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+# +--------------------------------------------------------------------+
+# |                       BIFE - Buil It FastEr                        |
+# +--------------------------------------------------------------------+
+# | This file is part of BIFE.                                         |
+# |                                                                    |
+# | BIFE is free software; you can redistribute it and/or modify it    |
+# | under the terms of the GNU General Public License as published by  |
+# | the Free Software Foundation; either version 2 of the License, or  |
+# | (at your option) any later version.                                |
+# |                                                                    |
+# | BIFE is distributed in the hope that it will be useful, but        |
+# | WITHOUT ANY WARRANTY; without even the implied warranty of         |
+# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
+# | General Public License for more details.                           |
+# |                                                                    |
+# | You should have received a copy of the GNU General Public License  |
+# | along with Hooks; if not, write to the Free Software Foundation,   |
+# | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
+# +--------------------------------------------------------------------+
+# | Created: Mon May 19 00:16:56 ART 2003                              |
+# | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
+# +--------------------------------------------------------------------+
+#
+# $Id$
+#
+
+all: doc code
+
+doc: api
+
+api: Doxyfile src/*.php src/BIFE/*.php
+       doxygen
+
+code: doc/bife.xmi
+       xmi2code -a
+
+clean-code:
+       find src/ -name '*.bak' | xargs rm -vf
+
+clean-doc:
+       rm -fvR doc/api/html doc/api/rtf doc/api/latex
+
+clean: clean-doc clean-backup
index 1bbc1d63f2ec7c6ca9504dac5396dd55327e6c1c..3b19ad44c2e34d37f7bee24467877f0b07298eae 100644 (file)
@@ -93,4 +93,4 @@ class BIFE_Album extends BIFE_Widget {
 
 } // -X2C Class :Album
 
-?>
+?>
\ No newline at end of file
index 2339f965de38b4e30dcb0e72b667a71ecc08992d..d1ea194aefe10878372e84e1088330340e58b295 100644 (file)
@@ -59,4 +59,4 @@ class BIFE_Container extends BIFE_Widget {
 
 } // -X2C Class :Container
 
-?>
+?>
\ No newline at end of file
index a9baaf4bee69c53822aa6aaf93d5c6089fd53471..6b5258e98d5117d69de79af9b2440f4c296b0de6 100644 (file)
@@ -106,4 +106,4 @@ class BIFE_Generic extends BIFE_Container {
 
 } // -X2C Class :Generic
 
-?>
+?>
\ No newline at end of file
index f352f2c01491a0901da5de94f427e79105d4ae81..e1d8aaafef07c843515761ba4359dcef23b78add 100644 (file)
@@ -56,4 +56,4 @@ class BIFE_Page extends BIFE_Generic {
 
 } // -X2C Class :Page
 
-?>
+?>
\ No newline at end of file
index a084a4e0ab605702cd4598291e51c543526c2aaf..001c76eb9fb337b82b85e666be10be51ea2664cc 100644 (file)
@@ -250,4 +250,4 @@ class BIFE_Parser {
 
 } // -X2C Class :Parser
 
-?>
+?>
\ No newline at end of file
index b2b0905371041460ad565419c70902e285ab2bef..518ded2df3141720475c3372fbdf62b554bedfc0 100644 (file)
@@ -56,4 +56,4 @@ class BIFE_Title extends BIFE_Generic {
 
 } // -X2C Class :Title
 
-?>
+?>
\ No newline at end of file
index cd1dd68afb815f751b9130917121948df2f60727..56ee704e8e43aeed337c963f215e6216b4d1cc49 100644 (file)
@@ -57,4 +57,4 @@ results.
 
 } // -X2C Class :Widget
 
-?>
+?>
\ No newline at end of file
index 4a4076850ab5fd7ca94d41d40c7c0c76af543005..9ef07d064b38dadfc4d4f42ad4a7521b435b8ab9 100644 (file)
@@ -1,11 +1,40 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ! vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+ ! +--------------------------------------------------------------------+
+ ! |                       BIFE - Buil It FastEr                        |
+ ! +--------------------------------------------------------------------+
+ ! | This file is part of BIFE.                                         |
+ ! |                                                                    |
+ ! | BIFE is free software; you can redistribute it and/or modify it    |
+ ! | under the terms of the GNU General Public License as published by  |
+ ! | the Free Software Foundation; either version 2 of the License, or  |
+ ! | (at your option) any later version.                                |
+ ! |                                                                    |
+ ! | BIFE is distributed in the hope that it will be useful, but        |
+ ! | WITHOUT ANY WARRANTY; without even the implied warranty of         |
+ ! | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
+ ! | General Public License for more details.                           |
+ ! |                                                                    |
+ ! | You should have received a copy of the GNU General Public License  |
+ ! | along with Hooks; if not, write to the Free Software Foundation,   |
+ ! | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
+ ! +--------------------------------------------------------------------+
+ ! | Created: Mon May 19 00:16:56 ART 2003                              |
+ ! | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
+ ! +--------------------------------------------------------------------+
+ ! 
+ ! $Id$
+ ! 
+ !-->
+
 <xmi2code>
   <option key="target" value=""/>
   <option key="xmi-input" value="doc/bife.xmi"/>
   <option key="config-file" value="xmi2code.config"/>
   <option key="config-file-set" value="false"/>
   <option key="handler" value="umbrello"/>
-  <option key="generator-path" value="."/>
+  <option key="generator-path" value="src"/>
   <option key="use-package-as-dir" value="true"/>
   <option key="indent" value="    "/>
   <option key="files-case" value="preserve"/>