diff options
| author | Gunter Knauf <gk@gknw.de> | 2007-08-21 02:42:29 +0000 | 
|---|---|---|
| committer | Gunter Knauf <gk@gknw.de> | 2007-08-21 02:42:29 +0000 | 
| commit | 658de40930028c8c47a76cda92f1cefd6094fd61 (patch) | |
| tree | 2dc6d031983ec7aa180cfde3379c2b569413da16 /lib | |
| parent | 2c06e7f8efaa65b2a9e44e17ecf20f5d53c2c210 (diff) | |
added targets to create the files missing in CVS which makes calling buildconf.bat obsolete;
removed obsolete wsock32 link lib.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.m32 | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 7d5b485d4..aad3b35b9 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -103,7 +103,7 @@ RESOURCE = libcurl.res  .SUFFIXES: .rc .res -all: $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY) +all: ca-bundle.h $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY)  $(libcurl_a_LIBRARY): $(libcurl_a_OBJECTS) $(libcurl_a_DEPENDENCIES)  	-$(RM) $@ @@ -125,11 +125,18 @@ $(libcurl_dll_LIBRARY): $(libcurl_a_OBJECTS) $(RESOURCE) $(libcurl_dll_DEPENDENC  	$(RC) $(RCFLAGS) $< -o $@  clean: -	-$(RM) $(libcurl_a_OBJECTS) $(RESOURCE) +	-$(RM) $(libcurl_a_OBJECTS) $(RESOURCE) ca-bundle.h  distrib: clean  	-$(RM) $(libcurl_a_LIBRARY) $(libcurl_dll_LIBRARY) $(libcurl_dll_a_LIBRARY) +FORCE: ; + +ca-bundle.h: FORCE Makefile.m32 +	@echo Creating $@ +	@echo $(DL)/* Do not edit this file - it is created by make!$(DL) > $@ +	@echo $(DL)*/$(DL) >> $@ +  $(ARES_LIB)/libcares.a:  	$(MAKE) -C $(ARES_LIB) -f Makefile.m32 | 
