include ../global_config

all: $(FIREWIREOBJS2)

clean:
	rm -f *.o core

.c.o:
	$(CC) -c $(CFLAGS) $*.c
