CC=@CC@ CFLAGS=@CFLAGS@ -I../include AR=@AR@ RANLIB=@RANLIB@ OBJS= gdevice.o \ graphics.o LIB= ../lib/libgraphics.a $(LIB): $(OBJS) $(AR) cr $(LIB) $(OBJS) $(RANLIB) $(LIB) $(OBJS): ../include/Graphics.h gdevice.o: ../include/Platform.h clean: @echo cleaning in graphics @-rm -f *.o *.a realclean: @echo cleaning in graphics @-rm -f *.o *.a Makefile