Changeset 480
- Timestamp:
- 04/11/07 12:06:30
(2 years ago)
- Author:
- malte
- Message:
--
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r384 |
r480 |
|
| 1 | | # VHCS(tm) - Virtual Hosting Control System |
|---|
| | 1 | # ISPCP(tm) - Virtual Hosting Control System |
|---|
| 2 | 2 | # Copyright (c) 2001-2004 by moleSoftware GmbH |
|---|
| 3 | 3 | # http://www.molesoftware.com |
|---|
| … | … | |
| 22 | 22 | # |
|---|
| 23 | 23 | # |
|---|
| 24 | | # The VHCS Home Page is at: |
|---|
| | 24 | # The ISPCP Home Page is at: |
|---|
| 25 | 25 | # |
|---|
| 26 | | # http://www.vhcs.net |
|---|
| | 26 | # http://www.ispcp.net |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | |
|---|
| 29 | | OBJS = vhcs_daemon.o message.o daemon_init.o say.o signal-handlers.o\ |
|---|
| | 29 | OBJS = ispcp_daemon.o message.o daemon_init.o say.o signal-handlers.o\ |
|---|
| 30 | 30 | receive_data.o send_data.o take_connection.o send_line.o recv_line.o\ |
|---|
| 31 | 31 | helo_cmd.o helo_syntax.o lr_cmd.o lr_syntax.o bye_cmd.o bye_syntax.o |
|---|
| … | … | |
| 37 | 37 | STRIP = strip -s |
|---|
| 38 | 38 | |
|---|
| 39 | | vhcs2_daemon: $(OBJS) |
|---|
| 40 | | $(BUILD) vhcs2_daemon $(OBJS) |
|---|
| 41 | | $(STRIP) vhcs2_daemon |
|---|
| | 39 | ispcp_daemon: $(OBJS) |
|---|
| | 40 | $(BUILD) ispcp_daemon $(OBJS) |
|---|
| | 41 | $(STRIP) ispcp_daemon |
|---|
| 42 | 42 | |
|---|
| 43 | | vhcs_daemon.o: vhcs_daemon.c defs.h |
|---|
| 44 | | $(COMPILE) vhcs_daemon.o vhcs_daemon.c |
|---|
| | 43 | ispcp_daemon.o: ispcp_daemon.c defs.h |
|---|
| | 44 | $(COMPILE) ispcp_daemon.o ispcp_daemon.c |
|---|
| 45 | 45 | |
|---|
| 46 | 46 | daemon_init.o: daemon_init.c daemon_init.h |
|---|
| … | … | |
| 94 | 94 | rm -rf *~ |
|---|
| 95 | 95 | rm -rf *.o |
|---|
| 96 | | rm -rf vhcs2_daemon |
|---|
| | 96 | rm -rf ispcp_daemon |
|---|
| 97 | 97 | |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>