libtool: vendor as full-fork recipe (path=source, patches baked)
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
Description:
|
||||
Execute a Java program.
|
||||
|
||||
Files:
|
||||
lib/javaexec.h
|
||||
lib/javaexec.c
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
execute
|
||||
classpath
|
||||
xsetenv
|
||||
sh-quote
|
||||
xconcat-filename
|
||||
xalloc
|
||||
xmalloca
|
||||
error
|
||||
gettext-h
|
||||
javaexec-script
|
||||
sh-filename
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
DEFS += -DEXEEXT=\"@EXEEXT@\"
|
||||
lib_SOURCES += javaexec.h javaexec.c
|
||||
|
||||
Include:
|
||||
"javaexec.h"
|
||||
|
||||
Link:
|
||||
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
||||
$(MBRTOWC_LIB)
|
||||
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
||||
$(LIBTHREAD)
|
||||
|
||||
License:
|
||||
GPL
|
||||
|
||||
Maintainer:
|
||||
all
|
||||
Reference in New Issue
Block a user