SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
42
java/tanukiwrapper/files/Makefile-openbsd-arm-64.gmake
Normal file
42
java/tanukiwrapper/files/Makefile-openbsd-arm-64.gmake
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Copyright (c) 1999, 2013 Tanuki Software, Ltd.
|
||||
# http://www.tanukisoftware.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# This software is the proprietary information of Tanuki Software.
|
||||
# You shall use it only in accordance with the terms of the
|
||||
# license agreement you entered into with Tanuki Software.
|
||||
# http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html
|
||||
|
||||
CC = ${CC} -Wall -fPIC -pedantic -DOPENBSD -DJSW64 -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv -DUNICODE -D_UNICODE
|
||||
|
||||
INCLUDE=$(JAVA_HOME)/include
|
||||
|
||||
CFLAGS = ${CFLAGS} -I$(INCLUDE) -I$(INCLUDE)/openbsd
|
||||
|
||||
wrapper_SOURCE = wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c logger_file.c wrapper_file.c wrapper_i18n.c wrapper_hashmap.c wrapper_ulimit.c wrapper_encoding.c wrapper_jvminfo.c
|
||||
|
||||
libwrapper_so_OBJECTS = wrapper_i18n.o wrapperjni_unix.o wrapperinfo.o wrapperjni.o loggerjni.o
|
||||
|
||||
BIN = ../../bin
|
||||
LIB = ../../lib
|
||||
|
||||
all: init wrapper libwrapper.so
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
cleanall: clean
|
||||
rm -rf *~ .deps
|
||||
rm -f $(BIN)/wrapper $(LIB)/libwrapper.so
|
||||
|
||||
init:
|
||||
if test ! -d .deps; then mkdir .deps; fi
|
||||
|
||||
wrapper: $(wrapper_SOURCE)
|
||||
$(CC) $(wrapper_SOURCE) -lm -rdynamic -lc -pthread -o $(BIN)/wrapper
|
||||
|
||||
libwrapper.so: $(libwrapper_so_OBJECTS)
|
||||
$(CC) -shared -rdynamic -lc -pthread $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
|
||||
|
||||
#%.o: %.c
|
||||
# $(COMPILE) -c $(DEFS) $<
|
42
java/tanukiwrapper/files/Makefile-openbsd-sparc-64.gmake
Normal file
42
java/tanukiwrapper/files/Makefile-openbsd-sparc-64.gmake
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Copyright (c) 1999, 2013 Tanuki Software, Ltd.
|
||||
# http://www.tanukisoftware.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# This software is the proprietary information of Tanuki Software.
|
||||
# You shall use it only in accordance with the terms of the
|
||||
# license agreement you entered into with Tanuki Software.
|
||||
# http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html
|
||||
|
||||
CC = ${CC} -Wall -fPIC -pedantic -DOPENBSD -DJSW64 -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv -DUNICODE -D_UNICODE
|
||||
|
||||
INCLUDE=$(JAVA_HOME)/include
|
||||
|
||||
CFLAGS = ${CFLAGS} -I$(INCLUDE) -I$(INCLUDE)/openbsd
|
||||
|
||||
wrapper_SOURCE = wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c logger_file.c wrapper_file.c wrapper_i18n.c wrapper_hashmap.c wrapper_ulimit.c wrapper_encoding.c wrapper_jvminfo.c
|
||||
|
||||
libwrapper_so_OBJECTS = wrapper_i18n.o wrapperjni_unix.o wrapperinfo.o wrapperjni.o loggerjni.o
|
||||
|
||||
BIN = ../../bin
|
||||
LIB = ../../lib
|
||||
|
||||
all: init wrapper libwrapper.so
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
cleanall: clean
|
||||
rm -rf *~ .deps
|
||||
rm -f $(BIN)/wrapper $(LIB)/libwrapper.so
|
||||
|
||||
init:
|
||||
if test ! -d .deps; then mkdir .deps; fi
|
||||
|
||||
wrapper: $(wrapper_SOURCE)
|
||||
$(CC) $(wrapper_SOURCE) -lm -rdynamic -lc -pthread -o $(BIN)/wrapper
|
||||
|
||||
libwrapper.so: $(libwrapper_so_OBJECTS)
|
||||
$(CC) -shared -rdynamic -lc -pthread $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
|
||||
|
||||
#%.o: %.c
|
||||
# $(COMPILE) -c $(DEFS) $<
|
42
java/tanukiwrapper/files/Makefile-openbsd-x86-32.gmake
Normal file
42
java/tanukiwrapper/files/Makefile-openbsd-x86-32.gmake
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Copyright (c) 1999, 2013 Tanuki Software, Ltd.
|
||||
# http://www.tanukisoftware.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# This software is the proprietary information of Tanuki Software.
|
||||
# You shall use it only in accordance with the terms of the
|
||||
# license agreement you entered into with Tanuki Software.
|
||||
# http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html
|
||||
|
||||
CC = ${CC} -Wall -fPIC -pedantic -DOPENBSD -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv -DUNICODE -D_UNICODE
|
||||
|
||||
INCLUDE=$(JAVA_HOME)/include
|
||||
|
||||
CFLAGS = ${CFLAGS} -I$(INCLUDE) -I$(INCLUDE)/openbsd
|
||||
|
||||
wrapper_SOURCE = wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c logger_file.c wrapper_file.c wrapper_i18n.c wrapper_hashmap.c wrapper_ulimit.c wrapper_encoding.c wrapper_jvminfo.c
|
||||
|
||||
libwrapper_so_OBJECTS = wrapper_i18n.o wrapperjni_unix.o wrapperinfo.o wrapperjni.o loggerjni.o
|
||||
|
||||
BIN = ../../bin
|
||||
LIB = ../../lib
|
||||
|
||||
all: init wrapper libwrapper.so
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
cleanall: clean
|
||||
rm -rf *~ .deps
|
||||
rm -f $(BIN)/wrapper $(LIB)/libwrapper.so
|
||||
|
||||
init:
|
||||
if test ! -d .deps; then mkdir .deps; fi
|
||||
|
||||
wrapper: $(wrapper_SOURCE)
|
||||
$(CC) $(wrapper_SOURCE) -lm -rdynamic -lc -pthread -o $(BIN)/wrapper
|
||||
|
||||
libwrapper.so: $(libwrapper_so_OBJECTS)
|
||||
$(CC) -shared -rdynamic -lc -pthread $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
|
||||
|
||||
#%.o: %.c
|
||||
# $(COMPILE) -c $(DEFS) $<
|
42
java/tanukiwrapper/files/Makefile-openbsd-x86-64.gmake
Normal file
42
java/tanukiwrapper/files/Makefile-openbsd-x86-64.gmake
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Copyright (c) 1999, 2013 Tanuki Software, Ltd.
|
||||
# http://www.tanukisoftware.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# This software is the proprietary information of Tanuki Software.
|
||||
# You shall use it only in accordance with the terms of the
|
||||
# license agreement you entered into with Tanuki Software.
|
||||
# http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html
|
||||
|
||||
CC = ${CC} -Wall -fPIC -pedantic -DOPENBSD -DJSW64 -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv -DUNICODE -D_UNICODE
|
||||
|
||||
INCLUDE=$(JAVA_HOME)/include
|
||||
|
||||
CFLAGS = ${CFLAGS} -I$(INCLUDE) -I$(INCLUDE)/openbsd
|
||||
|
||||
wrapper_SOURCE = wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c logger_file.c wrapper_file.c wrapper_i18n.c wrapper_hashmap.c wrapper_ulimit.c wrapper_encoding.c wrapper_jvminfo.c
|
||||
|
||||
libwrapper_so_OBJECTS = wrapper_i18n.o wrapperjni_unix.o wrapperinfo.o wrapperjni.o loggerjni.o
|
||||
|
||||
BIN = ../../bin
|
||||
LIB = ../../lib
|
||||
|
||||
all: init wrapper libwrapper.so
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
cleanall: clean
|
||||
rm -rf *~ .deps
|
||||
rm -f $(BIN)/wrapper $(LIB)/libwrapper.so
|
||||
|
||||
init:
|
||||
if test ! -d .deps; then mkdir .deps; fi
|
||||
|
||||
wrapper: $(wrapper_SOURCE)
|
||||
$(CC) $(wrapper_SOURCE) -lm -rdynamic -lc -pthread -o $(BIN)/wrapper
|
||||
|
||||
libwrapper.so: $(libwrapper_so_OBJECTS)
|
||||
$(CC) -shared -rdynamic -lc -pthread $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so
|
||||
|
||||
#%.o: %.c
|
||||
# $(COMPILE) -c $(DEFS) $<
|
Loading…
Add table
Add a link
Reference in a new issue