# GNU Makefile for the core part of the PTC 2.0 C++ API
# Copyright (c) 1998 Christian Nentwich (brn@eleet.mcb.at)
# The PTC 2.0 C++ API is (c) 1998 Glenn Fiedler (ptc@gaffer.org)
# This package is licensed under the GNU LGPL
#
# Please refer to the file COPYING.LIB contained in the distribution for
# licensing conditions 


include ../../Makefile.config


OFILES = Area.o Clear.o Clipper.o Color.o Copy.o Error.o Format.o Mode.o \
	 Palette.o Surface.o Key.o Timer.o

static: $(OFILES)
	ar rcv $(PTC_FULL_LIB) $(OFILES)
	ranlib $(PTC_FULL_LIB)


clean:
	rm -f *.o
