1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 13:59:51 +00:00

Added Watcom makefile based on libcurl's Makefile.Watcom.

This commit is contained in:
Guenter Knauf
2010-08-03 01:21:56 +02:00
parent 3392a50ea3
commit a00e234001
2 changed files with 163 additions and 2 deletions

View File

@ -52,9 +52,10 @@ noinst_PROGRAMS =$(PROGS)
# adig and ahost are just sample programs and thus not mentioned with the
# regular sources and headers
EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \
Makefile.m32 Makefile.netware Makefile.msvc $(man_MANS) $(MSVCFILES) \
Makefile.m32 Makefile.netware Makefile.msvc Makefile.Watcom $(man_MANS) \
config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \
TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc $(CSOURCES) $(HHEADERS)
TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc $(MSVCFILES) \
$(CSOURCES) $(HHEADERS)
CLEANFILES = $(PDFPAGES) $(HTMLPAGES)