| 26 |
|
|
| 27 |
# ------------------------------------------------------------------------ |
# ------------------------------------------------------------------------ |
| 28 |
|
|
| 29 |
install: init files web img doc htmldoc conf smarty tpl tmp |
install: init files web img authlib doc htmldoc conf smarty tpl tmp |
| 30 |
@echo --------------------------------------- |
@echo --------------------------------------- |
| 31 |
@echo installed |
@echo installed |
| 32 |
|
|
| 36 |
|
|
| 37 |
# ------------------------------------------------------------------------ |
# ------------------------------------------------------------------------ |
| 38 |
|
|
| 39 |
files: ludap.lib.php setup.php setup.smarty.php forms.lib.php |
files: ludap.lib.php setup.php setup.smarty.php forms.lib.php auth.php |
| 40 |
$(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(INSTALLDIR) |
$(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(INSTALLDIR) |
| 41 |
|
|
| 42 |
doc: README INSTALL LICENCE.TXT |
doc: README INSTALL LICENCE.TXT |
| 62 |
[ -d $(WEBDIR)/images ] || mkdir -m 775 $(WEBDIR)/images || exit 0 |
[ -d $(WEBDIR)/images ] || mkdir -m 775 $(WEBDIR)/images || exit 0 |
| 63 |
$(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(WEBDIR)/images |
$(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(WEBDIR)/images |
| 64 |
|
|
| 65 |
|
authlib: www/authlib/*.php |
| 66 |
|
[ -d $(WEBDIR)/authlib ] || mkdir -m 775 $(WEBDIR)/authlib || exit 0 |
| 67 |
|
$(INSTALL) -p -o $(SUSER) -g $(WEBGROUP) -m 640 $? $(WEBDIR)/authlib |
| 68 |
|
|
| 69 |
smarty: smarty_dir smarty_core smarty_plugins |
smarty: smarty_dir smarty_core smarty_plugins |
| 70 |
|
|
| 71 |
smarty_dir: smarty/*.php |
smarty_dir: smarty/*.php |