File: Makefile.am

package info (click to toggle)
crossfire 1.71.0%2Bdfsg1-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 28,076 kB
  • sloc: ansic: 85,126; sh: 11,978; perl: 2,659; lex: 2,044; makefile: 1,271
file content (20 lines) | stat: -rw-r--r-- 371 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
noinst_LIBRARIES = libsocket.a
libsocket_a_SOURCES = \
	image.c \
	info.c \
	init.c \
	item.c\
	loop.c \
	lowlevel.c\
	metaserver.c\
	request.c\
	requestinfo.c\
	sounds.c

EXTRA_DIST = README

AM_CPPFLAGS = -I$(top_srcdir)/include

proto:
	cproto -D__CEXTRACT__ $(CPPFLAGS) $(AM_CPPFLAGS) $(libsocket_a_SOURCES) > ../include/sockproto.h
	chmod 644 ../include/sockproto.h