pidgin/pixmaps/Makefile.mingw

Wed, 28 Feb 2007 17:27:30 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 28 Feb 2007 17:27:30 +0000
changeset 15805
a80eb333bae9
parent 15456
bbbf6f405090
child 15999
77ac8981199b
permissions
-rw-r--r--

Updates to the win32 installer. It isn't complete yet, but this a good saving point.

15456
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
1 #
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
2 # Makefile.mingw
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
3 #
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
5 #
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
6
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
7 GAIM_TOP := ../..
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
8 include $(GAIM_TOP)/libpurple/win32/global.mak
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
9
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
10 datadir := $(GAIM_INSTALL_DIR)
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
11 include ./Makefile.am
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
12
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
13 .PHONY: install
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
14
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
15 install:
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
16 if test '$(SUBDIRS)'; then \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
17 list='$(SUBDIRS)'; for subdir in $$list; do \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
18 $(MAKE) -C $$subdir -f $(GAIM_WIN32_MAKEFILE) install || exit 1 ;\
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
19 done; \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
20 fi;
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
21 if test '$(gaimbuttonpix_DATA)'; then \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
22 mkdir -p $(gaimbuttonpixdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
23 cp $(gaimbuttonpix_DATA) $(gaimbuttonpixdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
24 fi;
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
25 if test '$(gaimdialogpix_DATA)'; then \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
26 mkdir -p $(gaimdialogpixdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
27 cp $(gaimdialogpix_DATA) $(gaimdialogpixdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
28 fi;
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
29 if test '$(gaimiconpix_DATA)'; then \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
30 mkdir -p $(gaimiconpixdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
31 cp $(gaimiconpix_DATA) $(gaimiconpixdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
32 fi;
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
33 if test '$(gaimdistpix_DATA)'; then \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
34 mkdir -p $(gaimdistpixdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
35 cp $(gaimdistpix_DATA) $(gaimdistpixdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
36 fi;
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
37 if test '$(distpixmap_DATA)'; then \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
38 mkdir -p $(distpixmapdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
39 cp $(distpixmap_DATA) $(distpixmapdir); \
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
40 fi;
bbbf6f405090 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <datallah@pidgin.im>
parents:
diff changeset
41

mercurial