Further repository structure changes (gps).
authorGary Scavone <gary@music.mcgill.ca>
Thu, 6 Dec 2007 01:44:52 +0000 (01:44 +0000)
committerStephen Sinclair <sinclair@music.mcgill.ca>
Thu, 10 Oct 2013 23:34:25 +0000 (01:34 +0200)
Makefile.in [new file with mode: 0644]
tests/Windows/probe.dsp [deleted file]

diff --git a/Makefile.in b/Makefile.in
new file mode 100644 (file)
index 0000000..57df82b
--- /dev/null
@@ -0,0 +1,47 @@
+### Do not edit -- Generated by 'configure --with-whatever' from Makefile.in
+### RtAudio library Makefile
+
+RM = /bin/rm
+
+OBJECTS        = RtAudio.o @objects@
+
+LIBRARY  = librtaudio.a
+
+CC       = @CXX@
+AR       = @AR@
+RANLIB   = @RANLIB@
+
+DEFS     = @debug@
+DEFS    += @audio_apis@
+CFLAGS   = @cflags@ -Iinclude
+CFLAGS  += @warn@
+
+all : $(LIBRARY)
+
+tests:
+       cd tests && $(MAKE) all
+
+$(LIBRARY): $(OBJECTS)
+       $(AR) ruv $(LIBRARY) $(OBJECTS)
+       ranlib $(LIBRARY)
+
+%.o : %.cpp
+       $(CC) $(CFLAGS) $(DEFS) -c $(<) -o $@
+
+%.o : include/%.cpp
+       $(CC) $(CFLAGS) $(DEFS) -c $(<) -o $@
+
+clean : 
+       -rm -f $(LIBRARY)
+       -rm -f $(OBJECTS)
+       -rm -f *~
+       cd tests && $(MAKE) clean
+
+distclean: clean
+       -rm -rf config.log autom4te.cache Makefile rtaudio-config
+       cd tests && $(MAKE) distclean
+
+strip : 
+       strip $(LIBRARY)
+       ranlib $(LIBRARY)
+       cd tests && $(MAKE) strip
diff --git a/tests/Windows/probe.dsp b/tests/Windows/probe.dsp
deleted file mode 100755 (executable)
index d7464a3..0000000
+++ /dev/null
@@ -1,162 +0,0 @@
-# Microsoft Developer Studio Project File - Name="probe" - Package Owner=<4>\r
-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-\r
-CFG=probe - Win32 Debug\r
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
-!MESSAGE use the Export Makefile command and run\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "probe.mak".\r
-!MESSAGE \r
-!MESSAGE You can specify a configuration when running NMAKE\r
-!MESSAGE by defining the macro CFG on the command line. For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "probe.mak" CFG="probe - Win32 Debug"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "probe - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "probe - Win32 Debug" (based on "Win32 (x86) Console Application")\r
-!MESSAGE \r
-\r
-# Begin Project\r
-# PROP AllowPerConfigDependencies 0\r
-# PROP Scc_ProjName ""\r
-# PROP Scc_LocalPath ""\r
-CPP=cl.exe\r
-RSC=rc.exe\r
-\r
-!IF  "$(CFG)" == "probe - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "probe___Win32_Release"\r
-# PROP BASE Intermediate_Dir "probe___Win32_Release"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir ""\r
-# PROP Intermediate_Dir "Release"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_ASIO__" /D "__WINDOWS_DS__" /YX /FD /c\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386\r
-\r
-!ELSEIF  "$(CFG)" == "probe - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 1\r
-# PROP BASE Output_Dir "probe___Win32_Debug"\r
-# PROP BASE Intermediate_Dir "probe___Win32_Debug"\r
-# PROP BASE Target_Dir ""\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 1\r
-# PROP Output_Dir ""\r
-# PROP Intermediate_Dir "Debug"\r
-# PROP Ignore_Export_Lib 0\r
-# PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_ASIO__" /D "__WINDOWS_DS__" /YX /FD /GZ /c\r
-# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
-# ADD RSC /l 0x409 /d "_DEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-\r
-!ENDIF \r
-\r
-# Begin Target\r
-\r
-# Name "probe - Win32 Release"\r
-# Name "probe - Win32 Debug"\r
-# Begin Group "Source Files"\r
-\r
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\asio.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\asiodrivers.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\asiolist.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\iasiothiscallresolver.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\probe.cpp\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\RtAudio.cpp\r
-# End Source File\r
-# End Group\r
-# Begin Group "Header Files"\r
-\r
-# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\asio.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\asiodrivers.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\asiodrvr.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\asiolist.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\asiosys.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\ginclude.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\iasiodrv.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\asio\iasiothiscallresolver.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\RtAudio.h\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=..\..\RtError.h\r
-# End Source File\r
-# End Group\r
-# Begin Group "Resource Files"\r
-\r
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
-# End Group\r
-# End Target\r
-# End Project\r