1 # -*- Makefile -*- for gettext-tools/misc
3 #### Start of system configuration section. ####
5 # Flags that can be set on the nmake command line:
6 # PREFIX=Some\Directory Base directory for installation
11 # Directories used by "make install":
13 exec_prefix = $(prefix)
14 datadir = $(prefix)\share
15 emacsdir = $(datadir)\emacs
16 lispdir = $(emacsdir)\site-lisp
21 # Programs used by "make install":
23 INSTALL_PROGRAM = copy
26 #### End of system configuration section. ####
37 $(INSTALL_DATA) po-mode.el $(lispdir)\po-mode.el
38 $(INSTALL_DATA) po-compat.el $(lispdir)\po-compat.el
47 $(RM) $(lispdir)\po-mode.el
48 $(RM) $(lispdir)\po-compat.el
60 maintainer-clean : distclean