![]() |
![]()
| ![]() |
![]()
NAMEmm-config - OSSP mm library configuration/build utility VERSIONOSSP mm 1.4.1 (10-Aug-2006) SYNOPSISmm-config [--help] [--version] [--cflags] [--ldflags] [--libs] DESCRIPTIONThe mm-config program is a little helper utility for easy configuring and building applications based on the mm(3) library. It can be used to query the C compiler and linker flags which are required to correctly compile and link the application against the mm(3) library. OPTIONSmm-config accepts the following options:
EXAMPLECC=cc CFLAGS=-O `mm-config --cflags` LDFLAGS=`mm-config --ldflags` LIBS=-lm `mm-config --libs` all: foo foo: foo.o $(CC) $(LDFLAGS) -o foo foo.o $(LIBS) foo.o: foo.c $(CC) $(CFLAGS) -c foo.c SEE ALSOmm(3). AUTHORRalf S. Engelschall rse@engelschall.com www.engelschall.com
|