Makefile: Makefile removed, qt project config modified to cover all needed sources...
[mines3d.git] / sound / Makefile.win
blobb30c0d88f3f30afc7d71982a5a9988fda3178337
1 # Project: Audio
2 # Makefile created by Dev-C++ 4.9.9.2
4 CPP  = g++.exe -D__DEBUG__
5 CC   = gcc.exe -D__DEBUG__
6 WINDRES = windres.exe
7 RES  = 
8 OBJ  = ../sound/main.o ../sound/CAudio.o ../sound/GeneralException.o ../sound/CAudioException.o $(RES)
9 LINKOBJ  = ../sound/main.o ../sound/CAudio.o ../sound/GeneralException.o ../sound/CAudioException.o $(RES)
10 LIBS =  -L"D:/Dev-Cpp5/lib" -L"C:/Documents and Settings/Jindra/Plocha/API/TestOpenAL/TestSound/sound/libs" -lopenal32 -lalut  -g3 
11 INCS =  -I"D:/Dev-Cpp5/include"  -I"C:/Documents and Settings/Jindra/Plocha/API/TestOpenAL/TestSound/sound/include"  -I"C:/Documents and Settings/Jindra/Plocha/API/TestOpenAL/TestSound/exceptions" 
12 CXXINCS =  -I"D:/Dev-Cpp5/lib/gcc/mingw32/3.4.2/include"  -I"D:/Dev-Cpp5/include/c++/3.4.2/backward"  -I"D:/Dev-Cpp5/include/c++/3.4.2/mingw32"  -I"D:/Dev-Cpp5/include/c++/3.4.2"  -I"D:/Dev-Cpp5/include"  -I"C:/Documents and Settings/Jindra/Plocha/API/TestOpenAL/TestSound/sound/include"  -I"C:/Documents and Settings/Jindra/Plocha/API/TestOpenAL/TestSound/exceptions" 
13 BIN  = Audio.exe
14 CXXFLAGS = $(CXXINCS)   -g3
15 CFLAGS = $(INCS)   -g3
16 RM = rm -f
18 .PHONY: all all-before all-after clean clean-custom
20 all: all-before Audio.exe all-after
23 clean: clean-custom
24         ${RM} $(OBJ) $(BIN)
26 $(BIN): $(OBJ)
27         $(CPP) $(LINKOBJ) -o "Audio.exe" $(LIBS)
29 ../sound/main.o: main.cpp
30         $(CPP) -c main.cpp -o ../sound/main.o $(CXXFLAGS)
32 ../sound/CAudio.o: CAudio.cpp
33         $(CPP) -c CAudio.cpp -o ../sound/CAudio.o $(CXXFLAGS)
35 ../sound/GeneralException.o: ../exceptions/GeneralException.cpp
36         $(CPP) -c ../exceptions/GeneralException.cpp -o ../sound/GeneralException.o $(CXXFLAGS)
38 ../sound/CAudioException.o: ../exceptions/CAudioException.cpp
39         $(CPP) -c ../exceptions/CAudioException.cpp -o ../sound/CAudioException.o $(CXXFLAGS)