]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - bth_tests/bluetooth/Makefile.win
Added bth_test application. Not finished.
[mirosot.git] / bth_tests / bluetooth / Makefile.win
diff --git a/bth_tests/bluetooth/Makefile.win b/bth_tests/bluetooth/Makefile.win
new file mode 100644 (file)
index 0000000..c9bd031
--- /dev/null
@@ -0,0 +1,51 @@
+# Project: bluetooth\r
+# Makefile created by Dev-C++ 4.9.9.2\r
+\r
+CPP  = g++.exe -D__DEBUG__\r
+CC   = gcc.exe -D__DEBUG__\r
+WINDRES = windres.exe\r
+RES  = \r
+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
+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
+LIBS =  -L"C:/Dev-Cpp/lib"  -g3 \r
+INCS =  -I"C:/Dev-Cpp/include" \r
+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
+BIN  = bluetooth.exe\r
+CXXFLAGS = $(CXXINCS)   -g3\r
+CFLAGS = $(INCS)   -g3\r
+RM = rm -f\r
+\r
+.PHONY: all all-before all-after clean clean-custom\r
+\r
+all: all-before bluetooth.exe all-after\r
+\r
+\r
+clean: clean-custom\r
+       ${RM} $(OBJ) $(BIN)\r
+\r
+$(BIN): $(OBJ)\r
+       $(CC) $(LINKOBJ) -o "bluetooth.exe" $(LIBS)\r
+\r
+Main.o: Main.c\r
+       $(CC) -c Main.c -o Main.o $(CFLAGS)\r
+\r
+bth_command.o: bth_command.c\r
+       $(CC) -c bth_command.c -o bth_command.o $(CFLAGS)\r
+\r
+bth_event_acc.o: bth_event_acc.c\r
+       $(CC) -c bth_event_acc.c -o bth_event_acc.o $(CFLAGS)\r
+\r
+bth_error.o: bth_error.c\r
+       $(CC) -c bth_error.c -o bth_error.o $(CFLAGS)\r
+\r
+bth_cmd_complete_ev.o: bth_cmd_complete_ev.c\r
+       $(CC) -c bth_cmd_complete_ev.c -o bth_cmd_complete_ev.o $(CFLAGS)\r
+\r
+l2cap.o: l2cap.c\r
+       $(CC) -c l2cap.c -o l2cap.o $(CFLAGS)\r
+\r
+bth_inface.o: bth_inface.c\r
+       $(CC) -c bth_inface.c -o bth_inface.o $(CFLAGS)\r
+\r
+bth_main.o: bth_main.c\r
+       $(CC) -c bth_main.c -o bth_main.o $(CFLAGS)\r