src/Makefile

changeset 79
e4592d0292e7
parent 74
ed9a5ffd1f13
equal deleted inserted replaced
78:b3d267334140 79:e4592d0292e7
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 \

mercurial