|
@@ -394,9 +394,11 @@ endif |
|
|
install -d $(DESTDIR)$(INCLUDEDIR)/carla/includes |
|
|
install -d $(DESTDIR)$(INCLUDEDIR)/carla/includes |
|
|
ifeq ($(LINUX),true) |
|
|
ifeq ($(LINUX),true) |
|
|
ifeq ($(HAVE_JACK),true) |
|
|
ifeq ($(HAVE_JACK),true) |
|
|
|
|
|
ifeq ($(JACKBRIDGE_DIRECT),true) |
|
|
install -d $(DESTDIR)$(JACK_LIBDIR) |
|
|
install -d $(DESTDIR)$(JACK_LIBDIR) |
|
|
endif |
|
|
endif |
|
|
endif |
|
|
endif |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
ifeq ($(HAVE_PYQT),true) |
|
|
ifeq ($(HAVE_PYQT),true) |
|
|
# Create directories (gui) |
|
|
# Create directories (gui) |
|
@@ -437,11 +439,13 @@ endif |
|
|
|
|
|
|
|
|
ifeq ($(LINUX),true) |
|
|
ifeq ($(LINUX),true) |
|
|
ifeq ($(HAVE_JACK),true) |
|
|
ifeq ($(HAVE_JACK),true) |
|
|
|
|
|
ifeq ($(JACKBRIDGE_DIRECT),true) |
|
|
# Install internal jack client |
|
|
# Install internal jack client |
|
|
ln -sf \ |
|
|
ln -sf \ |
|
|
$(LIBDIR)/carla/libcarla_standalone2.so \ |
|
|
$(LIBDIR)/carla/libcarla_standalone2.so \ |
|
|
$(DESTDIR)$(JACK_LIBDIR)/carla.so |
|
|
$(DESTDIR)$(JACK_LIBDIR)/carla.so |
|
|
endif |
|
|
endif |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
ifneq ($(JACKBRIDGE_DIRECT),true) |
|
|
ifneq ($(JACKBRIDGE_DIRECT),true) |
|
|
# Install custom libjack |
|
|
# Install custom libjack |
|
|