Makefile.msvc   [plain text]


# -*- Makefile -*- for gettext-runtime/doc

#### Start of system configuration section. ####

RM = -del

#### End of system configuration section. ####

SHELL = /bin/sh

all :

install : all

installdirs :

uninstall :

check :

mostlyclean : clean

clean : force
	$(RM) core

distclean : clean
	$(RM) Makefile

maintainer-clean : distclean

force :