File: rules.mk

package info (click to toggle)
libssh2 1.2.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,512 kB
  • ctags: 1,941
  • sloc: ansic: 19,640; sh: 10,525; makefile: 388; awk: 19
file content (15 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (12)
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)\\" $<