summaryrefslogblamecommitdiffstats
path: root/led/posix_mutex_server/Makefile
blob: 19422bfc31431cc5a2fff2fa8c96a0aa901ef600 (plain) (tree)
1
2
3
4
5
6
 




                                                                  













                                           
#
#  RTEMS_MAKEFILE_PATH is typically set in an environment variable
#

PGM=${ARCH}/posix_mutex_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)