[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
sablevm 1.11.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,980 kB
  • ctags: 7,922
  • sloc: ansic: 116,013; sh: 8,679; makefile: 489
file content (23 lines) | stat: -rw-r--r-- 847 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
## * This source file is part of SableVM.                            *
## *                                                                 *
## * See the file "LICENSE" for the copyright information and for    *
## * the terms and conditions for copying, distribution and          *
## * modification of this source file.                               *
## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

bin_PROGRAMS = sablevm

sablevm_LDADD = ../libsablevm/libsablevm.la -lpopt

sablevm_SOURCES = \
	sablevm.c sablevm.h

SVMCOMPILETIME = \
	$(shell date -u '+%Y-%m-%d %H:%M:%S %Z')

INCLUDES = \
	-I@top_srcdir@/src/libsablevm/include \
	-DPKGDATADIR=\"@datadir@/@PACKAGE@\" \
	-DSYSCONFDIR=\"@sysconfdir@\" \
	"-DSVMCOMPILETIME=\"$(SVMCOMPILETIME)\""