Files
usrbinjava/Makefile.am
Athenas Jimenez 94bb9a8dc5 Initial commit
Signed-off-by: Athenas Jimenez <athenas.jimenez.gonzalez@intel.com>
2019-10-30 18:41:22 +00:00

19 lines
477 B
Makefile

EXTRA_DIST = COPYING.Apache-2.0 findstatic.pl
AM_CFLAGS = -g -Wall -W -Wformat-security -D_FORTIFY_SOURCE=2 -fno-common
bin_PROGRAMS = \
java
java_SOURCES = \
src/main.c \
src/filedesc.c
distclean-local:
rm -rf aclocal.m4 ar-lib autom4te.cache config.guess config.h.in config.h.in~ config.sub configure depcomp install-sh ltmain.sh m4 Makefile.in missing compile
install-exec-hook:
perl ${top_srcdir}/findstatic.pl ${top_builddir}/src/*.o | grep -v Checking ||: