Changeset da92730
- Timestamp:
- Nov 5, 2009, 5:31:31 PM (15 years ago)
- 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
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
ree36175 rda92730 8 8 PYTHONDIR = python 9 9 endif 10 if JAVAFOUND11 JAVADIR = interfaces/java12 endif13 10 endif 14 11 15 12 16 SUBDIRS = src examples sounds $(PYTHONDIR) $(SWIGDIR) $( JAVADIR) $(DOC) tests13 SUBDIRS = src examples sounds $(PYTHONDIR) $(SWIGDIR) $(DOC) tests 17 14 EXTRA_DIST = bootstrap VERSION 18 15 -
configure.ac
ree36175 rda92730 245 245 AM_CONDITIONAL(DOCBOOKFOUND, test "${DOCBOOK_TO_MAN}" != "no") 246 246 247 dnl Check for Java248 AC_CHECK_HEADER(jni.h,JAVAHEADERS=y,AC_MSG_WARN([Java header jni.h not found.]))249 AM_CONDITIONAL(JAVAFOUND, test "${JAVAHEADERS}" = "y")250 251 247 dnl Create Makefiles 252 248 AC_OUTPUT([ … … 260 256 python/Makefile 261 257 python/aubio/Makefile 262 interfaces/java/Makefile263 interfaces/java/aubio/Makefile264 258 doc/Makefile 265 259 ])
Note: See TracChangeset
for help on using the changeset viewer.