Changeset da92730


Ignore:
Timestamp:
Nov 5, 2009, 5:31:31 PM (14 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
aac02a1
Parents:
ee36175
Message:

interfaces/java: moved to java-aubio branch

Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    ree36175 rda92730  
    88PYTHONDIR = python
    99endif
    10 if JAVAFOUND
    11 JAVADIR = interfaces/java
    12 endif
    1310endif
    1411
    1512
    16 SUBDIRS = src examples sounds $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests
     13SUBDIRS = src examples sounds $(PYTHONDIR) $(SWIGDIR) $(DOC) tests
    1714EXTRA_DIST = bootstrap VERSION
    1815
  • configure.ac

    ree36175 rda92730  
    245245AM_CONDITIONAL(DOCBOOKFOUND, test "${DOCBOOK_TO_MAN}" != "no")
    246246
    247 dnl Check for Java
    248 AC_CHECK_HEADER(jni.h,JAVAHEADERS=y,AC_MSG_WARN([Java header jni.h not found.]))
    249 AM_CONDITIONAL(JAVAFOUND, test "${JAVAHEADERS}" = "y")
    250 
    251247dnl Create Makefiles
    252248AC_OUTPUT([
     
    260256    python/Makefile
    261257    python/aubio/Makefile
    262     interfaces/java/Makefile
    263     interfaces/java/aubio/Makefile
    264258    doc/Makefile
    265259  ])
Note: See TracChangeset for help on using the changeset viewer.