FreeCalypso > hg > ueda-linux
comparison ueda/libuschem/Makefile @ 0:cd92449fdb51
initial import of ueda and ifctf-part-lib from ifctfvax CVS
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 20 Jul 2015 00:24:37 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:cd92449fdb51 |
|---|---|
| 1 CFLAGS= -O | |
| 2 LIBOBJS=compinst.o graphblocks.o graphnets.o graphsym.o graphsym_load.o \ | |
| 3 matchtomcl.o parser_assist.o pinref.o pins.o rdschem.o rdschem_lex.o \ | |
| 4 rdschem_parse.o schemobj.o wrschem.o | |
| 5 HDRS= graphsym.h parserint.h schemstruct.h writerint.h | |
| 6 | |
| 7 all: libuschem.a | |
| 8 | |
| 9 libuschem.a: ${LIBOBJS} | |
| 10 ar rcu $@ ${LIBOBJS} | |
| 11 ranlib $@ | |
| 12 | |
| 13 ${LIBOBJS}: ${HDRS} | |
| 14 | |
| 15 clean: | |
| 16 rm -f *.[ao] a.out core errs | |
| 17 | |
| 18 install: |
