summaryrefslogblamecommitdiffstats
path: root/led/ratemon_cond_server/Makefile
blob: 111eeae33c404e6bc90ac52b00c3d7213b199ae1 (plain) (tree)
1
2
3
4
5
6
 




                                                                  













                                           
#
#  RTEMS_MAKEFILE_PATH is typically set in an environment variable
#

PGM=${ARCH}/ratemon_cond_server.exe

# C source names
CSRCS = test.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg

OBJS= $(COBJS) $(CXXOBJS) $(ASOBJS)

all:    ${ARCH} $(PGM)

$(PGM): $(OBJS)
	$(make-exe)