Mercurial > hg > Applications > mh
view conf/Makefile @ 7:c20e4181370f
utf-8 input assumption in case of base64/utf-8
author | kono |
---|---|
date | Sun, 04 Dec 2005 02:30:39 +0900 |
parents | bce86c4163a3 |
children | 441a2190cfae |
line wrap: on
line source
###################################################################### # Instructions to Make, for compilation of MH modules ###################################################################### # @(#)$Id$ SHELL = /bin/sh CC = cc CFLAGS = -O LFLAGS = -bhu LDFLAGS = LIBES = ###################################################################### # Here it is... ###################################################################### all: mhconfig lint: l-mhconfig sys5: ; exec make $(MFLAGS) CFLAGS="$(CFLAGS) -DSYS5" all ###################################################################### # mhconfig ###################################################################### mhconfig: mhconfig.o $(CC) $(LDFLAGS) -o $@ mhconfig.o $(LIBES) l-mhconfig:; lint $(LFLAGS) mhconfig.c $(LLIBS) ###################################################################### # Miscellaneous tasks ###################################################################### unconfig distribution: clean rm -f mhconfig config.sed doc/config.sed clean: unclean unclean:; rm -f mhconfig *.o _* :* */_* */:* */*/_* */*/:*