Fixed namepsaces and added requirement theseer\DirectoryScanner for theseer\Autoload
This commit is contained in:
parent
210e918fb2
commit
b77beb5e00
36 changed files with 749 additions and 195 deletions
9
Makefile
9
Makefile
|
@ -1,5 +1,5 @@
|
|||
PHPCC=/usr/bin/php
|
||||
$(PHPAB)=$(PHPAB)
|
||||
PHPAB=phpab
|
||||
|
||||
autoload:
|
||||
# Generates/creates all the autoloader files
|
||||
|
@ -11,6 +11,7 @@ autoload:
|
|||
make src/ncc/ThirdParty/Symfony/Filesystem/autoload_spl.php
|
||||
make src/ncc/ThirdParty/Symfony/Yaml/autoload_spl.php
|
||||
make src/ncc/ThirdParty/theseer/Autoload/autoload_spl.php
|
||||
make src/ncc/ThirdParty/theseer/DirectoryScanner/autoload_spl.php
|
||||
make src/ncc/autoload_spl.php
|
||||
cp src/autoload/autoload.php src/ncc/autoload.php
|
||||
|
||||
|
@ -46,6 +47,10 @@ src/ncc/ThirdParty/theseer/Autoload/autoload_spl.php:
|
|||
$(PHPCC) $(PHPAB) --output src/ncc/ThirdParty/theseer/Autoload/autoload_spl.php \
|
||||
src/ncc/ThirdParty/theseer/Autoload
|
||||
|
||||
src/ncc/ThirdParty/theseer/DirectoryScanner/autoload_spl.php:
|
||||
$(PHPCC) $(PHPAB) --output src/ncc/ThirdParty/theseer/DirectoryScanner/autoload_spl.php \
|
||||
src/ncc/ThirdParty/theseer/DirectoryScanner
|
||||
|
||||
src/ncc/autoload_spl.php:
|
||||
$(PHPCC) $(PHPAB) --output src/ncc/autoload_spl.php \
|
||||
src/ncc/Abstracts \
|
||||
|
@ -86,3 +91,5 @@ clean:
|
|||
rm -f src/ncc/ThirdParty/Symfony/Uid/autoload_spl.php
|
||||
rm -f src/ncc/ThirdParty/Symfony/Filesystem/autoload_spl.php
|
||||
rm -f src/ncc/ThirdParty/Symfony/Yaml/autoload_spl.php
|
||||
rm -f src/ncc/ThirdParty/theseer/Autoload/autoload_spl.php
|
||||
rm -f src/ncc/ThirdParty/theseer/DirectoryScanner/autoload_spl.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue