# We have to run first standard build system (stdsubdirs) which # creates static libraries (.libs/libqgis_xxx.a) # then we run win32 specific makefiles which generates DLL STDSUBDIRS = core ui legend raster composer widgets helpviewer #providers plugins WINSUBDIRS = core legend raster composer \ widgets/projectionselector gui \ providers/ogr providers/grass providers/wms \ providers/postgres \ plugins/grass all: stdsubdirs guilib winsubdirs guilib: $(MAKE) -C gui -f Makefile libqgis_gui.la install: all @list='$(WINSUBDIRS)'; \ for subdir in $$list; do \ echo $$subdir ; \ $(MAKE) -C $$subdir -f Makefile.win install || exit 1 ; \ done include ../Makefile.win.rules