File: Makefile.am

package info (click to toggle)
msgpack 0.5.7-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,172 kB
  • sloc: cpp: 18,899; sh: 11,012; ansic: 2,580; makefile: 140
file content (20 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = src test

DOC_FILES = \
		README.md \
		LICENSE \
		NOTICE \
		msgpack_vc8.vcproj \
		msgpack_vc8.sln \
		msgpack_vc2008.vcproj \
		msgpack_vc2008.sln \
		msgpack_vc.postbuild.bat

EXTRA_DIST = \
		$(DOC_FILES)

doxygen:
	./preprocess clean
	cd src && $(MAKE) doxygen
	./preprocess