mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
13 lines
391 B
Makefile
13 lines
391 B
Makefile
![]() |
# Header needed for jawt implementations such as the one found in ../gtk-peer.
|
||
|
EXTRA_DIST = classpath_jawt.h
|
||
|
|
||
|
noinst_LTLIBRARIES = libclasspath.la
|
||
|
|
||
|
libclasspath_la_SOURCES = jcl.c jcl.h \
|
||
|
jnilink.c jnilink.h \
|
||
|
native_state.c native_state.h
|
||
|
|
||
|
AM_LDFLAGS = @CLASSPATH_CONVENIENCE@
|
||
|
AM_CPPFLAGS = @CLASSPATH_INCLUDES@
|
||
|
AM_CFLAGS = @WARNING_CFLAGS@ @STRICT_WARNING_CFLAGS@ @ERROR_CFLAGS@
|