]> rtime.felk.cvut.cz Git - mirosot.git/blob - bth_tests/bluetooth/Makefile.win
Added bth_test application. Not finished.
[mirosot.git] / bth_tests / bluetooth / Makefile.win
1 # Project: bluetooth\r
2 # Makefile created by Dev-C++ 4.9.9.2\r
3 \r
4 CPP  = g++.exe -D__DEBUG__\r
5 CC   = gcc.exe -D__DEBUG__\r
6 WINDRES = windres.exe\r
7 RES  = \r
8 OBJ  = Main.o bth_command.o bth_event_acc.o bth_error.o bth_cmd_complete_ev.o l2cap.o bth_inface.o bth_main.o $(RES)\r
9 LINKOBJ  = Main.o bth_command.o bth_event_acc.o bth_error.o bth_cmd_complete_ev.o l2cap.o bth_inface.o bth_main.o $(RES)\r
10 LIBS =  -L"C:/Dev-Cpp/lib"  -g3 \r
11 INCS =  -I"C:/Dev-Cpp/include" \r
12 CXXINCS =  -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include" \r
13 BIN  = bluetooth.exe\r
14 CXXFLAGS = $(CXXINCS)   -g3\r
15 CFLAGS = $(INCS)   -g3\r
16 RM = rm -f\r
17 \r
18 .PHONY: all all-before all-after clean clean-custom\r
19 \r
20 all: all-before bluetooth.exe all-after\r
21 \r
22 \r
23 clean: clean-custom\r
24         ${RM} $(OBJ) $(BIN)\r
25 \r
26 $(BIN): $(OBJ)\r
27         $(CC) $(LINKOBJ) -o "bluetooth.exe" $(LIBS)\r
28 \r
29 Main.o: Main.c\r
30         $(CC) -c Main.c -o Main.o $(CFLAGS)\r
31 \r
32 bth_command.o: bth_command.c\r
33         $(CC) -c bth_command.c -o bth_command.o $(CFLAGS)\r
34 \r
35 bth_event_acc.o: bth_event_acc.c\r
36         $(CC) -c bth_event_acc.c -o bth_event_acc.o $(CFLAGS)\r
37 \r
38 bth_error.o: bth_error.c\r
39         $(CC) -c bth_error.c -o bth_error.o $(CFLAGS)\r
40 \r
41 bth_cmd_complete_ev.o: bth_cmd_complete_ev.c\r
42         $(CC) -c bth_cmd_complete_ev.c -o bth_cmd_complete_ev.o $(CFLAGS)\r
43 \r
44 l2cap.o: l2cap.c\r
45         $(CC) -c l2cap.c -o l2cap.o $(CFLAGS)\r
46 \r
47 bth_inface.o: bth_inface.c\r
48         $(CC) -c bth_inface.c -o bth_inface.o $(CFLAGS)\r
49 \r
50 bth_main.o: bth_main.c\r
51         $(CC) -c bth_main.c -o bth_main.o $(CFLAGS)\r