Revision: | 816 |
Committed: | 2006-07-03T19:12:17-07:00 (19 years ago) by douglas |
Original Path: | FreeBSDAdmin/Mail/GNUmakefile |
File size: | 335 byte(s) |
Log Message: | Deliver! |
# | Content |
---|---|
1 | |
2 | # |
3 | # Douglas Thrift |
4 | # |
5 | # $Id$ |
6 | |
7 | CFLAGS := -std=c99 -Wall -pedantic -g #-O2 |
8 | ifeq ($(shell uname -n),reptile.douglasthrift.net) |
9 | CC := gcc34 |
10 | else |
11 | CPPFLAGS := -I/usr/local/include |
12 | endif |
13 | LDFLAGS := -L/usr/local/lib |
14 | LDLIBS := -lc-client4 |
15 | |
16 | .PHONY: all install clean |
17 | |
18 | all: SpamUpdate |
19 | |
20 | install: all |
21 | ./SetupMail |
22 | |
23 | clean: |
24 | -rm -f SpamUpdate |
Name | Value |
---|---|
svn:keywords | Id |