Mercurial > noffle
comparison Makefile @ 14:97ef217c3d89 noffle
[svn] Prepare for version 1.0pre5
author | enz |
---|---|
date | Tue, 18 Apr 2000 07:11:50 +0100 |
parents | 29a576bc379a |
children | 526a4c34ee2e |
comparison
equal
deleted
inserted
replaced
13:6121f8feb3e5 | 14:97ef217c3d89 |
---|---|
1 ############################################################################### | 1 ############################################################################### |
2 # | 2 # |
3 # Makefile for Noffle news server | 3 # Makefile for Noffle news server |
4 # | 4 # |
5 # $Id: Makefile 12 2000-02-11 07:51:41Z enz $ | 5 # $Id: Makefile 20 2000-04-18 06:11:50Z enz $ |
6 # | 6 # |
7 ############################################################################### | 7 ############################################################################### |
8 | 8 |
9 SPOOLDIR = /var/spool/noffle | 9 SPOOLDIR = /var/spool/noffle |
10 PREFIX = /usr/local | 10 PREFIX = /usr/local |
16 | 16 |
17 CC = gcc | 17 CC = gcc |
18 CFLAGS = -Wall -O -g | 18 CFLAGS = -Wall -O -g |
19 #CFLAGS = -Wall -g -DDEBUG | 19 #CFLAGS = -Wall -g -DDEBUG |
20 | 20 |
21 VERSION = 20000211 | 21 VERSION = 1.0pre5 |
22 | 22 |
23 FILESH = client.h common.h config.h content.h database.h dynamicstring.h \ | 23 FILESH = client.h common.h config.h content.h database.h dynamicstring.h \ |
24 fetch.h fetchlist.h group.h lock.h log.h online.h outgoing.h over.h \ | 24 fetch.h fetchlist.h group.h lock.h log.h online.h outgoing.h over.h \ |
25 protocol.h pseudo.h request.h server.h util.h | 25 protocol.h pseudo.h request.h server.h util.h |
26 | 26 |