share/Makefile.mingw

Sat, 10 Nov 2007 15:37:23 +0000

author
Gabriel Schulhof <nix@go-nix.ca>
date
Sat, 10 Nov 2007 15:37:23 +0000
changeset 21461
db27644aa3f7
parent 19333
82b99eb98056
permissions
-rw-r--r--

Another transience fix


committer: Ethan Blanton <elb@pidgin.im>

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version
#

PIDGIN_TREE_TOP := ..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak

include ./Makefile.am

.PHONY: install clean

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
	  done; \
	fi;

mercurial