Mercurial > hg > Applications > mh
view conf/Makefile @ 12:441a2190cfae
Lion fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 21 Apr 2012 13:10:49 +0900 |
parents | bce86c4163a3 |
children |
line wrap: on
line source
###################################################################### # Instructions to Make, for compilation of MH modules ###################################################################### # @(#)$Id: Makefile,v 1.1.1.1 2005/04/18 14:46:02 kono Exp $ 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 _* :* */_* */:* */*/_* */*/:*