|
|
1.1 root 1: CC=cc
2: CFLAGS=-g -I../sunlib -DSUNTOOLS -DBSD
3: HOSTCC=cc
4: LIBS= ../sunlib/libsj.a -lsuntool -lsunwindow -lpixrect
5:
6: all: blitblt
7:
8: BBTERM=blitblt.o flash.o sendbitmap.o reshape.o button.o \
9: buttons.o kbdstring.o mice.o
10:
11: blitblt: $(BBTERM)
12: $(CC) $(CFLAGS) -o $@ $(BBTERM) $(LIBS)
13:
14: clean:
15: rm -f $(BBTERM) blitblt
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.