|
|
1.1 root 1: PROGRAM := ofclient
2: OBJECTS := of1275.o of1275_io.o ofclient.o
3: CC := gcc
4: CFLAGS := -m32 -fpic -fno-builtin-strlen -Os
5: LDFLAGS := -melf_i386 -s -N -Ttext 0x200000 -e _start
6:
7: $(PROGRAM): $(OBJECTS)
8: $(LD) $(LDFLAGS) -Map $(PROGRAM).map -o $(PROGRAM) $(OBJECTS)
9:
10: clean:
11: rm -f $(OBJECTS)
12:
13: distclean: clean
14: rm -f $(PROGRAM) $(PROGRAM).map
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.