X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=apps%2Fcvenv%2FEiC%2FstdClib%2FMakefile.am;fp=apps%2Fcvenv%2FEiC%2FstdClib%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=8e2da434370fc03948af80c2c3fa28975b8f42f9;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643;ds=sidebyside diff --git a/apps/cvenv/EiC/stdClib/Makefile.am b/apps/cvenv/EiC/stdClib/Makefile.am deleted file mode 100644 index 8e2da43..0000000 --- a/apps/cvenv/EiC/stdClib/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -noinst_LIBRARIES = libstdClib.a - -libstdClib_a_SOURCES = assert.c ctype.c dirent.c eicfftoa.c errno.c fcntl.c itoa.c math.c printf.c signal.c stat.c stdarg.c stdClib.c stdio.c stdlib.c string.c strrev.c strround.c termios.c time.c unistd.c - -# here you should add all header files, which contains the functionality -# of your shared lib (published for the users) -include_HEADERS = - -# here you should add all header files, which shouldn't be installed -noinst_HEADERS = assert.h ctype.h dirent.h errno.h fcntl.h float.h iso646.h limits.h math.h setjmp.h signal.h stdarg.h stdClib2eic.h stddef.h stdio.h stdlib.h stdliblocal.h string.h termio.h termios.h time.h unistd.h - -INCLUDES := $(INCLUDES) -I.. -I../../include -I- - -CFLAGS += -ansi -pedantic -O2 -fsigned-char -Wall -D_LINUX -g3