FreeCalypso > hg > ueda-linux
view ueda/libueda/Makefile @ 5:e62c37d85a30
ueda/Makefile: build only libueda, mclutils, sverp and utils under Linux
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 20 Jul 2015 00:56:50 +0000 |
parents | c91e7a30fab3 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 LIBOBJS=filesearch.o hashmcl.o mclacc.o pinouts.o popopt.o readmcl.o util.o \ xga.o all: libueda.a libueda.a: ${LIBOBJS} ar rcu $@ ${LIBOBJS} ranlib $@ clean: rm -f *.[ao] a.out core errs install: