summaryrefslogtreecommitdiff
path: root/libssh2-sys/libssh2-1.5.0/win32/rules.mk
blob: bfb7784764dcae0241ce33c07eaf69708523e600 (plain)
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)\\" $<