Update the changelog
[opencv] / apps / cvenv / EiC / Makefile.am
1 noinst_LIBRARIES = libeic.a
2
3 libeic_a_SOURCES = callback.c cdecl.c eicmod.c emitter.c error.c func.c interpre.c lexer.c optomizer.c parser.c preexpr.c preproc.c readline.c reset.c signal.c stab.c starteic.c symbol.c typemod.c typesets.c ymem.c
4
5 # here you should add all header files, which contains the functionality
6 # of your shared lib (published for the users)
7 include_HEADERS =
8
9 # here you should add all header files, which shouldn't be installed
10 noinst_HEADERS = assertp.h cdecl.h datastruct.h eic.h eicval.h emitter.h error.h func.h global.h lexer.h MachSet.h metric.h modules.h parser.h preproc.h reset.h stab.h symbol.h symentry.h typemod.h typesets.h xalloc.h
11
12 EXTRA_DIST = 
13
14 SUBDIRS = stdClib
15
16 INCLUDES := $(INCLUDES) -I../../include -I-
17
18 #CFLAGS += -traditional -ansi -pedantic -O2 -fsigned-char -Wall -D_LINUX -g3