source: ether_eccad/trunk/API_EXTRACT/src/Makefile.am @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 641 bytes
Line 
1INCLUDES = -I$(top_srcdir) -I$(includedir)
2
3AM_CPPFLAGS = -DDATA_PATH=\"@DATA_PATH@\" -DRESULT_PATH=\"@RESULT_PATH@\"
4
5lib_LTLIBRARIES = libeccad.la
6
7libeccad_la_SOURCES =         \
8        grid.h          \
9        grid.c          \
10        xml.c           \
11        eccad.h                 \
12        eccad.c         \
13        cmap.h           \
14        cmap.c           \
15        list.h           \
16        list.c           \
17        utils/gnuplot_i.h          \
18        utils/gnuplot_i.c
19
20libeccad_includedir=$(includedir)/eccad
21libeccad_include_HEADERS =         \
22        list.h           \
23        eccad.h           \
24        cmap.h           \
25        xml.h           \
26        grid.h          \
27        utils/gnuplot_i.h 
28       
Note: See TracBrowser for help on using the repository browser.