- Timestamp:
- 03/13/08 09:09:50
(9 months ago)
- Author:
- rats
- Message:
Fixed #1106: BSDmakefile Setup not copy some of its file & Updated: a lot of Makefiles
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1039 |
r1050 |
|
| 1 | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | |
|---|
| 2 | 32 | |
|---|
| 3 | 33 | ifndef INST_PREF |
|---|
| … | … | |
| 10 | 40 | |
|---|
| 11 | 41 | SYSTEM_ROOT=$(INST_PREF)/var/www/ispcp |
|---|
| 12 | | |
|---|
| 13 | 42 | SYSTEM_CONF=$(INST_PREF)/etc/ispcp |
|---|
| 14 | | |
|---|
| 15 | 43 | SYSTEM_LOG=$(INST_PREF)/var/log/ispcp |
|---|
| 16 | | |
|---|
| 17 | 44 | SYSTEM_APACHE_BACK_LOG=$(INST_PREF)/var/log/httpd/backup |
|---|
| 18 | | |
|---|
| 19 | 45 | SYSTEM_VIRTUAL=$(INST_PREF)/var/www/virtual |
|---|
| 20 | | |
|---|
| 21 | 46 | SYSTEM_AWSTATS=$(INST_PREF)/var/www/awstats |
|---|
| 22 | | |
|---|
| 23 | 47 | SYSTEM_FCGI=$(INST_PREF)/var/www/fcgi |
|---|
| 24 | | |
|---|
| 25 | 48 | SYSTEM_MAIL_VIRTUAL=$(INST_PREF)/var/mail/virtual |
|---|
| 26 | | |
|---|
| 27 | 49 | SYSTEM_MAKE_DIRS=/bin/mkdir -p |
|---|
| 28 | 50 | |
|---|
| 29 | 51 | export |
|---|
| | 52 | |
|---|
| 30 | 53 | |
|---|
| 31 | 54 | install: |
|---|
| … | … | |
| 48 | 71 | cd ./keys && $(MAKE) install |
|---|
| 49 | 72 | |
|---|
| | 73 | |
|---|
| 50 | 74 | uninstall: |
|---|
| 51 | 75 | |
|---|
| … | … | |
| 65 | 89 | rm -rf ./*~ |
|---|
| 66 | 90 | |
|---|
| | 91 | |
|---|
| 67 | 92 | clean: |
|---|
| 68 | 93 | |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>