Makefile.am 308 B

123456789101112131415161718
  1. ## Input file for automake to generate the Makefile.in used by configure
  2. if CREATE_JNI_LIBRARIES
  3. JNIDIR = jni
  4. endif
  5. if CREATE_GTK_PEER_LIBRARIES
  6. JAWTDIR = jawt
  7. endif
  8. if CREATE_PLUGIN
  9. PLUGINDIR = plugin
  10. endif
  11. SUBDIRS = fdlibm $(JNIDIR) $(JAWTDIR) $(PLUGINDIR)
  12. DIST_SUBDIRS = fdlibm jni jawt plugin