File: Makefile.mingw

package info (click to toggle)
pidgin-nateon 0.0.0.svn136-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,492 kB
  • ctags: 737
  • sloc: sh: 9,040; ansic: 6,526; makefile: 112
file content (16 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
#

include ./Makefile.am

.PHONY: install

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