home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-06 | 497 b | 26 lines |
-
- !if $d(DEBUG)
- GCCDBG= -g
- !endif
-
- GCCEXE= test. wintest. winclip. cliptest. rgbtest. framtest. \
- colorops. blittest. fonttest. curstest. mousetst. \
- circtest. polytest. arctest. testpatt. linetest.
-
- all: $(GCCEXE)
-
- .c.:
- gcc $(GCCDBG) -O -I../include -L../lib -o $* $*.c -lgrx -lm
-
- redo:
- cd ..\src
- !if $d(DEBUG)
- make.exe -fmakefile.gcc -DDEBUG
- !else
- make.exe -fmakefile.gcc
- !endif
- cd ..\test
-
- $(GCCEXE): test.h ../include/grx.h ../include/mousex.h ../lib/libgrx.a
-