summaryrefslogtreecommitdiffstats
path: root/src/lib/libfiles.mk
blob: 55773a44fdee55ef4691453c5a10c1479f6c67a3 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# $Id: libfiles.mk,v 1.5 2014/06/26 12:51:16 cmolsen Exp $
# $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/libfiles.mk,v $
#  @file libofiles.mk
#
#  @brief mk for libssx.a object files
#
#  @page ChangeLogs Change Logs
#  @section ofiles.mk
#  @verbatim
#
#
# Change Log ******************************************************************
# Flag     Defect/Feature  User        Date         Description
# ------   --------------  ----------  ------------ -----------
# @pb00E                   pbavari     03/11/2012   Makefile ODE support
# @at007                   alvinwan    05/25/2012   Use complex method for linking pore and PPC objects
#
# @endverbatim
#
##########################################################################
# INCLUDES
##########################################################################

C-SOURCES = \
	assert.c \
	ctype.c \
	ctype_table.c \
	fgetc.c  \
	gpe_pba.c \
	gpsm.c \
	gpsm_dcm.c \
	gpsm_init.c \
	heartbeat.c \
	memcpy.c \
	memset.c \
	pmc_dcm.c \
	polling.c \
	printf.c \
	pstates.c \
	puts.c \
	simics_stdio.c \
	special_wakeup.c \
	sprintf.c \
	ssx_dump.c \
	ssx_io.c \
	stdlib.c \
	strcasecmp.c \
	strdup.c \
	string.c \
	string_stream.c \
	strtox.c \
	time.c \
	vrm.c \

S-SOURCES =  gpsm_dcm_fast_handler.S

LIBSSX_OBJECTS = $(C-SOURCES:.c=.o) $(S-SOURCES:.S=.o)
OpenPOWER on IntegriCloud