1 # Makefile for libiconv/man, OS2/EMX specific
3 # requires EMX/GCC development environment and
6 # define EMXPATH=<your EMX path> on install/uninstall
9 #### Start of system configuration section. ####
11 # Directories used by "make install":
13 exec_prefix = $(prefix)
14 mandir = $(prefix)/man
16 #### End of system configuration section. ####
19 MAN3 = iconv.3 iconv_close.3 iconv_open.3
24 @for %i in ($(MAN1)) do cp -i %i $(mandir)/man1/%i
25 @for %i in ($(MAN3)) do cp -i %i $(mandir)/man3/%i
30 @for %i in ($(MAN1)) do rm -i $(mandir)/man1/%i
31 @for %i in ($(MAN3)) do rm -i $(mandir)/man3/%i
42 maintainer-clean : distclean