Browse Source

Cleanup Makefile

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1678 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.68
sletz 18 years ago
parent
commit
b656800ee5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      linux/Makefile

+ 2
- 1
linux/Makefile View File

@@ -1,3 +1,4 @@
# Type "make" or "make all" to compile ALSA driver, and "make freebob" to compile FREEBOB driver.

# Choose the installation location
prefix := /usr/local
@@ -62,7 +63,7 @@ all : $(TARGET_LINUX_SERVER_LIB) $(TARGET_LINUX_CLIENT_LIB) $(TARGET_LINUX_WRAPP

freebob : $(TARGET_LINUX_SERVER_LIB) $(TARGET_LINUX_CLIENT_LIB) $(TARGET_LINUX_WRAPPER_LIB) \
$(TARGET_LINUX_SERVER) $(TARGET_LINUX_ALSA) $(TARGET_LINUX_FREEBOB) $(TARGET_LINUX_DUMMY) \
synchroClient synchroServer synchroServerClient testSem jack_test
synchroClient synchroServer synchroServerClient testSem jack_test inprocess jack_load jack_unload

synchroClient: JackPosixSemaphore.o testSynchroClient.o JackPosixThread.o JackError.o JackFifo.o
$(CXX) $(CXXFLAGS) JackPosixSemaphore.o testSynchroClient.o JackPosixThread.o JackError.o JackFifo.o $(LIB_LINUX) -o synchroClient


Loading…
Cancel
Save