File: makefile.msc

package info (click to toggle)
libopenobex 0.9.8-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 848 kB
  • ctags: 482
  • sloc: sh: 7,554; ansic: 2,809; perl: 660; makefile: 146
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
!include "makefile.msc.rules"

all:
	cd src & $(MAKE) /f makefile.msc $@"

clean:
	cd src & $(MAKE) /f makefile.msc $@"

dep:
	@bash makewindep.sh "$(INCDIR)" src $@