/[james]/archive/graphfree/makefile
ViewVC logotype

Contents of /archive/graphfree/makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations) (download)
Mon Feb 10 22:47:44 2003 UTC (21 years, 3 months ago) by james
File size: 509 byte(s)
Initial import.

1 # GraphFree
2
3 FLAGS = -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual \
4 -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes \
5 -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
6 CC = riscos-gcc $(FLAGS) -mthrowback -mlibscl -O3 -I/usr/local/riscoslibs/include
7 LIBS = /usr/local/riscoslibs/OSLib/OSLib.ro
8
9 !GraphFree/!RunImage: graphfree.o
10 $(CC) -o !GraphFree/!RunImage graphfree.o $(LIBS)
11
12 graphfree.o: graphfree.c
13 $(CC) -c graphfree.c

  ViewVC Help
Powered by ViewVC 1.1.26