File: Makefile.am

package info (click to toggle)
gerris 20131206%2Bdfsg-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,248 kB
  • sloc: ansic: 66,595; sh: 15,922; f90: 1,513; makefile: 1,152; fortran: 696; python: 493; awk: 104; lisp: 89; xml: 27
file content (21 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in

noinst_LTLIBRARIES = libcSmRST.la

libcSmRST_la_CFLAGS = $(AM_CFLAGS) -D_FILE_OFFSET_BITS=64
libcSmRST_la_SOURCES = \
		RStarTree.c \
		RStarTree.h \
		RSTInstDel.c \
		RSTInstDel.h \
		RSTJoin.c \
		RSTJoin.h \
		RSTUtil.c \
	        RSTUtil.h \
		RSTInOut.c \
		RSTInOut.h \
	        RSTInterUtil.c \
	        RSTInterUtil.h  \
	        RSTQuery.c \
		RSTQuery.h \
		RSTBase.h