1 # Makefile for libiconv/src, OS2/EMX specific
3 # requires EMX/GCC development environment and
4 # GNU fileutils and GNU textutils installed
7 #### Start of system configuration section. ####
9 # Programs used by "make":
12 INCLUDES = -I. -I../include
14 # Directories used by "make install":
16 exec_prefix = $(prefix)
17 bindir = $(exec_prefix)/bin
19 #### End of system configuration section. ####
28 $(CC) $(CFLAGS) $(INCLUDES) -I../lib iconv.c ../lib/iconv.a
29 copy ..\lib\iconv.dll iconv.dll
32 cp -i iconv.exe $(bindir)/iconv.exe
35 rm -f $(bindir)/iconv.exe
42 rm -f *.obj *.dll *.exe core
47 maintainer-clean : distclean