OSDN Git Service

removed wrong tag
[unagi/old-svn-converted.git] / client / tag / 0.6.2 / anago / anago.mk
diff --git a/client/tag/0.6.2/anago/anago.mk b/client/tag/0.6.2/anago/anago.mk
deleted file mode 100644 (file)
index 7da087e..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-all: $(TARGET)
-VPATH = ..
-ifeq ($(RELEASE),1)
-  CFLAGS = -O2 -DNDEBUG
-else
-  CFLAGS = -g -O0
-endif
-CFLAGS += -Wall -Werror -DDEBUG=1 -DANAGO=1
-CFLAGS += -I.. -I$(SQUIRREL)/include -I$(KAZZO)
-ifneq ($(strip $(LIBUSB)),)
-  CFLAGS += -I$(LIBUSB)/include
-endif
-LDFLAG = -L$(SQUIRREL)/lib
-ifneq ($(strip $(LIBUSB)),)
-  LDFLAG += -L$(LIBUSB)/lib/gcc 
-endif
-CC = gcc
-OBJ = anago.o header.o crc32.o file.o \
-       script_flash.o script_dump.o script_common.o \
-       progress.o flash_device.o \
-       reader_dummy.o reader_kazzo.o usb_device.o squirrel_wrap.o memory_manage.o
-
-clean:
-       rm -f $(OBJ)
-$(TARGET): $(OBJ) 
-       g++ -o $@ $(LDFLAG) $(OBJ) -lusb -lsqstdlib -lsquirrel
-
-script_flash.o: squirrel_wrap.h
-script_dump.o: squirrel_wrap.h