# GNU Makefile for the X11 part of the OpenPTC 1.0 C++ API
# Copyright (c) 1998 Christian Nentwich (brn@eleet.mcb.at)
# The OpenPTC 1.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 = Console.o Display.o WindowDisplay.o DGADisplay.o Image.o


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

clean:
	rm -f *.o
