235810ac07f150169c5d2d7d93e1729a721d3d38
[tpg/acess2.git] / Makefile
1 #
2 # libgcc
3 #
4
5 -include ../Makefile.cfg
6
7 OBJ = libgcc.o
8 BIN = libgcc.so
9
10 CFLAGS  += -Wall -Werror
11 LDFLAGS += -soname libgcc.so
12
13 include ../Makefile.tpl
14

UCC git Repository :: git.ucc.asn.au