|
|
1.1 ! root 1: # makefile for FP emulation. ! 2: ! 3: INSTALL_DIR= .. ! 4: ! 5: all: $(INSTALL_DIR)/Driver.o $(INSTALL_DIR)/Stub.o $(INSTALL_DIR)/Space.c ! 6: ! 7: $(INSTALL_DIR)/Stub.o : stub.c ! 8: $(CC) $(CFLAGS) -o $@ -c stub.c ! 9: ! 10: $(INSTALL_DIR)/Driver.o: ../obj/em87.o ! 11: ln $< $@ ! 12: ! 13: $(INSTALL_DIR)/Space.c: Space.c ! 14: ln Space.c $(INSTALL_DIR) ! 15: ! 16: clean: ! 17: rm -f $(OBJS) $(INSTALL_DIR)/Stub.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.