|
|
1.1 ! root 1: # makefile generated by mkold ! 2: ! 3: all : libstring.a testIt test1 test2 test3 test4 test5 test6 test7 \ ! 4: test8 test10 test11 test12 test13 test14 test16 test17 test18 ! 5: ! 6: libstring.a : string.o sysfns.o stringCtor.o Memcpy.o error.o rep.o list.o \ ! 7: generic.o voidP_list.o voidP_out.o list_sort.o Regexp.o ! 8: ar ru libstring.a $(?) ; \ ! 9: ranlib libstring.a ! 10: ! 11: string.o : string.c String.h ! 12: $(CC) $(CFLAGS) -c string.c ! 13: ! 14: sysfns.o : sysfns.c String.h ! 15: $(CC) $(CFLAGS) -c sysfns.c ! 16: ! 17: stringCtor.o : stringCtor.c String.h ! 18: $(CC) $(CFLAGS) -c stringCtor.c ! 19: ! 20: Memcpy.o : Memcpy.c ! 21: $(CC) $(CFLAGS) -c Memcpy.c ! 22: ! 23: error.o : error.c String.h ! 24: $(CC) $(CFLAGS) -c error.c ! 25: ! 26: rep.o : rep.c String.h ! 27: $(CC) $(CFLAGS) -c rep.c ! 28: ! 29: list.o : list.c list.h ! 30: $(CC) $(CFLAGS) -c list.c ! 31: ! 32: generic.o : generic.c ! 33: $(CC) $(CFLAGS) -c generic.c ! 34: ! 35: voidP_list.o : voidP_list.c list.h ! 36: $(CC) $(CFLAGS) -c voidP_list.c ! 37: ! 38: voidP_out.o : voidP_out.c list.h ! 39: $(CC) $(CFLAGS) -c voidP_out.c ! 40: ! 41: list_sort.o : list_sort.c list.h ! 42: $(CC) $(CFLAGS) -c list_sort.c ! 43: ! 44: Regexp.o : Regexp.c Regexp.h ! 45: $(CC) $(CFLAGS) -c Regexp.c ! 46: ! 47: testIt : testIt.o pair_list.o libstring.a ! 48: $(CC) $(CFLAGS) -o testIt testIt.o pair_list.o libstring.a ! 49: ! 50: testIt.o : testIt.c pair_list.h list.h String.h ! 51: $(CC) $(CFLAGS) -c testIt.c ! 52: ! 53: pair_list.o : pair_list.c pair_list.h list.h String.h ! 54: $(CC) $(CFLAGS) -c pair_list.c ! 55: ! 56: test1 : test1.o libstring.a ! 57: $(CC) $(CFLAGS) -o test1 test1.o libstring.a ! 58: ! 59: test1.o : test1.c String.h ! 60: $(CC) $(CFLAGS) -c test1.c ! 61: ! 62: test2 : test2.o libstring.a ! 63: $(CC) $(CFLAGS) -o test2 test2.o libstring.a ! 64: ! 65: test2.o : test2.c String.h ! 66: $(CC) $(CFLAGS) -c test2.c ! 67: ! 68: test3 : test3.o pairST_list.o libstring.a ! 69: $(CC) $(CFLAGS) -o test3 test3.o pairST_list.o libstring.a ! 70: ! 71: test3.o : test3.c pair.h list.h String.h ! 72: $(CC) $(CFLAGS) -c test3.c ! 73: ! 74: pairST_list.o : pairST_list.c pair.h list.h String.h ! 75: $(CC) $(CFLAGS) -c pairST_list.c ! 76: ! 77: test4 : test4.o string_list.o s_l_o.o libstring.a ! 78: $(CC) $(CFLAGS) -o test4 test4.o string_list.o s_l_o.o libstring.a ! 79: ! 80: test4.o : test4.c list.h String.h ! 81: $(CC) $(CFLAGS) -c test4.c ! 82: ! 83: string_list.o : string_list.c list.h String.h ! 84: $(CC) $(CFLAGS) -c string_list.c ! 85: ! 86: s_l_o.o : s_l_o.c list.h String.h ! 87: $(CC) $(CFLAGS) -c s_l_o.c ! 88: ! 89: test5 : test5.o string_list.o s_l_o.o libstring.a ! 90: $(CC) $(CFLAGS) -o test5 test5.o string_list.o s_l_o.o libstring.a ! 91: ! 92: test5.o : test5.c list.h String.h ! 93: $(CC) $(CFLAGS) -c test5.c ! 94: ! 95: test6 : test6.o string_list.o s_l_o.o libstring.a ! 96: $(CC) $(CFLAGS) -o test6 test6.o string_list.o s_l_o.o libstring.a ! 97: ! 98: test6.o : test6.c list.h String.h ! 99: $(CC) $(CFLAGS) -c test6.c ! 100: ! 101: test7 : test7.o string_list.o s_l_o.o libstring.a ! 102: $(CC) $(CFLAGS) -o test7 test7.o string_list.o s_l_o.o libstring.a ! 103: ! 104: test7.o : test7.c list.h String.h ! 105: $(CC) $(CFLAGS) -c test7.c ! 106: ! 107: test8 : test8.o string_list.o s_l_o.o libstring.a ! 108: $(CC) $(CFLAGS) -o test8 test8.o string_list.o s_l_o.o libstring.a ! 109: ! 110: test8.o : test8.c list.h String.h ! 111: $(CC) $(CFLAGS) -c test8.c ! 112: ! 113: test10 : test10.o string_list.o libstring.a ! 114: $(CC) $(CFLAGS) -o test10 test10.o string_list.o libstring.a ! 115: ! 116: test10.o : test10.c list.h String.h ! 117: $(CC) $(CFLAGS) -c test10.c ! 118: ! 119: test11 : test11.o string_list.o libstring.a ! 120: $(CC) $(CFLAGS) -o test11 test11.o string_list.o libstring.a ! 121: ! 122: test11.o : test11.c list.h String.h ! 123: $(CC) $(CFLAGS) -c test11.c ! 124: ! 125: test12 : test12.o pair_list.o libstring.a ! 126: $(CC) $(CFLAGS) -o test12 test12.o pair_list.o libstring.a ! 127: ! 128: test12.o : test12.c pair_list.h list.h String.h ! 129: $(CC) $(CFLAGS) -c test12.c ! 130: ! 131: test13 : test13.o pairST_list.o libstring.a ! 132: $(CC) $(CFLAGS) -o test13 test13.o pairST_list.o libstring.a ! 133: ! 134: test13.o : test13.c pair.h list.h String.h ! 135: $(CC) $(CFLAGS) -c test13.c ! 136: ! 137: test14 : test14.o libstring.a ! 138: $(CC) $(CFLAGS) -o test14 test14.o libstring.a ! 139: ! 140: test14.o : test14.c pair.h list.h String.h ! 141: $(CC) $(CFLAGS) -c test14.c ! 142: ! 143: test16 : test16.o libstring.a ! 144: $(CC) $(CFLAGS) -o test16 test16.o libstring.a ! 145: ! 146: test16.o : test16.c pair.h list.h String.h ! 147: $(CC) $(CFLAGS) -c test16.c ! 148: ! 149: test17 : test17.o libstring.a ! 150: $(CC) $(CFLAGS) -o test17 test17.o libstring.a ! 151: ! 152: test17.o : test17.c pair.h list.h ! 153: $(CC) $(CFLAGS) -c test17.c ! 154: ! 155: test18 : test18.o libstring.a ! 156: $(CC) $(CFLAGS) -o test18 test18.o libstring.a ! 157: ! 158: test18.o : test18.c pair.h String.h ! 159: $(CC) $(CFLAGS) -c test18.c ! 160: ! 161: cpio : ! 162: echo Makefile makefile String.h list.h plist.h string.c stringComp.c stringCtor.c Memcpy.c error.c rep.c lst.c generic.c voidP_list.c voidP_out.c testIt.c pair_list.h pair_list.c test1.c test2.c pair.h test3.c pairST_list.c test4.c string_list.c s_l_o.c test5.c string_list.c s_l_o.c test6.c string_list.c s_l_o.c test7.c string_list.c s_l_o.c test8.c string_list.c s_l_o.c test10.c string_list.c test11.c string_list.c test12.c pair_list.h pair_list.c test13.c test14.c test16.c test17.c test18.c Regexp.c Regexp.h | tr ' ' '\012' | sort -u | $(CPIO) $(CPIOFLAGS) -ocv > libstring.cpio ! 163: ! 164: print : ! 165: $(PR) $(PRFLAGS) Makefile makefile String.h list.h plist.h string.c stringComp.c stringCtor.c Memcpy.c error.c rep.c lst.c generic.c voidP_list.c voidP_out.c testIt.c pair_list.h pair_list.c test1.c test2.c test3.c pairST_list.c pair.h test4.c string_list.c s_l_o.c test5.c string_list.c s_l_o.c test6.c string_list.c s_l_o.c test7.c string_list.c s_l_o.c test8.c string_list.c s_l_o.c test10.c string_list.c test11.c string_list.c test12.c pair_list.h pair_list.c test13.c test14.c test16.c test17.c test18.c Regexp.c Regexp.h | $(LP) $(LPFLAGS) ! 166: ! 167: clean : ! 168: rm -f testIt.o pair_list.o test1.o test2.o test3.o pairST_list.o test4.o string_list.o s_l_o.o test5.o string_list.o s_l_o.o test6.o string_list.o s_l_o.o test7.o string_list.o s_l_o.o test8.o string_list.o s_l_o.o test10.o string_list.o test11.o string_list.o test12.o pair_list.o test13.o test14.o test16.o test17.o test18.o ! 169: ! 170: clobber : clean ! 171: rm -f libstring.a testIt test1 test2 test3 test4 test5 test6 test7 test8 test10 test11 test12 test13 test14 test16 test17 test18
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.