Merge pull request #27 from TyounanMOTI/fix_wasapi_buffer_free_calloc
[rtaudio-cdist.git] / tests / Makefile.in
1 ### Do not edit -- Generated by 'configure --with-whatever' from Makefile.in
2 ### RtAudio tests Makefile - for various flavors of unix and MinGW
3
4 PROGRAMS = audioprobe playsaw playraw record duplex testall teststops
5 RM = /bin/rm
6 SRC_PATH = ..
7 INCLUDE = ..
8 OBJECT_PATH = @object_path@
9 vpath %.o $(OBJECT_PATH)
10
11 OBJECTS =       RtAudio.o @objects@
12
13 CC       = @CXX@
14 DEFS     = @CPPFLAGS@
15 CFLAGS   = @CXXFLAGS@
16 CFLAGS  += -I$(INCLUDE) -I../include
17 LIBRARY  = @LIBS@
18
19 %.o : $(SRC_PATH)/%.cpp
20         $(CC) $(CFLAGS) $(DEFS) -c $(<) -o $(OBJECT_PATH)/$@
21
22 %.o : ../include/%.cpp
23         $(CC) $(CFLAGS) $(DEFS) -c $(<) -o $(OBJECT_PATH)/$@
24
25 all : $(PROGRAMS)
26
27 audioprobe : audioprobe.cpp $(OBJECTS)
28         $(CC) $(CFLAGS) $(DEFS) -o audioprobe audioprobe.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
29
30 playsaw : playsaw.cpp $(OBJECTS)
31         $(CC) $(CFLAGS) $(DEFS) -o playsaw playsaw.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
32
33 playraw : playraw.cpp $(OBJECTS)
34         $(CC) $(CFLAGS) $(DEFS) -o playraw playraw.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
35
36 record : record.cpp $(OBJECTS)
37         $(CC) $(CFLAGS) $(DEFS) -o record record.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
38
39 duplex : duplex.cpp $(OBJECTS)
40         $(CC) $(CFLAGS) $(DEFS) -o duplex duplex.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
41
42 testall : testall.cpp $(OBJECTS)
43         $(CC) $(CFLAGS) $(DEFS) -o testall testall.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
44
45 teststops : teststops.cpp $(OBJECTS)
46         $(CC) $(CFLAGS) $(DEFS) -o teststops teststops.cpp $(OBJECT_PATH)/*.o $(LIBRARY)
47
48 clean : 
49         $(RM) -f $(OBJECT_PATH)/*.o
50         $(RM) -f $(PROGRAMS)
51         $(RM) -f *.raw *~ *.exe
52         $(RM) -fR *.dSYM
53
54 distclean: clean
55         $(RM) -f Makefile
56
57 strip : 
58         strip $(PROGRAMS)