#
# Makefile automatically generated by MKMK V6.55
# Wed Jun 16 21:07:49 2021
#

OBJS= bytereverse.o gui.o iff_load_ilbm.o iffparse.o main.o types.o usermsg.o
CFLAGS= -O2
LDFLAGS= -lX11
LDFLAGS= -L/usr/X11/lib -lX11

../xiffview: $(OBJS)
	$(CC) -o $@ $(OBJS) $(LDFLAGS)

bytereverse.o: bytereverse.c

gui.o: gui.c debug_none.h usermsg.h app.h types.h

iff_load_ilbm.o: iff_load_ilbm.c debug_none.h \
                 usermsg.h bytereverse.h types.h iffparse.h iff_load_ilbm.h

iffparse.o: iffparse.c debug_none.h usermsg.h \
            bytereverse.h types.h iffparse.h

main.o: main.c debug_none.h usermsg.h app.h types.h iff_load_ilbm.h gui.h

types.o: types.c types.h

usermsg.o: usermsg.c


clean:
	$(RM) $(OBJS)
