summaryrefslogblamecommitdiffstats
path: root/tools/cpu/unix/Makefile.in
blob: e1098093b0aca5a3a1e9c1e24b3b91de9c6e1d0e (plain) (tree)
1
2
3
4
5
6
7
8
9





                 


                                    
 

                   




                                         














                                                                           
                                                  
                                   








                                                
                                  













                                        
                  
 
                                   
                                                                 

                                                            
                                               



                                                                              
#
#  $Id$
#

@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = ../../../../../..
subdir = c/src/exec/score/tools/unix

INSTALL = @INSTALL@

RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
PROJECT_ROOT = @PROJECT_ROOT@

VPATH = @srcdir@

# we use host compiler here for gensize.  Hopefully it has same alignment!!
USE_HOST_COMPILER=yes

# C source names, if any, go here -- minus the .c
C_PIECES=gensize
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)

H_FILES=

SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES)

PGMS=${ARCH}/gensize

include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/leaf.cfg

# We use files that have not been installed yet.
CPU_DIR=../../cpu/$(RTEMS_CPU)

#
# (OPTIONAL) Add local stuff here using +=
#

DEFINES  +=
CPPFLAGS += -I$(PROJECT_INCLUDE) \
	    -I$(CPU_DIR)
CFLAGS   +=

LD_PATHS  +=
LD_LIBS   +=
LDFLAGS   +=

#
# Add your list of files to delete here.
#

CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=

all:	preinstall

preinstall: ${ARCH} $(SRCS) $(PGMS)
	$(INSTALL) $(INSTBINFLAGS) $(PGMS) ${PROJECT_RELEASE}/bin

# Install the program(s), appending _g or _p as appropriate.
# for include files, just use $(INSTALL_CHANGE)

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	cd $(top_builddir) \
	 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status