File: Makefile.mingw

package info (click to toggle)
bluefish 2.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 28,096 kB
  • ctags: 5,830
  • sloc: xml: 150,791; ansic: 59,107; sh: 11,453; python: 6,337; makefile: 1,034; sed: 16
file content (14 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = win32

all: installer

config: config.status
config.status: configure $(SUBDIRS)/config.nsis
	$< CONFIG_SITE=$(SUBDIRS)/config.nsis --disable-rpath

clean:
	$(MAKE) -C $(SUBDIRS) -f Makefile.mingw $@
	[ ! -f Makefile ] || $(MAKE) distclean

installer: config
	$(MAKE) -C $(SUBDIRS) -f Makefile.mingw $@