File: Makefile.am

package info (click to toggle)
crossfire 1.11.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 24,456 kB
  • ctags: 7,800
  • sloc: ansic: 80,483; sh: 11,825; perl: 2,327; lex: 1,946; makefile: 1,149
file content (25 lines) | stat: -rw-r--r-- 716 bytes parent folder | download
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
noinst_LIBRARIES = libstubs.a
libstubs_a_SOURCES=stubs_socket.c
LDADD = ../../../common/libcross.a  ../../../socket/libsocket.a libstubs.a $(LIBDL) @CHECK_LIBS@

../../logs/unit/socket:
	(mkdir ../../logs; mkdir ../../logs/unit; mkdir ../../logs/unit/socket)
../../../common/libcross.a:
	( cd ../../../common ; make libcross.a )
../../../socket/libsocket.a:
	( cd ../../../socket ; make libsocket.a )


TESTS= check_image check_info check_init check_item check_loop check_lowlevel check_metaserver check_request check_sounds


CHECK_ROOT=../../
CHECK_FOLDER=unit/socket
CHECK_PARENT_NAME=Unit
include $(top_srcdir)/check-fragment.am

clean-local:
	$(RM) .autorun.xml

check-local: check-html
clean-local: clean-unit