gem5/splash2/codes/apps/radiosity/glibps/Makefile

17 lines
272 B
Makefile
Raw Permalink Normal View History

#
# CS348C Radiosity Device independent graphics package GLIB.
# SUN/Xview version makefile
#
#
TARGET = glibps.a
OBJS = glibps.o
include ../../../Makefile.config
$(TARGET): $(OBJS)
ar crv $(TARGET) $(OBJS)
clean:
rm -rf *.o $(TARGET)