From e6df1f5fc109d8427471ff80c8bbaa9944824b43 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 4 Jul 2013 17:05:47 +0000 Subject: iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux svn path=/trunk/externals/iem/iem_ambi/; revision=17185 --- src/makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 8795928..ad827b8 100644 --- a/src/makefile +++ b/src/makefile @@ -1,2 +1,13 @@ -include makefile_linux +TARGET = iem_ambi + + +SRC = ambi_decode.c \ + ambi_decode2.c \ + ambi_decode3.c \ + ambi_decode_cube.c \ + ambi_encode.c \ + ambi_rot.c \ + $(TARGET).c + +include ../../Make.include -- cgit v1.2.1