Makefile
changeset 730 95ef392e5db0
parent 728 ed05a60c01de
child 770 c2eacca29601
equal deleted inserted replaced
729:032e567e719d 730:95ef392e5db0
   733 	$(warning 64 bit CPUs will get some 64 bit specific bugs!)
   733 	$(warning 64 bit CPUs will get some 64 bit specific bugs!)
   734 	$(warning If you see any bugs, include in your bug report that you use a 64 bit CPU)
   734 	$(warning If you see any bugs, include in your bug report that you use a 64 bit CPU)
   735 
   735 
   736 $(STRGEN): strgen/strgen.c endian.h
   736 $(STRGEN): strgen/strgen.c endian.h
   737 	@echo 'Compiling and Linking $@'; \
   737 	@echo 'Compiling and Linking $@'; \
   738 		$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $^ $(VERBOSE_FILTER)
   738 		$(CC) $(BASECFLAGS) $(CDEFS) -o $@ $< $(VERBOSE_FILTER)
   739 
   739 
   740 table/strings.h: lang/english.txt $(STRGEN)
   740 table/strings.h: lang/english.txt $(STRGEN)
   741 	@echo 'Generating $@'; \
   741 	@echo 'Generating $@'; \
   742 	$(STRGEN)
   742 	$(STRGEN)
   743 
   743 
   847 
   847 
   848 
   848 
   849 love:
   849 love:
   850 	@echo "YES! I thought you would never ask. We will have a great time. You can keep me turned on all night"
   850 	@echo "YES! I thought you would never ask. We will have a great time. You can keep me turned on all night"
   851 
   851 
   852 .PHONY: clean all $(OSX) install $(64_bit_warnings) $(endwarnings) love endian.h
   852 .PHONY: clean all $(OSX) install $(64_bit_warnings) $(endwarnings) love
   853 
   853 
   854 
   854 
   855 ### Automatic configuration
   855 ### Automatic configuration
   856 -include $(CONFIG_WRITER)
   856 -include $(CONFIG_WRITER)
   857 
   857