grim/guifications2

merge of '0e5bf46d2d09fe48f8a656d407ba60fbc26fb6dd'
org.guifications.gf2
2007-04-30, John Bailey
9fb0ac67a940
merge of '0e5bf46d2d09fe48f8a656d407ba60fbc26fb6dd'
and 'c59484612c9ef0780312e8edcdbf72cf2112080c'
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) guifications 2
#
#
# PATHS
#
GF_SRC := ./src
GF_PIXMAPS := ./pixmaps
GF_THEMES := ./themes
GF_PO := ./po
GAIM_TOP := ../../..
include $(GAIM_TOP)/libgaim/win32/global.mak
##
## VARIABLE DEFINITIONS
##
GF_VERSION := $(shell cat ./VERSION)
GAIM_VERSION := $(shell cat ../../../VERSION)
.PHONY: all install installer clean
all:
cp gf_config.h.mingw gf_config.h
$(MAKE) -C $(GF_SRC) -f Makefile.mingw
$(MAKE) -C $(GF_PO) -f Makefile.mingw
install: all
$(MAKE) -C $(GF_PIXMAPS) -f Makefile.mingw install
$(MAKE) -C $(GF_THEMES) -f Makefile.mingw install
$(MAKE) -C $(GF_SRC) -f Makefile.mingw install
$(MAKE) -C $(GF_PO) -f Makefile.mingw install
installer: all
$(MAKENSIS) /DGUIFICATIONS_VERSION="$(GF_VERSION)" /DGAIM_VERSION="$(GAIM_VERSION)" guifications-installer.nsi
clean:
$(MAKE) -C $(GF_SRC) -f Makefile.mingw clean
rm -f gf_config.h guifications-*.exe