mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-19 04:50:35 +08:00
e60d4488b3
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5287 42af7a65-404d-4744-a932-0658087f49c3
14 lines
255 B
Makefile
14 lines
255 B
Makefile
TOPDIR=../
|
|
include $(TOPDIR)Rules.mak
|
|
|
|
all:
|
|
|
|
clean:
|
|
|
|
distclean:
|
|
|
|
HEADERS = $(filter-out .svn CVS Makefile,$(wildcard *))
|
|
install:
|
|
$(INSTALL) -d $(PREFIX)$(UCLIBCXX_RUNTIME_INCLUDEDIR)
|
|
$(INSTALL) -m 644 $(HEADERS) $(PREFIX)$(UCLIBCXX_RUNTIME_INCLUDEDIR)
|