File: NMakefile

package info (click to toggle)
libssh2 1.4.2-1.1%2Bdeb7u2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,100 kB
  • sloc: ansic: 22,376; sh: 11,380; makefile: 330; awk: 23
file content (19 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
!include "win32/config.mk"

# SUBDIRS=src example
SUBDIRS=src

all-sub:
	-for %D in ($(SUBDIRS)) do $(MAKE) /nologo /f %D/NMakefile BUILD=$(BUILD) SUBDIR=%D all-sub

clean: 
	-rmdir /s/q $(TARGET)

real-clean: clean
	-del libssh2.dll
	-del libssh2.exp
	-del libssh2.ilk
	-del libssh2.lib
	-del *.pdb