[go: up one dir, main page]

libssh2-sys 0.1.39

Native bindings to the libssh2 library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

all-sub: $(INTDIR) all

clean-sub: clean

$(INTDIR):
!if "$(SRCDIR)" == ""
	@if not exist $(TARGET) mkdir $(TARGET)
!endif
	@if not exist $(INTDIR) mkdir $(INTDIR)

{$(SUBDIR)}.c{$(INTDIR)}.obj::
	$(CC) -c $(CFLAGS) /Fo"$(INTDIR)\\" $<