File: Makefile.am

package info (click to toggle)
cunit 2.1-0.dfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,992 kB
  • sloc: sh: 8,258; ansic: 7,209; makefile: 391; perl: 45; cpp: 42
file content (26 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Process this file with automake to produce Makefile.in

dochdrdir = $(prefix)/doc/@PACKAGE@/headers

INCLUDE_FILES = \
	Automated.h \
	Basic.h \
	Console.h \
	CUError.h \
	CUnit.h \
	CUCurses.h \
	MyMem.h \
	TestDB.h \
	TestRun.h \
	Util.h \
	Win.h

dochdr_DATA = $(INCLUDE_FILES)
CLEANFILES = $(INCLUDE_FILES)

$(INCLUDE_FILES) : copy_headers

copy_headers:
	cp -f ../../CUnit/Headers/*.h .
	cp -f ../../CUnit/Sources/Win/Win.h .