diff options
| author | Keith Packard <keithp@keithp.com> | 2008-12-19 21:11:45 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2008-12-19 21:11:45 -0800 |
| commit | 9025eb792861930e6af918d2727c4f5d97a69936 (patch) | |
| tree | dcace71405af05c9673112c481beed81aae6ddb8 /Makefile | |
| parent | ab909db28307cfbf7ee8d692506bb79d7ffd627a (diff) | |
Autotools.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 9603dc22..00000000 --- a/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -.NOTPARALLEL: blink-ram blink-flash -KERNEL=/local/src/linux-2.6-aiko-64 -KINC=$(KERNEL)/drivers/usb/serial - -WARN=-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes\ - -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -CFLAGS=-g -I$(KINC) $(WARN) -LIBS=-lusb - -KERNEL_OBJS=cccp.o -LIBUSB_OBJS=cp-usb.o - -SRCS=ccdbg.c ccdbg-command.c ccdbg-debug.c ccdbg-flash.c \ - ccdbg-hex.c ccdbg-io.c ccdbg-memory.c \ - $(LIBUSB_OBJS) - -OBJS=$(SRCS:.c=.o) - -INCS=ccdbg.h cccp.h - -PROG=ccdbg - -LOAD=blinks - -all: $(PROG) $(LOAD) - -$(PROG): $(OBJS) - $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) - -clean: - rm -f $(PROG) $(OBJS) - +make -C blink clean - -$(OBJS): $(INCS) - -blinks: - +make -C blink |
