share/Makefile.mingw

Sat, 18 Aug 2007 05:54:49 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Sat, 18 Aug 2007 05:54:49 +0000
branch
soc.2007.certmgr
changeset 19489
772b691e901b
parent 19333
82b99eb98056
permissions
-rw-r--r--

- Add purple_certificate_display_x509

19333
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
1 #
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
2 # Makefile.mingw
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
3 #
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
4 # Description: Makefile for win32 (mingw) version
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
5 #
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
6
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
7 PIDGIN_TREE_TOP := ..
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
9
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
10 include ./Makefile.am
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
11
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
12 .PHONY: install clean
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
13
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
14 install:
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
15 if test '$(SUBDIRS)'; then \
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
16 list='$(SUBDIRS)'; for subdir in $$list; do \
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
17 $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
18 done; \
82b99eb98056 Fix sounds on the win32 build
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
19 fi;

mercurial