Mercurial > noffle
comparison Makefile @ 7:29a576bc379a noffle
[svn] Makefile for version 20000211
| author | enz |
|---|---|
| date | Fri, 11 Feb 2000 07:51:41 +0000 |
| parents | 04124a4423d4 |
| children | 97ef217c3d89 |
comparison
equal
deleted
inserted
replaced
| 6:6e822f4b19f9 | 7:29a576bc379a |
|---|---|
| 1 ############################################################################### | 1 ############################################################################### |
| 2 # | 2 # |
| 3 # Makefile for Noffle news server | 3 # Makefile for Noffle news server |
| 4 # | 4 # |
| 5 # $Id: Makefile 3 2000-01-04 11:35:42Z enz $ | 5 # $Id: Makefile 12 2000-02-11 07:51:41Z 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 = 19991217 | 21 VERSION = 20000211 |
| 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 |
