| 48 $(BUILD_DIR)/bfile_heuristics.o: bfile_heuristics.c bfile_heuristics.h \ |
48 $(BUILD_DIR)/bfile_heuristics.o: bfile_heuristics.c bfile_heuristics.h \ |
| 49 stdinc.h |
49 stdinc.h |
| 50 echo "Compiling $<" |
50 echo "Compiling $<" |
| 51 $(CC) -o $@ $(CFLAGS) -c $< |
51 $(CC) -o $@ $(CFLAGS) -c $< |
| 52 |
52 |
| 53 $(BUILD_DIR)/cline.o: cline.c cline.h stdinc.h settings.h string_list.h \ |
53 $(BUILD_DIR)/cline.o: cline.c stdinc.h settings.h string_list.h \ |
| 54 bfile_heuristics.h regex_parser.h scanner.h arguments.h |
54 bfile_heuristics.h regex_parser.h scanner.h arguments.h |
| 55 echo "Compiling $<" |
55 echo "Compiling $<" |
| 56 $(CC) -o $@ $(CFLAGS) -c $< |
56 $(CC) -o $@ $(CFLAGS) -c $< |
| 57 |
57 |
| 58 $(BUILD_DIR)/regex_parser.o: regex_parser.c regex_parser.h string_list.h \ |
58 $(BUILD_DIR)/regex_parser.o: regex_parser.c regex_parser.h string_list.h \ |