Makefile 377 B

1234567891011121314151617181920
  1. # Makefile of the 'main' routines.
  2. # Paul Boersma, 10 August 2018
  3. include ../makefile.defs
  4. CPPFLAGS = -I ../kar -I ../melder -I ../sys -I ../fon
  5. .PHONY: clean
  6. main_*.o: ../sys/praat.h ../sys/praat_version.h ../sys/Graphics.h
  7. clean:
  8. $(RM) main_*.o
  9. $(RM) praat_win.o
  10. # The following is only for Windows.
  11. praat_win.o: praat_win.rc
  12. $(WINDRES) -o praat_win.o praat_win.rc