File: Makefile

package info (click to toggle)
qpid-cpp 0.16-6%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 37,232 kB
  • sloc: cpp: 158,939; python: 8,947; sh: 6,701; ruby: 2,080; makefile: 1,838; cs: 1,774; ansic: 1,771; xml: 281; perl: 15; sed: 10
file content (2 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
all clean:
	for d in direct pub-sub fanout request-response failover tradedemo xml-exchange ; do $(MAKE) -C $$d $@ ; done