You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
352 B
Makefile
22 lines
352 B
Makefile
14 years ago
|
# Makefile generated by Xilinx SDK.
|
||
|
|
||
|
-include libgen.options
|
||
|
|
||
|
LIBRARIES = ${PROCESSOR}/lib/libxil.a
|
||
|
MSS = system.mss
|
||
|
|
||
|
all: libs
|
||
|
@echo 'Finished building libraries'
|
||
|
|
||
|
libs: $(LIBRARIES)
|
||
|
|
||
|
$(LIBRARIES): $(MSS)
|
||
|
libgen -hw ${HWSPEC}\
|
||
|
${REPOSITORIES}\
|
||
|
-pe ${PROCESSOR} \
|
||
|
-log libgen.log \
|
||
|
$(MSS)
|
||
|
|
||
|
clean:
|
||
|
rm -rf ${PROCESSOR}
|