Date: Wed, 4 May 94 11:36:43 CET From: Piet=Mertens%users%LW AT cc3 DOT kuleuven DOT ac DOT be Subject: re: GRX-tests-Makefile To: djgpp AT sun DOT soe DOT clarkson DOT edu Someone asked for a makefile for /djgpp/contrib/libgrx/test... # Simple makefile to compile GRX test programs in /djgpp/contrib/libgrx/test # with the 'make' program that comes with DJGPP 1.11 . # Name this file "Makefile", and then run: make # To run the test program(s), then run: go32 linetest (etc.) .SUFFIXES : .c .o .a . GCCEXE= test. wintest. winclip. cliptest. rgbtest. framtest. \ colorops. blittest. fonttest. curstest. mousetst. \ circtest. polytest. arctest. testpatt. linetest. all: $(GCCEXE) .c.: gcc -O -I../include -L../lib -o $* $*.c -lgrx -lm $(GCCEXE): test.h ../include/grx.h ../include/mousex.h ../lib/libgrx.a # end of Makefile Hope this helps Piet - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - P. Mertens tel: +32.16..28.47.63 Department of Linguistics fax: +32.16..28.50.25 Centre for Computational Linguistics email: pmertens AT cc3 DOT kuleuven DOT ac DOT be K.U.Leuven NB: Please do not use "reply"-function Blijde-Inkomststraat 21 Instead use email adress above. 3000 Leuven (Belgium) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -