summaryrefslogtreecommitdiff
path: root/native/Makefile.am
blob: 25aa364d1111fe6deb15c2af24cbd5a16548a103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Input file for automake to generate the Makefile.in used by configure

if CREATE_JNI_LIBRARIES
  JNIDIR = jni
endif

if CREATE_GTK_PEER_LIBRARIES
  JAWTDIR = jawt
endif

if CREATE_PLUGIN
  PLUGINDIR = plugin
endif

SUBDIRS = fdlibm $(JNIDIR) $(JAWTDIR) $(PLUGINDIR) target
DIST_SUBDIRS = fdlibm jni jawt plugin target