Just cleaning up some things that may be needed in the tree
[tpg/acess2.git] / Usermode / Libraries / libimage_sif.so_src / Makefile
1 # Acess 2
2 #
3
4 include ../Makefile.cfg
5
6 CPPFLAGS +=
7 CFLAGS   += -Wall
8 LDFLAGS  += -lc -soname libimage_sif.so
9
10 OBJ = main.o
11 BIN = ../libimage_sif.so
12
13 include ../Makefile.tpl

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